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.
Customer would like to clear all the RAM contents every time after POR or watchdog reset, for example, to add the related codes in the code start branch.asm, before LB _c_int00. Could you please help create the assembling codes for them? Thank you.
All the RAMs get cleared at POR inside bootrom. You can refer the RAMINIT code in cpubrom_Init_Boot.asm file inside C2000Ware (libraries\boot_rom\f28003x\rev0\rom_sources\F28003x_ROM\bootROM\source).
Regards,
Vivek Singh
RAMs are not cleared on watchdog reset. User need to have the RAM INIT code in their application to do that. I referred the BOOT CODE for that. Do we know why customer wants to initialize the RAM on watchdog reset. Is it to initialize the variables ? If yes then in ELF format, it is done as part of the cinit code.
Regards,
Vivek Singh