Question
STM32F4 freeRTOS gets stuck at xQueueSemaphoreTake while debugging using Visual Studio Code
Hi ,
I am using Cortex debug extension in Visual studio code to debug my STM32F4 custom board . I am successfully able to debug using CubeIDE . But with Visual studio code the code hangs at the below line of queue.c .
configASSERT(pxQueue->uxItemSize == 0);So my question is , do I have to explicitly specify or enable the RTOS debugging ?
