mclRead

void mclRead();

Parameters

None

Return Value

None

Remarks

A call to mclRead will download the contents of the MCU to the loader write buffer. The write buffer will be overwritten with a call to mclLoadHexFile or another call to mclRead. The write buffer may also be overwritten with a call to mclAddHexLine and cleared with a call to mclClear. A call to mclVerify can be used to verify the contents of the write buffer against the contents of the target MCU.

See Also

mclLoadHexFile
mclProgram
mclVerify
mclErase
mclRun
mclGetProgramLine
mclGetProgramLineCount
mclGetDataLine
mclGetDataLineCount

mclGetConfigLine
mclGetConfigLineCount
mclAddHexLine
mclClear