You aren't showing me much of what you tried, exactly. For my 'test case' on an MK20, I simply placed this source line (w/o any CLK enables):
RFVBAT_REG(0) = 0x12345678;
which nets these object-file lines:
0x40fc: 0x481c LDR.N R0, ??DataTable4_1 ; RFVBAT_RFVBAT_REG0
0x40fe: 0x491d LDR.N R1, ??DataTable4_2 ; 0x12345678 (305419896)
0x4100: 0x6001 STR R1, [R0]
which nets this result in the debugger 'memory' window, starting at 0x4003e000
78 56 34 12 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
which stays until I pull the battery.
Maybe we need to consider some more 'basic' questions, like is your Vbat supply pin tied to a battery & VCC (J12 to 2&3)?