I put breakpoints, but only up to following line "configASSERT( ucCurrentPriority >= ucMaxSysCallPriority );" in this function "vPortValidateInterruptPriority( void )" I was able to debug.
We tried to run the sample code present in package "BLE_HeartRateFreeRTOS". We are able to observe the output without changing anything, but we are not able to debug. Then changed "CFG_DEBUGGER_SUPPORTED" this micro to 1 , now I am able to debug up t...
Thanks for reply @KnarfB We just configured all peripherals, BLE, RTOS with single default task with priority of "osPriorityNormal" which is 24. We found three more RTOS tasks in auto generated code itself. 1. "HrsProcess()" which is in hrs_app.c ...