-
Hi all, just found this community, wish I would have done so earlier! Here is my issue, in the examples in the book there is no reference to code for GPIO like:
"My logic" was guiding me to write the code like: Can someone explain how this is working?
And access to the Advance Peripheral Bus, from the Hal https://docs.rs/stm32f1xx-hal/0.7.0/stm32f1xx_hal/rcc/struct.APB2.html
I did it out of desperation with all the circles of compiler failures and "Nothingness" for something so trivial. Can someone enlighten me with a reference as to where this is explained or a quick summary? Cheers from Spain & THANK YOU!!! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
I installed Rust Analyzer, and now I can figure this out. Although it might be well worth considering adding a chapter in the book with details on GPIO that might include this example.
Thank you all if you read this!