Part Number: LAUNCHXL-CC1352R1
Tool/software: Code Composer Studio
two project are almost same code and running well.
what's the difference?
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.
Part Number: LAUNCHXL-CC1352R1
Tool/software: Code Composer Studio
two project are almost same code and running well.
what's the difference?
The ccs project is using the TI ARM Compiler. The gcc project is using the GCC compiler. The TI ARM Compiler is a compiler that we develop in TI. GCC is an open source compiler. Most people use the TI compiler but some users prefer using GCC.
Regards,
John