Other Parts Discussed in Thread: IWR1443BOOST, , CC2650
Hi all,
I have been able to implement a variety of drivers on an empty project and everything seems to be working fine. Now, I'm trying to add SPI functionality to Project 0. My goal for this project is to continually get data from an IWR1443Boost module with the LAUNCHXL-CC2650 module and display this data through a GATT service. However, I am unsure on where to actually incorporate the functionality once I have the handles set up. I currently am trying to implement it Project_Zero_TaskFxn() but have the following warning. It states that x is declared but never referenced, which I am unsure since I am using it with the display driver. When I look in terra term, nothing is displayed, indicating to me that the code following the for(;;) is not doing anything. Does anyone have any suggestions on where to put the spi transactions and the display data? Also, how would I be able to change a service to display the receive buffer for the SPI transaction?
Thanks for the help!