SLAU358Q September 2011 – October 2019
Note: The target device must be opened first if not open yet (see MSPGANG_Interactive_Open_Target_Device, Section 4.2.12).
MSPGANG_Interactive_WriteBytes_to_FLASH writes 'size' number of bytes to any flash location. The starting address must be even.
Syntax
LONG MSPGANG_Interactive_WriteBytes_to_FLASH(LONG addr, LONG size, BYTE * data)
Arguments
LONG addr | RAM address location |
LONG size | Number of bytes to be written |
BYTE * data | Data block |
Result
LONG | Error code |