Skip to main content
Visitor II
October 4, 2017
Question

Error in stm8cubeMX port remapping?

  • October 4, 2017
  • 0 replies
  • 577 views
Posted on October 04, 2017 at 09:14

Hello,

I used stm8cubeMX to generate a pinout for a stm8s003 (STM8S003F3 UFQFPN20).

In cubemx I selected the outputs:

  • PC7 is PWM output by TIM1_CH2 (pin14)
  • PC3 is PWM output by TIM1_CH3 (pin10)
  • PD4 is PWM output by TIM2_CH1 (pin18)
  • PA3 is PWM output by TIM2_CH3 (pin7)

According to the datasheet this is not possible: I have to set AFR0 to output TIM1_CH2 to PC7 (pin14). BUT: If I set AFR0, TIM2_CH1 will be output at PC5 (pin12) and NOT at PD4.

Am I getting something wrong? Or is stm8cubeMX not caring about the option bits?

Regards

Tobias

    This topic has been closed for replies.