HAL_NVIC_EnableIRQ while thread executing
Posted on January 11, 2017 at 18:58Hi all, I'm using STM32L4 MCU and FreeRTOS V8. I have implemented thread that execute normaly, During this thread, I have to initialize HAL interrupt (by executing HAL_NVIC_EnableIRQ(EXTI9_5_IRQn); ) Unfortunately...