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.

TMS320F280049: F280049 stack memory assign

Part Number: TMS320F280049


Hi Champion,

My customer assign .stack to 0x10C00 start, but code always hatt when run mian function, but when they change to 0X10000 start, it it OK, so do you know whether ,stack section have any limited by memory assign, whether it can assign to GSRAM1,GSRAM2?

RAMStack         : origin = 0x010000, length = 0x000C00

   RAMGS2           : origin = 0x010C00, length = 0x001400

   RAMGS3           : origin = 0x012000, length = 0x002000

 

  .stack           : > RAMStack,    PAGE = 1

Right one

RAMStack         : origin = 0x010C00, length = 0x000C00

   RAMGS2           : origin = 0x011800, length = 0x001400

   RAMGS3           : origin = 0x012C00, length = 0x002000

Wrong setting

 

 

Stack setting in CCS:


Thanks!

BR

Joe