Revision 3a85f91ed8bfe3322cda4ccec63eae2717f67f00 authored by Aron Szabo on 26 February 2025, 09:29:15 UTC, committed by Aron Szabo on 26 February 2025, 09:29:15 UTC
The function `rcc_set_lpuart1_sel()` was incorrectly using `RCC_CCIPR_LPTIM1SEL_SHIFT` instead of `RCC_CCIPR_LPUART1SEL_SHIFT`, causing incorrect LPUART1 clock source selection. This patch corrects the bit shift to ensure the LPUART1SEL field is properly updated. To verify check RM0377 Reference manual section 7.3.19.
1 parent f205126
| File | Mode | Size |
|---|---|---|
| doc | ||
| include | ||
| ld | ||
| lib | ||
| mk | ||
| scripts | ||
| tests | ||
| .gitignore | -rw-r--r-- | 1.2 KB |
| .travis.yml | -rw-r--r-- | 270 bytes |
| COPYING.GPL3 | -rw-r--r-- | 34.2 KB |
| COPYING.LGPL3 | -rw-r--r-- | 7.5 KB |
| HACKING | -rw-r--r-- | 3.4 KB |
| HACKING_COMMON_DOC | -rw-r--r-- | 3.0 KB |
| Makefile | -rw-r--r-- | 4.1 KB |
| README.md | -rw-r--r-- | 7.8 KB |
| locm3.sublime-project | -rw-r--r-- | 486 bytes |

Computing file changes ...
README.md

Loading README.md ...