Hi champion,
I am a customer, I have a question that how to support "asm(".global __use_no_semihosting\n")" in ti-cgt-arm_20.2.2.LTS.
Thank you very much.
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.
Hi champion,
I am a customer, I have a question that how to support "asm(".global __use_no_semihosting\n")" in ti-cgt-arm_20.2.2.LTS.
Thank you very much.
how to support "asm(".global __use_no_semihosting\n")" in ti-cgt-arm_20.2.2.LTS
The TI ARM compiler does not support semihosting. That is a feature which is available in many GCC ARM compilers.
The TI ARM compiler does have support for C I/O functions like puts and printf. This support is not based on semihosting. For more details, please see the article Tips for using printf.
Thanks and regards,
-George