Thanks! I have now started to get things working. The example code is adapted and inserted into my application code and everything seems to compile as intended. I have run the MISR_C90LC program on my .mot file and added the result into my code as well (to sector 0). All steps prior to running the pFlashArrayIntegrityCheck runs fine but when this function is called it returns code 0xb00 (The MISR generated by the FMR hardware doesnot match the MISR passed by the user). There is a lot of parameters that should be passed to the MISR_C90LC.exe program and to the function pFlashArrayIntegrityCheck . I have taken most of the parameters from the example code except for the ones that obviously has to be changed. In the ssdConfig struct passed to the pFlashArrayIntegrityCheck function I'm not sure about the lowBlockNum, midBlockNum, highBlockNum and pageSize parameters and how to use them.
Can you explain them for me?
To me they look very similar to the parameters lowEnabledBlocks, midEnabledBlocks and highEnabledBlocks. My application uses sector 0 to 4 of the CFLASH.
Regards
Bengt