Based on CORTEXA7
symbol is *.axf and The code dumps some data and saves it in *.mem, but the data is discontinuous
now How to load *.mem to match symbol
for example, use the cmm command, will load from 0x8160000 .load.binary "&mem_file_path" 0x81600000 /noclear
But the data saved in this *.mem file may be 0x81600000~ 0x81700000 0x82600000~ 0x82700000 0x83600000~ 0x83700000
Is there any way I can load the data in mem mapped to different areas of axf?