Philip, > The original commands: > jtag_device 4 0x1 0xf 0xe > jtag_device 5 0x1 0x1 0x1e > jtag_device 4 0x1 0xf 0xe > > Dont use the fourth argument, who knows what this was for? > So the capture for the cortex-m3 is 0x1 not 0xf and the mask > is 0xf not 0xe. > > Change the line: > jtag newtap $_CHIPNAME cpu -irlen 4 -ircapture 0xf -irmask > 0xe -expected-id $_CPUTAPID To > jtag newtap $_CHIPNAME cpu -irlen 4 -ircapture 0x1 > -irmask 0xf -expected-id $_CPUTAPID >
Many Thanks for the report - i have commited the fix to svn Cheers Spen _______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
