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.