This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Why does SPI not work with nrf_delay

Why does SPI not work with nrf_delay, from this previous question devzone.nordicsemi.com/.../

Surely the SPI SCK is a PWM or other timer/interrupt driven clock?

Also, I comment out nrf_delay_ms(200); and then the clock runs, but the SPI_SS_PIN does not go low? I used \nRF5_SDK_13.0.0_04a0bfd\examples\peripheral\spi\pca10040\blank\iar but no go. I guess one needs to pull SPI_SS_PIN low manually? Any help appreciated

Related