Other Parts Discussed in Thread: CC2650
Hi all,
I am trying to figure out where the main application loop occurs for the project 0 project for the LAUNCHXL-CC2650. Essentially, I need to add SPI functionality to the project in order to communicate with other devices and still maintain ble functionality that project 0 offers. Looking at the project, I found the main() function within the startup folder, which makes a call to ProjectZero_createTask() which calls ProjectZero_taskFxn(). Here, the ProjectZero_init() function is called to initialize all the services I believe. However, I do not exactly know where the main loop for the Project Zero happens to check for button presses or LED calls. This is where I would like to make calls to SPI functions in order to send and receive bits. Does anyone know where to make this addition?
Thank you