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.

TMS320F28069: tms320f28069 v20.2.0.LTS: linker cmd file allocates .stack to M0+M1 but mapfile shows __stack elsewhere

Part Number: TMS320F28069

linker command file has

   /*RAMM0       : origin = 0x000080, length = 0x000380*/     /* on-chip RAM block M0 */
   /*RAMM1       : origin = 0x000400, length = 0x000400*/     /* on-chip RAM block M1 */
   STACK_RAM   : origin = 0x000080, length = 0x000780     /* on-chip RAM block M0 + M1*/

but mapfile shows

STACK_RAM             00000080   00000780  00000000  00000780  RWIX

00009b1c     26c (00009b00)     __stack

0     00009b1c  __stack

Why does this happen? Is it because i placed --library = rts2800_fpu32.lib in RAM ?