Alain Mouette wrote: > Hi, I just changed my Cortex-M3 from LS3S6965 to ML3S6611 and it stopped > working :( > > When I start openocd (0.2, Linux, FTD2232) I get: > Open On-Chip Debugger 0.2.0 (2009-07-15-14:00) Release > [...] > 500 kHz > jtag_nsrst_delay: 100 > jtag_ntrst_delay: 100 > Info : device: 4 > Info : deviceID: 67354056 > Info : SerialNumber: TLRYVQOW A > Info : Description: Turtelizer JTAG/RS232 Adapter A > Info : JTAG tap: lm3s6965.cpu tap/device found: 0x3ba00477 (mfg: 0x23b, > part: 0xba00, ver: 0x3) > Info : JTAG Tap/device matched > > => I checked and the device code is exactly the same for both chips! > > Using telnet, if I display memory I get: > > mdw 0 8 > 0x00000000: 20000010 00000021 0000000d 00000029 00000045 00000045 > 00000045 00000000 > > mdw 20000000 8 > Maybe it should be (hexadecimal)
mdw 0x20000000 8 Sticky errors is almost always trying to acces nonéxisting memory. Best regards, Magnus _______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
