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?