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.

TMS320F28377S: Use CMD file section variables in c code

Genius 5910 points
Part Number: TMS320F28377S
Other Parts Discussed in Thread: C2000WARE

Hi,

Part of my cmd file

SECTIONS
{
   /* Allocate program areas: */
   .cinit              : > FLASHB      PAGE = 0, ALIGN(4)
   .pinit              : > FLASHB,     PAGE = 0, ALIGN(4)
   .text               : >> FLASHB | FLASHC | FLASHD | FLASHE      PAGE = 0, ALIGN(4)
   .cio                   : > FLASHB,     PAGE = 0, ALIGN(4)
   codestartBOOT       : > BEGIN       PAGE = 0, ALIGN(4)
   codestartAPP       : > BEGINAPP377S       PAGE = 0, ALIGN(4)

How do I use codestartBOOT   and  codestartAPP  in my application? . If I define them as extern I got  error #10234-D: unresolved symbols remain

Thanks,

 EVS