mclVerify

UINT mclVerify();

Parameters

None

Return Value

A call to mclVerify will return ERR_OK if the loader write buffer is not empty. If the write buffer is empty, the function returns ERR_NO_HEXFILE.

Remarks

A call to mclVerify can be used to verify the contents of the write buffer against the contents of the target MCU. The write buffer is initialised with a call to either mclLoadHexFile or mclRead.  The write buffer may also be initialised with a call to mclAddHexLine and cleared with a call to mclClear.

See Also

mclLoadHexFile
mclProgram
mclRead
mclErase
mclRun
mclGetProgramLine
mclGetProgramLineCount
mclGetDataLine
mclGetDataLineCount

mclGetConfigLine
mclGetConfigLineCount
mclAddHexLine
mclClear