Resolved! STM32H745: Freeing a semaphore does not trigger an interrupt
There is very little information on the internet, let alone any example that I could look at. My problem is that freeing a semaphore does not trigger an interrupt. I need this feature to allow one core to notify the other in case a certain condition ...