I have setup a custom linker section in SRAM bank1 (of 0..7) and hope that this memory will persist through a system reset using the driverlib call to ResetCtl_initiateHardResetWithSource(). Will memory be retained, assuming I have setup SRAM bank1 for retention using the following.
SYSCTL->SRAM_BANKEN = SYSCTL_SRAM_BANKEN_BNK1_EN; // Enable only SRAM banks 0 and 1
.
.
ResetCtl_initiateHardResetWithSource(RESET_SRC_2)
Should memory be retained through such a hard reset?
Thanks,
Aaron