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/CCSTUDIO: How do I fill memory using a script?

Part Number: CCSTUDIO

Tool/software: Code Composer Studio

Hello,

I need to fill specific portions of memory with zeros before I load a .out. Currently I do it manually. How to do this using scripting console?

Example: I need to fill 1MB starting from memory location 0x10000000 and 1KB starting from 0x20000000.

I still want to launch the target configuration and manually connect to the core I need.

Thanks,

Sanjeev Karaiyan