Configure GPIOx_ASCR register for STM32L47x/STM32L48x#309
Configure GPIOx_ASCR register for STM32L47x/STM32L48x#309jspngh wants to merge 2 commits intostm32-rs:masterfrom
Conversation
|
Seems like for |
I did the PR that fixed this in But thank you very much for you contribution! I think we should keep taps on when |
|
stm32-rs v0.15.0 released: https://github.com/stm32-rs/stm32-rs/releases/tag/v0.15.0 🎉 |
593d794 to
e74297a
Compare
|
Some small things needed to be done to update to the new stm32-rs release. |
|
Unsurprisingly, updating to the new stm32-rs release for all devices will be more involved than simply fixing the issues for a single device. I don't know if anyone is already working on this? |
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:
Right now I added it directly in the
into_analogfunction, but maybe it should be placed in a separate function?