VerifyFlashDownload Method
This method is used to check if a hex file’s contents matches the target
device’s FLASH contents.
Syntax
[ blMatch = ] object.VerifyFlashDownload( _
sDownloadFile As String, _
[ nBankSelect As Long ] _
)
Parameters
sDownloadFile
A String containing the full path and filename of the file to be downloaded.
nBankSelect
This parameter is only for use with C8051F12x devices. For all other devices this
parameter should be left in it's default state. When using a C8051F12x derivative set
this parameter to '1', '2', or '3' in order to download to a specific bank. The
default is '-1'.
Possible Values
blMatch
Boolean that receives one of the following values:
true The hex file's contents matches the target device's FLASH contents.
false The hex file's contents does not match the target device's FLASH contents.