2019-11-10 12:29 AM
Hello,
I had modified the original HandsOn_3 example and it works fine for me based on the UTIL_SEQ_Run() timing mechanism :)
However, I'd like to use a different timing mechanism based on freeRTOS !!
So I compiled the BLE_HeartRateFreeRTOS project example located at STM32Cube_FW_WB_V1.3.0 (CubeMX 5.4) as a CubeIDE (1.1.0) project,
Unfortunately the project start running and then stuck inside the procedure osKernelStart();
seems, received an WWDG interrupt (see attached snapshot)
although the WWDG compile flag is remarked /*#define HAL_WWDG_MODULE_ENABLED */
Any Idea?
Thanks In Advance,
Micha