This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

nrf51822 SPI Slave example doesn't work

Hi,

I'm trying to get the SPI Slave example working on my nRF51822 PCA100001 development kit.

  1. SPI1_TWI1_IRQHandler never gets called even though the ACQUIRED and END enabled bits are set in the SPIS1 INTENSET register.

I try to trigger the interrupt manually by setting the NRF_SPIS1->TASKS_ACQUIRE to 1 and the ACQUIRED Event never gets set.

  1. I have verified that the SPI data I'm sending to the nRF51822 has the 7.1 usec delay between CSN going low and the start of my data being clocked out.

  2. When I enable the SPI Slave on the nRF51822 the incoming SCK signal is getting divided down even though I have verified that I have not enabled a Pull up or down on this pin in the nRF51822.

Thanks for the help!

Parents Reply Children
No Data
Related