Question
bug in FMC configuration of SDRAM in CubeMX 6.14
16bit SDRAM with 4 banks, 9bit column address, 13bit row should show as 32MB memory area,
but it is shown as 16MB.
You have to change column address bits to 10bit and back to 9 bits to set the value correctly (32MB).
It is dangerous beacause code generated with wrong 16MB area generate exception, if more memory have been used.
