Hello,
we use the MSP-GANG.dll in our application.
For our flashing strategy we would like to use the mode "From Image File".
The image files (.mspgangimage, mspgangbin, .mspgangproj) will be stored and managed in database
and according to the production order should the image loaded and flashed to the target device(s). (target devices can vary)
We wont to avoid every time to store the image in the flash memory in relating to 10000 endurance cycles.
Example code
....
string imageFilePath = /.../.../imageName.mspgangimage
MSPGANG.SetConfig(ConfigIndexes.CFG_PROJECT_SOURCE, ConfigIndexes.FROM_IMAGE_FILE_MODE);
MSPGANG.ImageFileLoad(imageFilePath, null, 0);
.and now ?
Q1. Which methdoe is call at next after ImageFileLoad(..)?
If not supported in the MSP_GANG.dll, which kind of another flashing strategy is to recommended?
Regards,
Paul