Re: [Openocd-development] MWW Problem

2009-11-14 Thread Krzysztof Dziuba
Hello, Zach Welch pisze: On Sat, 2009-11-14 at 12:45 -0600, Dean Glazeski wrote: Hi all, It appears that with Zach's recent command handler work the MWW command broke. The reason is because of how the args pointer is modified (incremented in this case) as the function executes. It then uses

Re: [Openocd-development] TMS470 Scripts

2009-05-31 Thread Krzysztof Dziuba
Hi, Xiaofan Chen pisze: > You commented out all of the following for your script. Should I > uncomment them for flashing? > > #$_TARGETNAME configure -work-area-virt 0 -work-area-phys 0x0020 > -work-area-size 0x4000 -work-area-backup 0 > > #flash bank tms470 0x0 0x2 0 0 0 > #flash ba

Re: [Openocd-development] TMS470 Scripts

2009-05-31 Thread Krzysztof Dziuba
Xiaofan Chen pisze: > On Wed, May 27, 2009 at 2:33 AM, Krzysztof Dziuba > wrote: >> I attached my cfg file, I think it needs to be polished before including it >> to the official configurations, however it works for me. >> There is also patch which fix big endian issue

Re: [Openocd-development] TMS470 Scripts

2009-05-26 Thread Krzysztof Dziuba
krzysztof.dziuba Gazeta.pl pisze: Hi, 2009/5/26 Xiaofan Chen : So you are saying that the current svn head will not work without the patch, right? No, just I don't know if this works corrently or not - I don't use current svn head. When I will find some time I will try. BR, Krzysztof I attach

[Openocd-development] TMS470 and problem with endianness

2008-11-12 Thread Krzysztof Dziuba
Hi, I started development on TMS470R1A384 and have problem with endianness in OpenOCD. Please consider following scenario: - generated big-endian elf file - OpenOCD configured: target create TMS470 arm7tdmi -endian big -chain-position 0 RAM mapped at 0x - 0x7 - Ecl