Resolved! Unable to set up the FMC for 16-bit writes; always sends 64 bits (STM32H753I-eval2)
I'm trying to configure Bank 1 of the FMC in Mode 1 (SRAM). I'm nearly there but ran into a frustrating problem, where it insisted on writing 64 bytes despite me setting the FMC's MWID register to 01 (16 bits) and using a uint16_t* in C to perform th...