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
The limit is 6 breakpoints, calling it 8 is simply wrong. Trying to say: Oh you do not need breakpoints, you can simulate etc. does not make it any more true.
Besides: The way I work I need a lot of breakpoints. Reminds me of my old boss, who said: Debuggers are only for sloppy programmers...