You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The logic analyzer SPI decoder will not appear for different SPI modes other than SPI mode 0 (CPol: 0, CPha: 0), even if the MCU SPI mode was set to its respective modes. Another scenario is that after switching the channel settings from other SPI modes (1, 2, 3) back to SPI Mode 0, the decoded data will no longer be displayed.
To Reproduce
Steps to reproduce the behavior:
Go to "Logic Analyzer" in Scopy
Set Channel Settings to respective pins.
MCU SPI mode set to mode 3 (CPol: 1, CPha: 1).
Set Single Capture with CS triggered to falling edge.
See error
Expected behavior
Decoded data would be displayed for different SPI modes.
Screenshots
MCU SPI mode set to mode 3, scopy cpol and cpha set to 1.
Decoded data shows up when MCU SPI mode set to 0, scopy cpha and cpol set to 0.
Decoded data would no longer show after changing from different SPI modes back to SPI mode 0.
The text was updated successfully, but these errors were encountered:
Environment:
Describe the bug
The logic analyzer SPI decoder will not appear for different SPI modes other than SPI mode 0 (CPol: 0, CPha: 0), even if the MCU SPI mode was set to its respective modes. Another scenario is that after switching the channel settings from other SPI modes (1, 2, 3) back to SPI Mode 0, the decoded data will no longer be displayed.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Decoded data would be displayed for different SPI modes.
Screenshots
MCU SPI mode set to mode 3, scopy cpol and cpha set to 1.
Decoded data shows up when MCU SPI mode set to 0, scopy cpha and cpol set to 0.
Decoded data would no longer show after changing from different SPI modes back to SPI mode 0.
The text was updated successfully, but these errors were encountered: