Two different STM32H7 REV Y mcus hang on new 1.4.0 HAL
I have two very unrelated hardware projects that worked fine under STM32Cube_FW_H7_V1.3.2 namely STM32H750 and a STM32H743 both rev Y
Comparing STM32Cube_FW_H7_V1.3.2\Drivers\STM32H7xx_HAL_Driver with STM32Cube_FW_H7_V1.4.0\Drivers\STM32H7xx_HAL_Driver I see quite a few instances where REV_ID_Y is checked in RCC and RCC_EX:
Example if(HAL_GetREVID() <= REV_ID_Y))
but I keep thinking you might have missed a spot. MCU hangs at RCC Clock init (I think- sorry just SWOing) and I need to connect under reset to unbrick it. Reverted to 1.3.2 and all is well. but its frustrating as I want to move forward. Thanks
