Part Number: MSP432P401M
Tool/software: TI C/C++ Compiler
Does the C compiler for MSP432 produce normal ARM instructions or for the Thumb instructions?
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: MSP432P401M
Tool/software: TI C/C++ Compiler
Does the C compiler for MSP432 produce normal ARM instructions or for the Thumb instructions?
The MSP432 has a ARM Cortex-M4F CPU core. All ARM M-profile CPU's only support one instruction set. I've seen that instruction set called Thumb-2 and T32.
Thanks and regards,
-George