Tool/software: Code Composer Studio
I'm having issues with a memory dump. I'm very new to CCS so perhaps I'm doing something wrong. I suspect some amount of it has to do with not converting memory addresses properly.
What I'm trying to do:
I have a device, freshly flashed firmware. Trying to dump all of its memory. Use another tool to change a config over bluetooth to the device. The dump all the memory again. This is to give myself two files with all of the memory dumped with specific configuration change visible in the diff between the two files.
I'd made a change to a config at INFOB origin = 0x1900, length 0x0080
Memory starts with TINYRAM at origin 0x0006, length 0x001A
and ends at
DATA_FRAM2 origin 0x10000 length 0x14000
When I'm using the Save Memory Tool I have my start address set at 0006 and Length in Words set at 147456.
I'm however not getting changes at the expected location when I compare the difference in the memory dumps...