cancel
Showing results for 
Search instead for 
Did you mean: 

Advertise don't run in HearthRateFreeRTOS project

Kolab
Senior

Hello!

I have created a new project based on the ST example BLE_HeartRateFreeRTOS. I made the comparisons between both projects and added what was missing in my project. I think that I have copied everything that I should but the advertising doesn't start. The program doesn't achieve the function APP_BLE_Init . It should propably be called by the task ShciUserEvtProcessId = osThreadNew(ShciUserEvtProcess, NULL, &ShciUserEvtProcess_attr); but it doesn't happen. When I pause the debugging the program goes to function vPortValidateInterruptPriority . Could someone help to solve this issue?

10 REPLIES 10
Kolab
Senior

could you please tell me what do I have to add to my project after generation of the ble+freertos project(the main functions) so as to at least ble worked properly? May be I'm missing some steps