Flash size setting for QSPI and OCTOSPI convention in STM32CubeMX
I have a question about the convention in STM32CubeMX to specify Flash size for QSPI and OCTOSPI.
The two application notes do not state the same thing.
Application note for QUADSPI says: "Flash size is 16 Mbytes => number of bytes in Flash memory = 2[FSIZE+1] = 2[23+1] => FSIZE = 23"
Application note for OCTOSPI says:
Which would mean that 24 stands for 16bytes.
So which one is true and which one should I use for the OCTOSPI
