Resolved! STM32H7 code break after upgrading from 1.3.0 to 1.5.0 Firmware package
My STM32H7 firmware was working and compiling fine before I upgrade my CubeMX firmware package from 1.3.0 to 1.5.0.It seems that the GPIO register struct has been changed and "BSRRH" and "BSRRL" members of the struct do not exist anymore! So my code ...