Associate III
February 14, 2020
Solved
CMSIS RTOS V1 Semaphore issues in STM32CubeIDE
- February 14, 2020
- 3 replies
- 2803 views
Hi,
I am using STM32F405, CMSIS RTOS V1, and STM32CubeIDE. I want to create a timer interrupt that periodically release the semaphore to signal the execution of a task.
The issue is that it gets stuck after osSemaphoreRelease is called in the interrupt. Please refer to my source code.
How do I troubleshoot this?
Thanks.