Hi all, I've setup a environment based on Eclipse and Codesourcery G++ Lite toolchain. My target MCU is STM32F101C6 chip.
When start to debugging, openocd will report an error: Error: address+size wrapped(0xfffffffe, 0x00000004). In the remote log: Sending packet: $mfffffffe,4#fc...Packet received: 00000000. I traced the error, and find that it's caused by invalid value in lr when startup, which is 0xFFFFFFFF. I change the lr to 0xFFFFFF0F, and use run_to_line to run to another position in the same function. And received in the remote log: Sending packet: $mffffff0e,4#c6...Packet received: 00000000. 2008-12-16 Best Regards, Simon Qian SimonQian([email protected]) ---- www.SimonQian.com
_______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
