stm32f3xx-hal
stm32f3xx-hal copied to clipboard
A Rust embedded-hal HAL for all MCUs in the STM32 F3 family
I tried a small test program on the Discovery board and suffered from receive overflows while polling the serial interface via "uart.read()". Data rate is 19200 baud and polling interval...
I am testing the RTIC example from this HAL: https://github.com/stm32-rs/stm32f3xx-hal/blob/master/examples/serial_echo_rtic.rs My hardware is a NUCLEO-32 with an STM32F303K8Tx. I'm facing a few issues there: * The baudrate seems to be...
Let's use this issue to track the state of any larger refactors we are planning to do. This is also the place for discussing new ideas on a higher level....
For current bugs: - [ ] #109 - [ ] #54 - [x] #125 (3.) - Add a test, which checks, that the pull state is correctly reset, when transitioning...
The USART interrupts in `stm23f3xx_hal` have unusual names. For example, `USART1_EXTI25` is used in place of `USART1` used in most other hals. I am trying to construct examples that build...
See https://github.com/rtic-rs/cortex-m-rtic/blob/master/book/en/src/by-example/tips_monotonic_impl.md for background information.
This should be similar to https://github.com/stm32-rs/stm32l0xx-hal/pull/74