It is described in the TRM TMS570LC4357 section "8.2.3 L2RAMW Auto-Initialization" that
The RAM memory can be initialized by using the dedicated auto-initialization hardware. The L2RAMW
module initializes the entire memory when the auto-init is enabled for the RAM. All RAM data memory is
initialized to zeros and the ECC memory is initialized to the correct ECC value for zeros, that is, 0Ch.
In my current case,
In RAM Databus retention test, memory locations are initialized using the instruction "STR R3, [R0, #0]".
Is there any way to use the "Auto-Initialization" feature of section 8.2.3 instead of using the instruction "STR R3, [R0, #0]".