I use the SPI slave function on 51422. When I send a byte(0x31) to 51422 SPI slave from master, 51422 will back a byte (0xAA - DEF byte) to master. Why?
I send 0x31 every 1 seconds, but I always get 0xAA. Why??
I use the SPI slave function on 51422. When I send a byte(0x31) to 51422 SPI slave from master, 51422 will back a byte (0xAA - DEF byte) to master. Why?
I send 0x31 every 1 seconds, but I always get 0xAA. Why??
I use STM32 MCU for SPI master side and Nordic for SPI slave side. How can I mark sure that I send out the clock and data is consistent with Nordic? How can I know which mode I want to set it?
Thank you.
I always get 0xAA from Nordic.
I resolve this issue, because I set CSN pin that have some problem.
Thank you.
hi Elliot , I use STM32 MCU for SPI master side and Nordic for SPI slave side. How can I transmit data from slave to master?
I have the same issue with nrf51822 board: 1. Yes 2. Yes 3. Yes. I'm also using STM32 discovery as a SPI master. Are there any updates for the issue? I don't have any other ideas what might be wrong :(