cancel
Showing results for 
Search instead for 
Did you mean: 

SCB_EnableDCache is stuck

Rb7
Associate

Hi
I'm using STM32H753 and I enabled the icache and dcache , generated the code , and run it.
The function SCB_EnabIeICache() ends but SCB_EnabIeDCache() is stuck.
The project is an empty one.
What can be the cause of it ?
Thanks!

3 REPLIES 3
Pavel A.
Evangelist III

Are you trying to step thru it with the debugger? If so, don't. Run thru these SCB_,,,cache functions at full speed.

Hi Pavel.

It is stuck in both cases: when I run it without single step ,

And when I run it with single step.

It looks like it runs in a very long loop , trying to invalidate cache entries.

Thanks. 

 

Pavel A.
Evangelist III

When you run it at full speed and it hangs, is it actually trapped in some exception handler? can you break in?