This Question is related to STM32F031xx MCUs and about the Flash memory endurance.
The official document states in chapter 6.3.10 Memory characteristics, that the endurance is Nend = 10k cycles.
-But isn't that very low number amount of cycles? I can imagine that some paramers storage logarithms can easily reach this amount.
-What will happen to the MCU when only one address exceeds the N(end-min) of 10k cycles? is it guaranteed that MCU will keep functioning? what if it keep writing to this adress?
-this concern is only related to parameters that is stored during lifetime and only purpose to read when the product would be returned to the factory.