Skip to main content
DK.7
Associate III
June 29, 2022
Question

How to debug "STEP Over (F6)" SCB_ENABLEDCACHE ()?

  • June 29, 2022
  • 1 reply
  • 878 views

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.

This topic has been closed for replies.

1 reply

Pavel A.
June 29, 2022

This is a known issue with the gdb..Just do not step on/thru this inline macro. Run thru it on full speed.

DK.7
DK.7Author
Associate III
June 29, 2022

Ok, thank you for answer!