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
Hello,
I assume that there is a bug in the SPI clock pin configuration for the nrf MCUs. The following pictures show the SPi settings and recorded transmission. The settings for the transmission are SPI_MODE_HIGH_FIRST = active High and Leading Edge = CPOL 0 and CPHA 0
You can see that there is a high on the clock pin before and after the transmission that should not be there.
I assume that the pin configuration in line 58 and 62 in the file "wm-sdk/mcu/nrf/common/hal/spi.c" needs to be swapped.
Hello,
I assume that there is a bug in the SPI clock pin configuration for the nrf MCUs. The following pictures show the SPi settings and recorded transmission. The settings for the transmission are SPI_MODE_HIGH_FIRST = active High and Leading Edge = CPOL 0 and CPHA 0
You can see that there is a high on the clock pin before and after the transmission that should not be there.
I assume that the pin configuration in line 58 and 62 in the file "wm-sdk/mcu/nrf/common/hal/spi.c" needs to be swapped.
wm-sdk/mcu/nrf/common/hal/spi.c
Lines 55 to 63 in 1c16d46
The picture below shows the recording of the SPI transmission with fixed clock pin configuration.
The text was updated successfully, but these errors were encountered: