UpLoad Method
UP ]

 

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)

Part Type Description
StartAddress Long Target’s memory address of the first byte belonging to the range to be saved.
FinalAddress Long Target’s memory address of the last byte belonging to the range to be saved.
s19File String Pathname of the s19 object file to be saved.

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:

OnUpLoad method

 

If you have a question or suggestion please contact me. Updated: 03.27.2003
Copyright (c) 2003-2004 J.Gorgas. All rights reserved. All trademarks mentioned are the property of their respective owners.