-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Open
@mcolella
Description
Since the flash memory endurance is limited to 10000 cycles and there is no counter registry inside the MCU to keep count of how many time a sketch is loaded, in order to estimate remaining board life, how about to introduce a counter handled by bootloader (or something like this) to keep trace of total programming cycle?
Of course this counter should be accessible bay the sketch code...