This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Adding inline assembly in C Code

Hi

There are some instances when you need to call ARM Instructions in C Code.

Best way is to use __asm {

}

.

This is good when no issue is there. But some times, you get some error

errot #1113 arm: inline assembler not permitted when generating thumb code

The cause is due to compiler issues , But if you dont want to modify the  compiler settings any solution for above problem ?

Parents Reply Children
No data