This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Setting all 8 breakpoints

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

Parents
  • Per,

    My processor is an older STM32F1, so it is an M3, but I think for both M3 and M4:
    I am not aware of any Cortex-M3 or M4 that has more than 6 Flash patch units
    that can be used. Can you name even one Cortex-M device on which the 8 Breakpoints can actually be set?
    If you can not, should not the "8 max" be changed?

Reply
  • Per,

    My processor is an older STM32F1, so it is an M3, but I think for both M3 and M4:
    I am not aware of any Cortex-M3 or M4 that has more than 6 Flash patch units
    that can be used. Can you name even one Cortex-M device on which the 8 Breakpoints can actually be set?
    If you can not, should not the "8 max" be changed?

Children