Other Parts Discussed in Thread: CC2640, SIMPLELINK-CC13XX-CC26XX-SDK, SYSCONFIG, , CC2652R, CC2650
We are trying to use 26x2 SDK and DeviceFamily_CC26X2 when migrating from MCU CC2640 to MCU CC2642R1FRGZ. We had multiple errors during compilation.
Screenshot 1:
In Project: Properties / Resource / General we updated XDCtools to [3.60.2.34_core], also selecting 26x2 SDK.
Screenshot 2: In Project: Properties / Arm Compiler / Predefined Symbols: We added: DeviceFamily_CC26X2 (to avoid some previous errors)
Screenshot 3:
In Project: Properties / Resource /CCS General we switched Variant from CC2640F128 to CC2642R1F
Screenshot 4:
Arm Compiler / Processor Options fields were updated automatically.
We had multiple new errors during compilation: shown in screenshot 5) attached. We made code updates and resolved some of them: We found that ADC macro parameters(#defines) for some APIs have been changed, so we replaced VDDA with VDDS and resolved the issues. The outstanding errors are shown in Screenshot 6)
Can you advise whether our fields are correctly set in the CCS tool? All screenshots are attached with file names indicating the sequence.
For another error type it looks like the power management has been changed including file names, we have not been able to resolve this yet. We came across a ticket on Power management changes: we probably need to examine it to resolve the issues, please advise. We also need to resolve some other undefined symbols. Any help will be appreciated to speed up our progress.