Other Parts Discussed in Thread: , CC2650
Hello,
We are following this tutorial for implementing the ADC on our board.
We are using the CC2640F128 on our own board. Six of the analog input are connected to force sensors.
Sensor Controller Studio works fine. We are able to run all of the code in the tutorial and it shows the ADC output in the graph view.
We followed everything up and through "Solution 1 - HWI"
The tutorial was beginning to not make much sense once it got to migrating the SCS project into CCS, so we just followed what it said.
The program appears to debug and run on our board, but runs into this error when paused:
We tried solving the error by adding one of these to the Source Lookup Path, I highlighted the two that we tried:
Here's where we did this:
After making this addition to the Source Lookup Path, the error went away but now it enters this loop whenever we pause it:
This happens regardless of which file we add to the Source Lookup Path, although the code looks slightly different within each chipinfo.c file.
We are just wanting to see the DIO data. What can we do? We appreciate any help.