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.

How to create a binary app to load and run out of RAM

Hello,

So far, I'm using Boot Loader and compile an app to get OUT file, then use TI tool RPRC to generate binary image to be stored in flash at 0x10000

Now my app can load an image from PC to target via USB at high speed.

I'm thinking to use my app above as App Loader

So, I'm looking for info to load an app to load and run out of RAM. In doing so, I expect

1) A linker file to specify starting address, say 0xC2000000 in DDR

2) A make file to generate a binary to load at above address

Thanks,

~Duy-Ky