cancel
Showing results for 
Search instead for 
Did you mean: 

NUCLEO-H7S3L8 debug problems

Domi
Associate

Hello,

Started to dwell info embedded development and got my hands on a NUCLEO-H7S3L8 development board. Firstly wanted to analyze the example code that comes with the development board and modify it a bit. But when started to debug, it seems to stop at I and D cache enable functions, and example LED blinking disappeared. Has anyone encountered something similar and could help to fix this problem?

Only change I made to the example code is set-up a PC8 as a PWM to drive a LED switch.

Additionally, tried a mass erase and re-flashing, but still nothing, the problems remains the same as I mentioned. 

2 REPLIES 2
Pavel A.
Super User

when started to debug, it seems to stop at I and D cache enable functions,

If you're trying to single-step thru these functions with debugger - just don't. Put a breakpoint outside and run thru these functions at full speed. It is a known issue. Or do you see a different problem?

 

Saket_Om
ST Employee

Hello @Domi 

Did the original project without your modification work well in debug mode?

Could you precise the name of the example your debugging? 

To give better visibility on the answered topics, please click on "Accept as Solution" on the reply which solved your issue or answered your question.
Saket_Om