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/TMS570LC4357: TMS570LC4357/ Ho to map program memory/ Program runs out of memory

Part Number: TMS570LC4357

Tool/software: Code Composer Studio

Hello,

I am running an encryption algorithm. And I had an error during accessing a non-valid address memory.

The memory allocation windows shows that I still have enough memory, but the program is accessing the address 0x07FFE40C 

Every time I minimize the code (comment called functions and run only one or two instructions the code shows results for that instruction), But if I try to run the whole encryption algorithm 

I got a data entry error. 

How can I maximize the needed memory for the execution of the program.