Part Number: CC2652R
Tool/software: Code Composer Studio
Hello,
A customer of mine has issues with CCS when they try to use SDK 2.30.34 for the CC2652R and had to implement a work around.
The current work around is to change the 'target' under 'project properties':
General[Products]->Target: ti.targets.arm.elf.M4 -> ti.targets.arm.elf.M4F
(F stands for FPU)
Then the project works and it also works on the launchpad. This should not be necessary compared to the example project where it only says "ti.targets.arm.elf.m4"
What is the impact of this work around?
How can this issue be solved in the proper way?
