Hi,
I am using a nRF52832 module to receive some data from another nRF52832, which is sending the digitalized data to the receiver. My receiver consists of a nRF52832 module connected to a STM32f103c8t6 MCU through SPI. I want to receive data with nRF, send it to STM32 using SPI, and then send the data to PC using USB connection. I did this because the UART baud rate is not enough for my work. now I have problem with connecting the nRF and STM with each other through SPI. I used the example SPIs in SDK17, and just changed the pin configuration. then I configure the STM and tried to received data from SPI and send it to PC. but it seems that the connection is not working. no matter what I send, I get 0xFF in PC. do you have any sample or help to find the problem?
here is the code for nRF:
here is the code for STM: