STM32H750 RAM configuration
I am looking into RAM support for the SMT32H750 series chips for my future projects.
The STM32H750 series chips support 16-bit data bus as well as 32-bit data bus configuration. This mode is selected on startup, as far as I can tell.
If I were to use the STM32CubeMX tool to configure my chip, would a switch from a 16 bit to a 32-bit bus (and vice versa) require a significant re-generation of support code, or would it be realtively easy to toggle this (ignoring the pin reassignments)?
I would test this myself but it seems like all development kits for this series have a 16-bit data bus...
