Other Parts Discussed in Thread: IWR1443BOOST, CC2650
Tool/software: TI-RTOS
Hi everyone,
I am trying to sample the IWR1443Boost with the CC2650 Launchpad at 1Hz by using an SPI line to collect the data from the IWR. To reach this, I am attempting to use the timer driver to only perform an SPI transaction every 1 second. I am trying to implement the following code on my empty.c file.
I am running into a bunch of issues and confusion however. If anyone could answer the following questions I would very much appreciate it.
1. Type_freq is not defined in project empty. What can be done with this? Also, the website states that this is for a 1ms interrupt, but I am unsure how they get this value from the code.
2. I establish my SPI handles and Display handles in the task function that also establishes the GPTimer. In order to actually do the transaction however, I need to put this code in the callback function. I am unsure how to use the parameters that I had established in my current task function in the callback function.
Thanks for the help!