Connecting STM32F7 FMC with SDRAM and 8 bit data bus
When using a 16 bit data bus, the STM32CubeMX generates outputs for FMC_NBL1 and FMC_NBL0 that connect to the SDRAM DQMH and DQML pins. If the STM32CubeMX is configured for an 8 bit data bus, there is no DQM pin generated, although the 8 bit SDRAM has a DQM pin that needs to be connected somewhere.
I've searched the Reference Manual, Data Sheet and nowhere do I find what to do with the DQM pin in 8 bit mode. The SDRAM manufacturer has not been able to help answer this issue.
Has anyone run this configuration and can tell me where to connect the DQM pin on the SDRAM?
Thank you!