Thanks for looking into this. It turns out that it was working all along and that the compiler optimization (-O2) was preventing execution of the interrupt handler (I didn't look for the root cause of this). Turning off optimizations on the build fixed the issue. Regardless, it was helpful to get verification of the linker script. Thanks again!
↧