2020-10-06 09:56 AM
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?
Solved! Go to Solution.
2020-10-19 07:10 AM
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