how to force a fix ''LO''(=Vss) in a GPIO pin of stm32f4?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2015-08-09 4:04 AM
Posted on August 09, 2015 at 13:04
how to force a fix 'LO'(=Vss) in a GPIO pin of stm32f4?
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2015-08-09 7:21 AM
Posted on August 09, 2015 at 16:21
Pull down resistor ? GPIO reset code?
Cheers, HalOptions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2015-08-09 8:53 AM
Posted on August 09, 2015 at 17:53
Your question is very awkwardly framed.
You'd get a LOW state (VOL) by configuring the GPIO pin in a PP or OD mode, and writing a zero bit to the GPIOx->ODR controlling the specific pin.
Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
Up vote any posts that you find helpful, it shows what's working..
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2015-08-11 3:47 AM
Posted on August 11, 2015 at 12:47
Awkwardly framed ++; (effort-lite posts skimp upon clarity, needed detail)
Why does a ''fixed'' logic low require a GPIO pin? Hard wire to ground should well satisfy. One suspects you used ''fixed'' improperly - and meant logic low upon ''start-up'' - which will be violated by the MCU (briefly) until the code forcing the GPIO to output has executed...