I would like to implement a bootloader for STM32F103C8T6 that would count and keep in a special protected area how many uploads has done over its flash memory. Does anybody would give some some reference about this matter ? Thanks a lot. Antonio
Yes. I already have in my app a counter for write cicles done under app. But since the app can be uploaded many many times, I want to have a more accurated flash life expectation... That is why I thought in increment (and keep) the counter in the bo...