Because of the holidays, TI E2E™ design support forum responses will be delayed from Dec. 25 through Jan. 2. Thank you for your patience.

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/TMS320F28379D: How to increase .Stack memory ?

Part Number: TMS320F28379D
Other Parts Discussed in Thread: C2000WARE

Tool/software: Code Composer Studio

I am using sprintf() function in my code . As Sprintf() need more stack memory, Error is coming in my code as " Break at address "0x3fe493" with no debug information available, or outside of program code "

I need to add more memory in .stack section.

I am trying to add  RAMGS13 and  RAMGS14 to create more memory for stack. I have attached RAM_lnk_cpu1 screenshot. 

Please help me ,How to create more memory for .stack ?