I began programming the MCP5748G, the problem is that i'm working on an existing application and I'm adding a module that depends on other modules.
The module i'm developing is working well but when combined with the others modules both have to be modified. So for this purpose i'm doing a lot of debugging and re-programming of the flash memory. Sometimes i could go up to 100 flash/erase cycles per day.
The developpement should take a while let's say 2 month and i don't know if the MCU can resist this period.
That's why i'm wondering for
What is the maximum of flash cycles for this MCU ? : the documentation is too long and i couldn't find the information on it.
And also i'm flashing and erasing just a specified blocks of the flash memory.The total flash is 5mb but i'm using 2mb only. I flash per blocks of 256kb , i want to know if flashing just a block affects the other blocks too and also if the performance of the flash memory is degrading after each erase/flash operation.
I know that every MCU support different flash cycles but if you have some infos on how to find the answer on the doc it would be very helpfull too.
Thanks