SetRAMMemory Method


This method will write to memory in the Internal Data Address Space. The target RAM memory must be located in the target device's Internal Data Address Space.


Syntax
object.SetRAMMemory( _
        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.