-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
STM32G4 #28
STM32G4 #28
Conversation
You should check all of them with care, I did this best-effort only! |
Ready for merging? Or do you have more fixes? |
I don't know what I removed it because it fixed compilation errors. Currently the modm-io/modm#287 builds successfully on CircleCI without this changes merged. |
The "tcbgt" feature refers to the availablility of the
The feature descriptions in modm-devices only operate on a comparison of register maps, so that compatible subsets of one larger map can be distiguished. The SPI driver in modm uses this info much better than the UART driver. |
STM32G4 Reference Manual (RM0440 Rev 1)36.7.9 USART interrupt and status register [alternate] (USART_ISR)
|
Ugh. #7 is coming to get me. All this data needs to become an order of magnitude better and there needs to be unit tests (or assumption tests) built into this repo. |
This can be closed, right? |
Only UART1/2/3 have the |
STM32G4 u(s)art has no tcbgtFor the STM32G4 series only USART1/2/3 support
TCBGT
, UART4/5 and LPUART do not support it.