- fix F411 F334 systeminit when HSI used - portinout always read IDR regardless of port direction
about HSI issue https://mbed.org/questions/4684/Clock-sources-and-PC14PC15/
about portinout, just adapted the same scheme as other non ST platforms. Actually if direction=output the pins are forced pushpull, so reading back from IDR is only usefull to know if a pin is flamed. Portinout api would need a proper and separate handling of modes for pin output (pushpull/opendrain) and pullmode for input (pullup,pulldown,nopull). Actually they are merged toghether in a generic "mode".
This site uses cookies to store information on your computer.
By continuing to use our site, you consent to our cookies.
If you are not happy with the use of these cookies, please review our
Cookie Policy
to learn how they can be disabled.
By disabling cookies, some features of the site will not work.
Access Warning
You do not have the correct permissions to perform this operation.
Hi geremia,
mbed SDK is on github, please send a pull request there.. Thanks for understanding.