Hello,
We have a requirement to use only ARM32 instructions, so we set code_state to 32. The compiler switches to Thumb mode when it want to use UDIV which is a Thumb32 instruction only. Is there a way to completely disable Thumb instructions?
Thanks, Charlie Johnston