stm32f071 - Port PD2 not configurable as output
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-03-15 10:34 AM
Dear everybody,
in my code, i am not able to set my Port PD2 as output.
As can be seen, I stopped debug at line 294.
In lines 287 and 289 GPIOD->MODER and memory adress 0x4800 0C00 should be set to some value unequal zero,
but it keeps on zero.
Tried with different hardware, and tried with IAR and Keil.
I am stuck !
Any hints ?
Thx a lot, Jens
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-03-15 10:48 AM
>>Any hints ?
Try enabling the clocks for GPIOD
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-03-15 10:48 AM
>>Any hints ?
Try enabling the clocks for GPIOD
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-03-15 11:02 AM
OMG the clocks !
Thank you so much ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-03-15 12:19 PM
Please mark the question as answered
