> This is my first patch, so please let me know if I did > anything wrong. > The problem: for Cortex-M3 targets, the FPB unit (Flash Patch and > Breakpoint) was enabled only on reset event. If I connected > to already running code after it's been reset and tried to > set some breakpoints, OpenOCD would write into comparator > registers, but the FPB would stay disabled and breakpoints > didn't work. So I added a check in > cortex_m3_set_breakpoint() which enables FPB if necessary. >
committed Many Thanks Spen _______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
