suikan4github / murasaki

STM32 HAL class library
MIT License
17 stars 3 forks source link

STM32G0 EXTI cannot release the task by interrupt #123

Closed suikan4github closed 4 years ago

suikan4github commented 4 years ago

Describe the bug While the interrupt handler is installed, the EXTI cannot release the waiting task.

The root cause of this problem is STM32 Cube HAL incompatibility. So, while the handler is correctly installed, other ( hidden ) call back is called when the target is STM32.

Expected behavior Catch this STM32G0 HAL funny callback and call the right callback.

suikan4github commented 4 years ago

Merged to develop. Ready to release.