2022-06-29 08:01 AM
I trying to debug my simple "Blink" code by pressing "STEP Over (F6)" but it freeze every time at SCB_ENABLEDCACHE ();
But, if i press restart and "F8" (resume) everything working well!
My stm is STM32H750VBT6.
2022-06-29 10:45 AM
This is a known issue with the gdb..Just do not step on/thru this inline macro. Run thru it on full speed.
2022-06-29 10:52 AM
Ok, thank you for answer!