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.

TMS320F2812: How to code when split multiple segments in the CMD file

Part Number: TMS320F2812


Hi team,

Assuming that PAGE0 has two RAML1, RAML2. To split the contents of section .text : > RAML1, PAGE = 0, To change a .obj write: .text1 {t1.obj.text)}> RAML2, PAGE = 0

The other still put into RAML1:.text: {*(.text)}> RAML1, PAGE = 0

Issue: If there are multiple .obj's that need to be split out into RAML2, how to code?

Pass: .text1 {t1.obj.text)}> RAML2, PAGE = 0 .

text2: {t2.obj.text)}> RAML2, PAGE = 0 .

text3 {t3.obj.text)}> RAML2, PAGE = 0 .

text: {*.text)}> RAML1, PAGE = 0 is able to implement t1, t2, t3 from RAML1 of text to RAML2.

But the customer would like to know how to write them in one line? (that is to write a line like .text1 :{ }>RAML2,PAGE=0, what should be written in brackets? )

Could you help check this case? Thanks.

Best Regards,

Cherry