SetScratchPadMemory Method
This method will write to memory in the ScratchPad Data Address Space. The target ScratchPad memory must be located in the target device's ScratchPad Data Address Space. Special attention should be paid to insure proper referencing of the ScratchPad Data Address Space.
Syntax
object.SetScratchPadMemory( _
nStartAddress As Long, _
bMem As Byte() _
)
Parameters
nStartAddress
The start address of the memory location to be referenced.
bMem
Array with the bytes to be written. If the method completes successfully,
the entire Array has been programmed to the requested memory.