Am 06.09.2002 18:41:04, schrieb Steve Underwood <[email protected]>:
>The following line:
>#include <msp430/adc12.h>
>is missing from msp430x43x.h and msp430x44x.h

tanks, fixed.

>Now TI has published much of their JTAG interface spec, can the source 
>of _parjtag.so be made available, or is there still closed material in 
>there?

in there, no. it's completly based on a prerelease of the mentioned
application note.

 i'm updating it to the released sources of that
application. i want to change the internal organisation sightly, so that
making a version with debug features gets easy. that are some
changes in the internal API between the python and the JTAG code.

what will be needed are "funclets" (hope it's not a trademark ;-).
those are functions (and data) that get downloaded to the target
MSPs RAM and a get executed there. this solves the timing issues i
had with the previous experiment: a tasklet is downloaded with
the data to programm the flash, the PC has then just to wait until
the MSP is finished. (BTW that's not my idea it's from TI)

i'keep you up to date here.

chris




Reply via email to