Hello Alan,

>Do you have J-Link completely functional?
No, I can detect STR710 and SAM7S256.
I could write to the RAM like:

mww <ram_address> 0x11223344

And read it back with:

mdw <ram_address>

At the first try, I got the 0x11223344 back, but
if I try it again, I got 0xffffffff or 0x00000000.

But with LPC2148, it was not able to halt the CPU.
This was tested with a V6.0 J-Link under Mac OS X
with libusb and openocd r1547. But I must remove the
AVR stuff to get it compiled.

Best regards,

Michael

-----Ursprüngliche Nachricht-----
Von: Alan Carvalho de Assis [mailto:[email protected]]
Gesendet: Montag, 27. April 2009 21:03
An: Michael Fischer
Cc: Openocd-Dev
Betreff: Re: [Openocd-development] J-Link interface status


Hi Michael,

On 4/27/09, Michael Fischer <[email protected]> wrote:
> Hello Alan,
>
>>I noticed that using J-Link yellow version 6.0 OpenOCD can detects my
>>ARM9 i.MX27 processor with no problem.
> Can you change some memory values too?
>

I can't because I don't have one J-Link version 6.0 any more :-(

> Try to use mww to write some values and mdw to read it back.
>

Do you have J-Link completely functional?

> Best regards,
>
> Michael
>

Best Regards,

Alan

_______________________________________________
Openocd-development mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to