2020-11-25 08:31 AM
Hi,ALL
I have generated project with CubeMX 6.0.1.
It contains FreeRTOS.
The chip is STM32L4S7ZIT
When breakpoint is hit i see that after 10 seconds (approximately) the program is executed further. Although breakpoint is still active. It is placed in one task.
Is it possible to fix this problem?
After i step further i step into interrupt from timer17 (it is a clock base). It is normal.
But why the whole system is executed?
Thanks
Solved! Go to Solution.
2020-11-25 09:28 AM
The problem was in watchdog. I have disable it and now it's ok.
2020-11-25 09:28 AM
The problem was in watchdog. I have disable it and now it's ok.