Help with TIM4 not work oc io pins remap
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2010-07-24 11:59 AM
Posted on July 24, 2010 at 20:59
Help with TIM4 not work oc io pins remap
#tim4remap
Labels:
- Labels:
-
TIM
This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2011-05-17 4:59 AM
Posted on May 17, 2011 at 13:59
I found the problem!
I'd forgotten to enable the Clock AFIO
//Resolution:
replace line: RCC_APB2PeriphClockCmd(RCC_APB2Periph_GPIOD, ENABLE); By RCC_APB2PeriphClockCmd(RCC_APB2Periph_GPIOD | RCC_APB2Periph_AFIO, ENABLE);Sorry thanks,
