Program execution stops when a variable is declared in IRQ handler
Posted on December 06, 2016 at 22:28Hello!I've come across this strange problem where I can't seem to find a reasonable explanation why it occurs:I am using a simple RTOS, I have an EXTI interrupt handler that calls a simple function which sets a fl...