Commit cea91b2
committed
[stm32] Fix interrupt loop for uart with tx buffer but no rx buffer
The RXNE interrupt was also enabled if only tx was buffered. The
controller gets stuck in an endless loop because the flag is never
acknowledged in the ISR.1 parent e7d5192 commit cea91b2
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| 73 | + | |
| 74 | + | |
73 | 75 | | |
74 | 76 | | |
75 | 77 | | |
| |||
0 commit comments