Help with debugging an INVSTATE hard fault on STM32F405 microcontroller
I'm having a hard time tracking a source of the hard fault occuring in my program written in C++ for the STM32F405 microcontroller.I only use three sources of interrupts in this project - two timer interrupts (TIM2 overflow happening with 36kHz frequ...