Question
HAL_NVIC_EnableIRQ while thread executing
Posted on January 11, 2017 at 18:58
Hi 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, it seems that
my interrupt does not work
, and I guess because it wasnot created properly.
Any Idea ?!
Thanks.
Ghada.
