2015-07-10 01:19 PM
hello everybody
I want to transmit data with NRF24L01+. I use two boards that are based on two stm32F030F4 Microelectronics. I attached my code. when i press a bottom that connected to PA14, it should send 0x0002, and LED that connected to PA0 on receiver boardshould be
turn on
, but when i check SPI received data on receiver board, with ''if(SPI_ReceiveData8(SPI1)==0x0002)'', noting happened. please help me #stm32f030f4