|
|
|
Description This method is used to save to a disk file the contents of memory using the Motorola's S-Record format. In addition to save the contents of the specified range of memory, the method also add an S9 end-of-file record. When the operation is completed, the control fire the OnUpLoad event like an all done notification. Syntax HCS121.UpLoad (StartAddress, FinalAddress, s19File)
Remarks StartAddress and FinalAddress can be linear addresses instead of 16 bit addresses. This is useful in cases when the target’s flash memory space is larger than 64kbytes See also: |
|