This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

loading an ouput file in RAM

Hi,

I'm using f28027 and I want to write a program(in c#) to load a simple program like blinking led into the RAM via SCI port using the sci-boot mode.

I have the .out file of the blinking-led, now how should I load it into the RAM and jump to it's entry point to start it's execution, given that sci-boot requires a particular format to load the data into the RAM?