EEProm library clean time
I was reading the documentation from: https://www.st.com/en/embedded-software/x-cube-eeprom.html#documentation
about the eeprom lib.
Concerning the cleanup time, I don't follow where the number comes from.
I am using an L4 and there was only one example of an L4

It specifies a ~900MS cleanup time, which matches what I see in my use case
it then specifies the formula for this time as "The time taken to erase flash memory EEPROM pages = number of pages * tERASE."
looking at the data sheet for my L4 as well as the one in the table above the page erase time is 22ms. In my configuration I am using 14 pages for EEPROM so a cleanup should erase 7. but 7 * 22 is not 900, neither is 14 * 22. I am executing from flash so I know I'm stalling but I do not see the stall time specified anywhere in the reference manual. I also stopped the page erase from disabling instruction cache since the cleanup only erases pages used for data.
Any info on where the 900 comes from?
