cancel
Showing results for 
Search instead for 
Did you mean: 

STM32H7S3L8 error when uploading code

Davit_Imnaishvili
Associate II

Hi, I'm trying to upload a blank code generated by the ioc file on STM32H7S3L8 and I'm getting this error: "Break at address "0x800efb8" with no debug information available, or outside of program code." How can this error be fixed?

1 REPLY 1
liaifat85
Senior III

This error typically occurs when the debugger encounters a memory address that doesn't contain valid program code or debug information. Check if  your debug configuration in your IDE (like STM32CubeIDE or Keil) is set correctly. Sometimes, the issue is caused by the debugger attempting to break at an invalid location.