Mistake in stm32f30x_gpio.h - V1.2.3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2016-10-20 3:57 AM
Posted on October 20, 2016 at 12:57
Hello,
there�s a mistake in the line 270 &sharpdefine GPIO_AF_2 ((uint8_t)0x02) /* COMP1_OUT, TIM1, TIM2, TIM3, TIM4, TIM8, TIM15, TIM16 */ TheGPIO_AF_2
is NOT working for the TIM2, at least in the stm32f303VCTx regards, #bug-standard-library
Labels:
- Labels:
-
Bug-report
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
2016-10-20 4:26 AM
Posted on October 20, 2016 at 13:26
Hello,
Refer to the page 49 (Table 17. Alternate functions for port D) it is mentioned that TIM2 is defined and worked for AF2.Regards