How to enable 100k cycles, instead of 10k cycles. [Resolved]
From RM0456-stm32u575585....
Flash section 7.3.8:
"... up to
256 Kbytes (32 pages) per bank feature an increased endurance of 100 kcycles, that can be used for data storage that usually needs more intensive cycling capability than code
storage. Any Flash page can be chosen to be cycled more than 10 000 times (up to 100 000 times). It is the application responsibility to limit the size of the Flash area cycled more than 10 000 times to 256 Kbytes per bank."
Perfect, 100k cycles is good for our use-case...
But I've been unable to find any registers, or any other documentation/notes/etc, that explain how to enable this, or how to select it, or really anything explaining it at all.
So.. How does this work?
And how do I enable this?