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: MSP432P401R
Tool/software: TI C/C++ Compiler
I have a MSP432P401R project created by CCS V6.1.3, the compiler version is TI v16.3.STS .
This environment works smoothly.
Now I want to upgrade CCS version to CCS V8.3.0.
After I installed CCS V8.3.0 successfully I imported the project into CCS V8.3.0 workspace.
And the compiler version is TI v18.1.5.LTS.
This environment can compile the project successfully too. But after I download the firmware into MCU the system will raise a reset (maybe watchdog reset).
There is a different between the two compilers.
project -> properties-> Build -> Arm Compiler ->Processor Option -> Specify float point support
TI v16.3.STS -> vfplib
TI v18.1.5.LTS -> FPV4SDP16
I want know which compiler is more suitable for MSP432P401R?
And why the same code I use TI v18.1.5.LTS compiler can not execute normally ?
I doubt the choice of floating point support is the cause of the problem. The MSP432P401R has a Cortex-M4F CPU on it. So the best floating point selection is FPv4SPD16. See this forum thread for more discussion. Using vfplib may work correctly, but slower.
What other software package(s) do you use in your system? The Simplelink SDK, or something else? What version? Consider the possibility that the newer compiler version is not compatible with that version of the software package.
Thanks and regards,
-George
Is it the case that the software packages you use are not compatible with the newer compiler version?
Thanks and regards,
-George
Since it has been a while, I presume you have resolved your problem. I'd appreciate hearing how you resolved it.
Thanks and regards,
-George