Question
We Initialized BLE and FreeRTOS CMSIS_V2 from the .ioc configuration in the CubeIDE. But RTOS tasks are not executing.
I put breakpoints, but only up to following line
"configASSERT( ucCurrentPriority >= ucMaxSysCallPriority );"
in this function "vPortValidateInterruptPriority( void )" I was able to debug.