This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Deepak,
I think the error about passwords and the such is not applicable here, left from support of our devices with embedded flash. Likely when SDFlash encounters a programming error this is some default message based on typical reasons.
Since we are dealing with EEPROM, I'm wondering if it is re-acting poorly if we try to "re-program" those locations that already have data, even if the data is matching.
Would it be possible to create a separate programming file just for the new additions you have made and retry the operation? Would it be possible to replace the EEPROM with new one and try to flash the entire image at once?
Best,
Matthew
I tried to flash the same code in a new eeprom stil the same error exists...if I remove that new(.h)file, the .out gets flashed. How can variable and function declaration in the code hinder the flashing process??
Deepak,
Can you attach the .map file that gets generated when you compile the project. Both working and non-working? This should be in the .debug directory(you may need to enable its creation in your project settings if you don't see it).
Best,
Matthew