How to get CMSIS RTOS V2 Timer and normal thread to work together?
Hi,I am using the STM32F405RG MCU, STM32CubeIDE, and CMSIS RTOS V2. I'm working through some RTOS examples, and discovered that I cannot get the timer callback function and the normal thread to work together. The individual function/thread works fine...