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.

RTOS/AM5746: about *.cfg file with PROCESSOR-SDK-RTOS-AM57X

Guru 10235 points
Part Number: AM5746


Tool/software: TI-RTOS

Hello, TI Experts,

 

Our customer sent us a question about *.cfg file with PROCESSOR-SDK-RTOS-AM57X by using TMDSIDK574.

 

Question:

  Could you tell us how to write the *.cfg file, if we want to add like below statement in auto generated "Debug/configPkg/"linker.cmd" file?

 

.LOAD_ROM1: {

   AAA.o(.text)

   BBB.o(.text)

   *.o(.text)

} > LOAD_ROM1

 

Best regards,