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.

CCS/TMS320F28232: Increase the stack space of TMS320F28232

Part Number: TMS320F28232

Tool/software: Code Composer Studio

Hi All,

      We use TMS320F28232 in the electric bus driver,normally,the address of stack is 0x400-0x800 in the CMD,the stack point describe as

below in the datasheet:All 2833x/2823x devices contain these two blocks of single access memory, each 1K × 16 in size.The stack pointer

points to the beginning of block M1 on reset.

      Now we want to increase the stack space from 1K x 16 to 2K x 16,but the address of M1 is 0x400-0x800,and we need to move the stack to

other address.please help to confirm this method is feasible or not,or there is any other suggestion.

      Very thanks for your help.