Commit 8572222
committed
[STM32F09x] Fix Serial using USART[3-8]
__HAL_GET_PENDING_IT() read IT line status in
SYSCFG register which required to be clocked.
This set of registers is implemented only on STM32F09x
to collect all pending interrupt sources associated with
each interrupt line into a single register.
This allows users to check by single read which peripheral
requires service in case more than one source is associated
to the interrupt line.
Fix stm32duino#260
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>1 parent 6aae208 commit 8572222
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
253 | 253 | | |
254 | 254 | | |
255 | 255 | | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
256 | 262 | | |
257 | 263 | | |
258 | 264 | | |
| |||
0 commit comments