Commit 0fa37dd
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 <alexandre.bourdiol@st.com>1 parent b7c4c13 commit 0fa37dd
2 files changed
+14
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
91 | 100 | | |
92 | 101 | | |
93 | 102 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
213 | 218 | | |
214 | 219 | | |
215 | 220 | | |
| |||
0 commit comments