Resolved! Trying to write 16 bits to a LCD via STM32H7 FMC memory controller end up in 4x16 bits write strobe [solved]
I'm trying to write to a single register of a LCD controller using the 16 Bit FMC peripheral in SRAM mode.[update)My assumption at the moment is that the controller writes 64 bits even the command STRH should only write a half word (16 bits).When wri...