This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

cc2541-BLE stack- salve receive

Other Parts Discussed in Thread: CC2541

hey all,

plz, someone can help me with the pseudo-do code of receiving by the slave?

as we all know the code for the master to send is:

LCD_SPI_BEGIN();
LCD_DO_WRITE();
LCD_SPI_TX(data);
LCD_SPI_WAIT_RXRDY();
LCD_SPI_END();

(took from the BLE stack, hal_lcd.c, which connect the lcd (slave) and the evaluation module (master, in my case cc2541) ).

10x in advance,

ran