UARTs GPIO speed can be low?
Noticed that new Cube versions and CubeIDE, generate initialization code for UARTs TX and RX pins with GPIO_InitStruct.Speed = GPIO_SPEED_FREQ_LOW
Previous Cube versions (at least 4.x) generate instead GPIO_SPEED_FREQ_VERY_HIGH.
Was this change intentional?
GPIO_SPEED_FREQ_LOW seems to work on H7 at least at 115200. But can it make trouble at higher speeds?
-- pa