2021-08-26 01:37 PM
The HAL driver, HAL_HSEM_IRQHandler() disables itself by clearing bits in it's IER register. I don't want it disabled so I have to re-enable it in my HAL_HSEM_FreeCallback(). Is it desirable that it is disabling itself?
I'm using the STM32H755.