Breakpoints problem
Sometimes selected breakpoints are being ignored.
The setup is STM32 + JLINK + Crossworks 3.6.1
I am using both JLINK and JLINK-Ultra - both have this problem. DLL version is V510d/JLinkARM.dll
It occurs is various STM32 devices.
When a breakpoint is set, the first few times it works fine, but then after a while is stops responding. If I do a 'break' and 'go', the breakpoint becomes active again.
Any suggestions ?
-
Have you seen https://rowley.zendesk.com/entries/48410795-Breakpoints-Stop-Working ?
It might be the same problem you're reporting, and there is a "nightly build" which seems to solve it for me.
Hope this helps,
Danish
-
Not Really
Looking at the jlink log file, the problem seems to be when a breakpoint is removed.
normally when one is added the following command is sent: e.g.
T35F8 2191:143 JLINK_WriteU32(0xE0002008, 0x8801DB5B) - FP_COMP[0]
But that does not happen again once a breakpoint is removed.
PS I cant find any reference to this address in the manuals.
Please sign in to leave a comment.
Comments
13 comments