You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cores(C0): Some peripherals have HSIKER source instead of HSI
C0 doesn't have RCC_USART1CLKSOURCE_HSI
but instead RCC_USART1CLKSOURCE_HSIKER
Note: both HSI and HSIKER have the same HSI48 base,
but each have a dedicated prescaler.
This apply to UART1 and I2C1
Signed-off-by: Alexandre Bourdiol <[email protected]>
0 commit comments