I need the working code of CC2640R2F as SPI Slave for NPI on TI CC2640R2F Launchpad Board.
Also Does the SPI slave support SPI_POL0_PHA0 Frame format or not.
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.
I need the working code of CC2640R2F as SPI Slave for NPI on TI CC2640R2F Launchpad Board.
Also Does the SPI slave support SPI_POL0_PHA0 Frame format or not.
As I am using the MRDY and SRDY signal, Does the CSN should be UNASSIGNED or it is required to define.
on Board MRDY and CSN are shorted
/* SPI Board */
#define CC2640R2DK_5XD_SPI0_MOSI IOID_0 /* Pin 4 */
#define CC2640R2DK_5XD_SPI0_MISO IOID_1 /* Pin 5*/
#define CC2640R2DK_5XD_SPI0_CLK IOID_2 /* Pin 6 */
#define CC2640R2DK_5XD_SPI0_CSN PIN_UNASSIGNED // IOID_7 /* Pin 14 */