Hi everyone,
I am debugging an application on a STM32F4 in flash with a ULINK. I read one of the features for the ULINK should be 8 breakpoints, but after the 6th breakpoint I get an error message. Isn't it possible to use all 8 breakpoints? Maybe can I use 8 breakpoints with another device?
Can you help me with this?
Warden
Now you are saying I do not need them because I should simulate? absolutely not!
I need as many breakpoints as I can get. we all do.
I, often have a small function
global variable bool Ralphie; // made global to avaoid function optimized out void ralph (void) { Ralphie = TRUE; // set breakpoint here }
and make a call to ralph in the places I know I'll need to break at for a while