Skip to main content
Version: Next

3.1.10:Add firmware error

When you are adding firmware, the following error may be reported:

image-20240412160549984

Firmware can not exceed the Program Memory space, including the start address and end address must be within the range of Program Memory. When the above error occurs, check whether the capacity of your own chip is selected correctly, if the chip model is correct, then consider checking the firmware size or compilation settings; if you encounter the case of hex file firmware segmentation, you can try to cancel the merge add function of the firmware, and add the segmentation to write once.

The above prompt appears because the compiled firmware address and the chip's FLASH address does not match, when importing bin format file, this format does not have address information, the default is 0, then the software will prompt the lack of address information or the address is not correct, whether to load to the specified address,If you pass the Add Firmware methodologies,The program will confirm more information to you, including the size, checksum value and starting address.