Re: [Openocd-development] Unable to step through code in GDB

2010-09-16 Thread Jörg Fischer
Nived schrieb: Hi, i am using openocd 0.4.0 to debug an intelmote2 device. I am able to set a break point and then transfer control to that point. When i do a continue (c) or a next (n) the execution returns to the same point. Is there any particular reason why this may be happening ?

Re: [Openocd-development] cortex-r4 core

2010-09-16 Thread Peter Stuge
Gene Smith wrote: This seems to be the only commercial eval board for this core (TMS570 is actually dual core): http://processors.wiki.ti.com/index.php/TMS570_MDK_Kit The board is made by Keil (or has their name on it) for TI and another article shows using the jlink.

Re: [Openocd-development] Software breakpoints with GDB do not work

2010-09-16 Thread Drasko DRASKOVIC
Hi all, can anybody please explain me in the more details arm966e_read_cp15() function (or arm920t_read_cp15()). While fileds manipulation is intuitive, I do not get : 1) Why do we have to call jtag_add_dr_scan() two times, first time with fields[1].in_value = NULL, other time set to correct var

Re: [Openocd-development] Message script openocd 0.4.0 windows for In Board flash programming.

2010-09-16 Thread Andreas Fritiofson
flash write_binary 0 BootLoader_108.bin 0x0 0: command requires more arguments There is no command with the name 'flash write_binary'. Perhaps you mean 'flash write_bank'? In that case, the extra zero on the end shouldn't be there. The error message is nonsense. help flash write_bank flash