Am 14.03.2003 11:33:29, schrieb Dmitry <[email protected]>: >There is a project on CVS serJTAGsomething, but Chris, I cannot really see a >point where my project code has to be located and how. >with appropriate addressing, how can I upload them to mcu with a replicator?
you can use the python program to upload the software: pyserjtag.py -e --preload 6port.a43 or -m instead of -e to leave the info flash and only erase the main flash. without --preload, it programs an attached device directly. (the firmware of the circuit is programmed with (py)bsl) >Or just using built-in bsl and external MCU? thats an other option. but either you need to erase all, or you need to know all the interrupts vectors (as password) and you would have to develop the software and hardware from scratch ;-) chris
