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.

PROCESSOR-SDK-C6748: Specifying Program Entry Point in CCS

Part Number: PROCESSOR-SDK-C6748

I know this hardware/software is not supported anymore, but this may be a general CCS question.

How can I specify the program entry point? In other projects, I can set this in the linker.cmd file.
But in the LED example program, the linker.cmd file is generated and I can't figure out where the generated file is getting it's data.

Background:

I'm working on booting the C6748 DSP from an SD card.

I can flash the bootloader to the SD card and I get a UART response indicating that the app program will be loaded.

However, it runs into an error.

I suspect that the problem is the requirement for the program entry point as specified in the docs:

I have the LED example program loaded, but I can't find where the entry point is 1k aligned.

Where is that set?