STM32 weak exception handler override in ASM not working (ARM-EABI-GCC)
Hello,I think I tried almost everything. I couldn't find an easy portable way of overriding weak exception handlers when I write my handlers in ASM.If I declare and export function in ASM it is simply ignored and weak one is used. Two ways I found of...