stm32f103xx-hal
stm32f103xx-hal copied to clipboard
HAL for the STM32F103xx family of microcontrollers
Hello ! Do you think that using the [stm32f1](https://github.com/stm32-rs/stm32-rs/tree/master/stm32f1) crate would be a good idea for device access ? It would allow use to use a patched svd file for...
Adds an implementation for embedded_hal::Pwm. The name of the module might need to be changed, but I couldn't find better. Since I have been doing rust for 2 weeks, I...
This PR centralises the bus clock division code for timers in the Clock struct. The same thing might be useful for ADCs when they land.
I added a warning in the documentation about the need to clear interrupt flags on timer interrupt. I spent quite some time finding why I didn't get my requested frequency.
Hi Jorge, Thanks for your epic contributions to the whole embedded rust ecosystem, very impressive. Unfortunately though, I am having trouble running your example. Consider the Documentation section of your...
The pins PB3, PB4 and PA15 are used for JTAG debuging on this chip which means that they are normally unavailable for general use. It is possible to use them...
This PR adds a basic implementation of the RTC module. It is basic in the sense that it only supports counting up one second at a time and doesn't expose...
This adds the ability to run single AD conversions similar to what was suggested in #92. Here are a few potential issues with this implementation: ### RCC and clocks Right...
Hello, The examples links at: https://japaric.github.io/stm32f103xx-hal/stm32f103xx_hal/examples/index.html are all currently broken links. Cheers, Tim.