2025-02-07 03:07 AM
I have a STM32H730 Project, using CubeIDE V1.17.0. Code executing from the internal Flash.
I have located some functions into ITCM,
This builds and runs okay, the functions in ITCM execute as expected.
But, I can't Debug Step into any function located in ITCM, it just steps over the function.
I can set a breakpoint in a ITCM function, but it never halts there, just ignores the breakpoint.
How can I step into functions located in ITCM?
Do I need to tell GDB that I have instruction code in ITCM?
Thanks.