Does MCUXpresso support a way to include Assembly code, inline or file?
Hi,
In the C file, you can add the lines like:
__asm volatile ("LDR R0, =0x40000220\n\t"
"MOV R1, #56\n\t"
"STR R1, [R0]");
hope it can help you
BR
XiangJun Rong