stm32g0xx-hal icon indicating copy to clipboard operation
stm32g0xx-hal copied to clipboard

Peripheral access API for STM32G0 series microcontrollers

Results 13 stm32g0xx-hal issues
Sort by recently updated
recently updated
newest added

It is convenient if monotonic for RTIC is available in HAL. Otherwise users have to do it manually and relay on buggy versions that they might find from github. Recently...

enhancement
help wanted

The function UnlockedFlash::write (and write_native) let you write to arbitrary memory locations, bypassing Rust's ownership checks, but are currently not marked as unsafe. I recently made some changes to some...

Currently only single sample mode is supported by HAL. G0 is very similar to L0 and it supports [ADC over DMA](https://github.com/stm32-rs/stm32l0xx-hal/blob/master/src/adc.rs). However firstly we need to implement `DMAMUX`: #12 and...

enhancement