OTP size for STM32F746XX
I found a strange mismatch in the reference manual for the OTP memory size:
Accordingly to the manual page 78 (https://www.st.com/resource/en/reference_manual/rm0385-stm32f75xxx-and-stm32f74xxx-advanced-armbased-32bit-mcus-stmicroelectronics.pdf) the start-address of the OTP memory begins at `0x1FF0 F000` and ends at address: `0x1FF0 F41F` (in AXIM mode) and is declared as a memory area with the size of 1024 bytes.
But if I calculate `0x1FF0F41F - 0x1FF0F000 + 1` I get a total of 1056 bytes OTP memory?!
Is this a typo in the manual or is my calculation wrong?
