HardFault with exceptions c++
Hello ST Community,I'm working on implementing C++ exceptions in my project. My setup includes an STM32H735 board and I'm using FreeRTOS. Here’s a snippet of my code that involves try and catch blocks: extern "C" void myTaskFunction(void* pvParamet...