2024-06-10 05:30 AM
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!
2024-06-10 06:28 PM
Are you trying to step thru it with the debugger? If so, don't. Run thru these SCB_,,,cache functions at full speed.
2024-06-10 11:27 PM
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.
2024-06-11 03:20 PM
When you run it at full speed and it hangs, is it actually trapped in some exception handler? can you break in?