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 ?