DSPRelated.com
Forums

Re: how to load .out file from a running program

Started by lime...@freenet.de July 11, 2007
sorry,sorry this is the last version!

Hi,
I have to load a program over network to the DSK6711.

|--------------------| TCP/IP |-----------------------------|
| PC, post.bin-file | ==> | dsp6711, SDRAM | |--------------------| |-----------------------------|

1.i use CCS and usually load the filexfer(NDK) programm to the dsp and run it
2. i convert the post.hex example into binary format with the boot-option and send this file to dsp(sdram) over network

3. now how can i stop the filexfer programm and load the post example to run it?
how can i pass control to the new programm?

thanks