static memory zeroed at system reset
At system reset, static memory is zeroed. I want static memory to be entirely left alone by the system. I want the memory to have what I put in it, not clobbered. Granted, I have to retain power to the device, but static memory should be able to retain data across any number of system resets. This reset happens in an assembler module supplied by ST in the Raisonance development kit I am using for F4 and L4 devices. I tried changing the source module, and deleting the old object file, but the Raisonance kit does not reassemble that module. When I try to look at that module in the debugger, it seems the linker omitted the object code, but the resets to zero are still happening. The module is startup_stm32f429xx.s