STM32H7: Width of FLASH_ACR_LATENCY in rm0433 versus stm32h743xx.h
Hello and all good wishes for the new year!
While RM0433 has 4 bits reserved for FLASH_ACR_LATENCY, stm32h743xx.h only defined
#define FLASH_ACR_LATENCY_Msk (0x7U << FLASH_ACR_LATENCY_Pos)
What counts? Is bit3 in FLASH_ACR evaluated by the STM32H743 or not?
