I have an idea in my mind to use the memory content after the device resets. I suppose the RAM is capable of holding the data if it is not overwritten. I have tried to write to an address after 3FFE8000h (which is the user data RAM) and read the same address after the reset, however it always returns 0. Is there a script that resets the RAM content to 0 or am I missing something?
Cheers