Tool/software: TI C/C++ Compiler
Hi all, I need to pass an unit16_t variable to the inline assembly code, any suggestion on how this can be done? I am using TM4C123G.
Thanks in advance!
Richard
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.
Tool/software: TI C/C++ Compiler
Hi all, I need to pass an unit16_t variable to the inline assembly code, any suggestion on how this can be done? I am using TM4C123G.
Thanks in advance!
Richard
Unfortunately, that is not supported by the TI ARM compiler. I'm pretty sure it is possible to do it with the GCC ARM compiler, though I don't know the details.
Thanks and regards,
-George
Thanks George for the information, it is a bit disappointing though:-)
Regards,
Richard