Other Parts Discussed in Thread: SYSCONFIG, , LAUNCHXL-CC26X2R1
Tool/software:
I am in the process of porting an application that works on a CC2652R1 (CC26x2R1 launchpad) and now I am trying to port it to a CC2652R7 but having trouble to get the sensor controller to work. I needed to update simplelink CC13xx CC26xx sdk 7.10 to 7.41 (and also tried 8.30) because otherwise there was some checks for the chip revision that halted the processor. I have updated the linker script and sysconfig to reflect the memory size and device change and my app is now working except for the background operation in sensor controller that scans ADC channels. The app uses radio and and the rf core functionality does work as expected.
I have re-generated the sensor controller code for the R7 with Sensor Controller Studio 2.9.0.208 (patches 1, 2, 3 and 4).
Is there anything else I need to change?
Is the sensor controller in cc2652r1 identical to the sensor controller in cc2652r7?
I am using TI Clang v3.2.0.LTS compiler and CCS v20.1.0.6
Best regards /Ruben