Hi,
I'm trying to get the SPI Slave example working on my nRF51822 PCA100001 development kit.
- 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.
-
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.
-
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!