Dear All How can I force the compiler to not generate the "BX LR" for the return function. I also set the option --ARM_only(in compiler + assembler + linker) but this is not useful and I have this code at last in axf file. my target in Keil is set to ARM7TDMI (I can not set my target to ARM7 or any other target without Thumb) so what can we do to prevent generate "BX LR"?
We found the same problem until we found the following attribute:
__UseMovPcWithLrInsteadOfMovBxWithLrInCaseProgrammerIsTalkingOutOfHisArse
Can you explain more how can I use this in Keil MDK?