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.
Hello,
I am using F28379D LaunchPad Development Kit for a project. I am competely new with this microcontroller programming.
I am designing a circuit in the MATLAB simulink and run the design in the F28379D LaunchPad Development Kit.
I want to clean the Flash memory and RAM memory of the micro controller?
How can this be done? I want to load a new program, so I want to clean the old program.
thanks in advance
Hi Fahad,
For flash memory, you can erase the sectors. Erase brings all flash bits to read back as 1s.
For RAM memory, you can do RAM initialization. All RAM bits will be cleared (0s).
Thanks and regards,
Vamsi
Fahad,
CCS On-chip Flash Plugin (CCS debug view -> Tools menu -> On-Chip Flash) will automatically erase the flash when you try to load a program to flash. C2000ware has examples to show flash erase.
For RAM init, TRM should have the registers and should be a simple write to initiate it.
Thanks and regards,
Vamsi