This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello,
I understood that TI's CCS has two different versions of code generation tools that are available depending on the processor family: CCS ARM-CGT and the ARM-CGT-CLANG. Is this understanding correct? The RTOS vendor we are considering has a pre-certified version of their RTOS (product requirement) that itself only works with ARM-CGT supported version of CCS. Does TI have an available ARM-CGT version for the RM57 and if so how can we download it for evaluation with the demo projects on our RM57 launchpad board? What is the difference between AEM-CGT and what is downloaded and installed by default with CCS for RM57?
Thank you.
Hi Tammy,
The armcl (ARM-CGT) compiler is recommended for safety applications using Hercules devices (TMS570 and RMx).
No all the macros, Intrinsics, and Pragma used in HalCoGen code and SDL are fully supported by TI ARM Clang compiler. To use Clang, the user has to modify those code manually.
Hi Q.J
Thank you. Just to clarify. Are all the macros, Intrinsics, and Pragma used in HalCoGen code and SDL fully supported by TI ARM-CGT compiler as well? Thank you again.