Problem with Rtos and Rtos API
Hi to all!
I have a problem using the osEventFlagsSet() API. Based on documentation i can call this function from an ISR, but if i call this function in the ISR body the flag isn't set. It's my problem or i can't call this function from the ISR?
The second problem that i have is that the STLINK led that is on the cuttable board, doesn't blink between the green and red when I debug an RTOS application. The led remain fixed with the green and red, but the light is weak, is not bright. However the debug session work normally. This appens only if I debug an Rtos application. If I use a non Rtos based application, when i enter in the debug, the led blinky bright between the green and red. This is normal?
Ps
I use a NUCLEO-F767ZI board and STM32CubeIDE.
