cancel
Showing results for 
Search instead for 
Did you mean: 

CubeMX+FreeRTOS+keil: breakpoint is hit but the program continue to execute after 10 seconds

load2005
Associate III

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

1 ACCEPTED SOLUTION

Accepted Solutions
load2005
Associate III

The problem was in watchdog. I have disable it and now it's ok.

View solution in original post

1 REPLY 1
load2005
Associate III

The problem was in watchdog. I have disable it and now it's ok.