Other Parts Discussed in Thread: LAUNCHXL-CC1310, ENERGIA, CC1310, C2000WARE
Tool/software: Code Composer Studio
G’day fine folk of TI!
This has been doing my head in for 2 months and not having a strong embedded background really does my head in!
For reasons I can’t describe, I need to send data from a Launchxl-F28379d (I’m gonna call this guy 283) to a Launchxl-CC1310 (I’ll call this guy 1310) over SPI.
Out of frustration of dealing with CCS, I currently have a Simulink based example sending continuously incrementing numbers every second, out from 283’s SPI-B bank of pins to 1310’s same SPI pins (code attached as SPILED.slx).
I have an Energia Based SPI slave data reception bit of code flashed onto the 1310 (code attached as SPIPlaya.ino).
My Issue is that I don’t see the numbers being sent from 283, on 1310’s serial monitor.
I have tried:
- CCS based SPI output example codes (tweaked to go out from SPI-B) for the 283
- CCS based SPI slave input examples for 1310
- Tweaked energia examples of SPI slave data receiving for the 1310
Could someone help me get data output from the 283 turning up and interpreted on the 1310?TICodeHelp.zip