Am 01/29/2011 05:53 AM, schrieb Phil Fong:
> I have a Freescale 56F8013 which is a DSC from the DSP56800E family that I 
> want 
> to flash.  I am planning on connecting a FTDI FT2232H to the JTAG pins and 
> wish 
> to flash it.
>
> Freescale provides documentation as to the TAP and ON/CE commands needed to 
> program the flash 
> (http://cache.freescale.com/files/product/doc/AN1935.pdf?fsrch=1&sr=1) and 
> also 
> source code for a program that does it (you need to search for FAQ 19703 on 
> the 
> Freescale site).
>
> Is it practical to try to do this by adding support to OpenOCD for this chip? 
>  
> The alternative I am considering is just libftdi to manipulate the JTAG port 
> directly.
This should work. OpenOCD supports multiple targets - some for
debugging, some not, so adding a target that only supports programming
should work, and the infrastructure is there.

> Where do I start looking in the code?
I can't help much in that regard.

I notice there is DSP56300 support - I don't know if it is complete, and
how similar it is to your DSP56800, but it might be a start.

In any case, do *not* use some snapshort release as a starting point -
use the GIT repository.

cu
Michael

_______________________________________________
Openocd-development mailing list
Openocd-development@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to