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.

LAUNCHXL-CC1310: F28379D -> CC1310 SPI Data Communication

Part Number: LAUNCHXL-CC1310

Hi there,

I am working on a solution where I need to send data over SPI from TMS320F28379D (I'm going to call this guy 283) to CC1310.

Where CC1310 is the Slave and 283 is the Master, there are no other components on the SPI network.

I am having trouble receiving data on 1310 as he only tends to read 1's after the 283 TXBuffer reaches a particular value (as per example stated below)

I need to transfer 10 different numbers, each between 0 and 4096, one way.

I have tried using the spislave example for CC1310 and the spi_loopback_cpu01 example for 283, adjusting the pinouts, changing receiving and sending datatypes but I do not see anything other than 1's on the 1310's Receiving buffer.

Can anyone help with a bit of code by any chance?

Regards,