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