Skip to main content
Version: Next

3.1.10:Add firmware error

1.Error message when adding firmware

image-20240412160549984

Such as file is too long,start address is out of range and end address out of scope. The following error messages are all caused by a mismatch between the firmware file size and the chip's memory capacity. You can try the following methods to resolve the issue.

  • Verify that the chip capacity is correctly selected in the software.

  • Check the firmware file size or your compilation settings .

  • If dealing with a segmented HEX file, try disabling the firmware merge feature, and add and write each segment separately.

2.Error message when importing firmware

image-20250818161403073

The above prompt appears because the firmware's compiled address does not match the chip's FLASH address.

When importing a .bin format file, which contains no address information, the software assumes a default starting address of 0x00000000. As a result, the software may prompt that address information is missing or incorrect, and ask whether you want to load the firmware to a specified address.

Solution:

Use the " Add Firmware" method. In the pop-up window, confirm additional details such as size, checksum, and starting address.