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

GCC veneer code

I am using gcc-10.2-arm32-eabi with Cortex-R52 processors. The veneer code inserted by the compiler is possibly wrong.

Take IRQ_Handler for example, the veneer code is like below. The first instruction is bx pc, which always switches CPSR to ARM mode. However, my whole project is using Thumb instructions. Can you please help explain how to make veneer code right, like adding compiler options?