There are several ways to shorten the programming time.
① Change the Data communication Baud Rate
※If the fastest setting is already set, this will not be applicable.
② Limit the range to be programmed
・Change the Target Address (First Address/Last Address) in Basic Operation
In the following example, by changing the Last Address setting from 0010FFFF to 000FFFF,
only the code flash area will be programmed.
・In the ROM Block Configuration setting in Parameter Table 1,
change the Block Size of the area to be skipped to 00000001.
In the following example, programming to 00080000 to 000BFFFF in the code flash
and the user boot area will be skipped.
③ Use the object file programming function
The object file programming function programs only the parts of the loaded object file
that contain data, and skips programming parts that do not contain data.
Support for the object file programming function depends on the definition program used,
so please refer to the manual for the definition program you are using for details.
* When the EPR command is executed, the ERASE process will not be skipped
even if there is no data to program.
④ Change the Verify Mode setting from FULL READ to SUM READ.
* SUM READ is a simple checking method that compares the sum value of the data
sent from the programmer with the sum value of the data read from the flash memory.
Unlike FULL READ, it does not compare all data, so processing is faster
but it is less reliable, so please consider the risks before using it.