Read memory

To read the memory section, use the -fread command:

S32FlashTool.exe -fread -addr [value] -size [value] -i [uart | can | eth] -p [devicename] [-b]

where:

For example:

S32FlashTool.exe -fread -addr 0x1000 -size 1000 -i uart -p COM35
Tip: To redirect command output to a file, add > output_filename after all options.