Read Firmware
1/14/26Less than 1 minute
This section explains how to read data from the device's Flash and export it to files, supporting multiple address ranges in one operation.
Preparation
Before performing a read operation, ensure the device is connected. For connection steps, see Firmware Flashing -Flashing Preparation. Complete the serial port and baud rate configuration and confirm the device is connected.
Configure Read Tasks
- Create a task: click the
Click to add read taskbutton — a new configuration row will appear in the task list. - Set parameters: set
Save Path,Start Address, andRead Sizein order. - Batch operations: you can add multiple tasks to read different address ranges in one run.
About the "Read Size" format
- Hexadecimal: supports standard hex format (e.g., 0x1000).
- Decimal with units: supports k / m suffixes (case-insensitive).
- Note: do not add a trailing "b" to the unit (for example, 4k is correct; 4kb is incorrect).

Execute Reading
Start reading: after confirming all task configurations are correct, click the
Start Readbutton.Tip: the row for the task currently being executed will be highlighted.

- Complete reading: when the message
Reading completed!appears, the data has been successfully saved to the specified path. You can safely disconnect or switch to another page.
