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

A Hardware abstraction layer for the stm32l432xx series chips written in rust.

Results 60 stm32l4xx-hal issues
Sort by recently updated
recently updated
newest added

Closes https://github.com/stm32-rs/stm32l4xx-hal/issues/223

This doesn't actually do anything useful at the moment since all functions that accept an address are only `u8`, but makes the code a bit more readable. It took me...

Picking up where @gauteh left off.

Add functions for getting and clearing the system reset flags.

I've spent some time figuring out why the ADC does not work on my STM32L476 board. Turns out it is because of this little remark in the reference manual: ![image](https://user-images.githubusercontent.com/6985280/164081206-a1c5272f-7daf-4bb0-b8f3-a104ff62572b.png)...

It seems that PAC file f or stm32l4r5 has just released in stm32-rs. Perhaps now stm32l4r5 feature can be enabled.

Pass `Pwr` and `Clocks` to constructor.

Add SDMMC support, including implementations for `embedded_sdmmc` as well as `fatfs`.