|
|
|
Description This method is used to read a word from a position pointed to by X. Before reading, the operation increment X by 2 (X=X+2). Syntax Word = HCS121.ReadNext Parameters are not required.
Remarks This method is faster than ReadWord because it don´t need to pass addresses to the target processor. It’s appropriate to move blocks of memory. In order to make this method success you have to be sure the target processor is in active background mode. Use GetBDMStatus to know the state of the BDM module or directly execute Stop method. See also: |
|