F_Memory_Write
F_Memory_Write - Write content taken from the Code file to the Target’s Flash Memory.
VALID FPA index - ( 1 to 64 ) or 0 (ALL FPAs) executed simultaneously.
Syntax:
MSPPRG_API INT_X F_Memory_Write( INT_X mode );
mode = 0;
mode = 1 and up - reserved
Return value:
0 - FALSE
1 - TRUE
-2 (0xFFFFFFFE) - FPA_INVALID_NO
F_Memory_Verify
F_Memory_Verify - Verify contents of the Target’s Flash Memory and Code Buffer.
VALID FPA index - ( 1 to 64 ) or 0 (ALL FPAs) executed simultaneously.
Note: During the verification process either all memory or just the selected part of the memory is
verified, depending on settings specified in the configuration setup FlashEraseModeIndex.
Only valid data taken from the Code Buffer are compared with the target’s flash memory. If
size of the flash memory is bigger then code size then all reminding data in flash memory is
ignored.
Syntax:
MSPPRG_API INT_X F_Memory_Verify( INT_X mode );
mode = 0;
mode = 1 and up - reserved
Return value:
0 - FALSE
1 - TRUE
-2 (0xFFFFFFFE) - FPA_INVALID_NO
87