Skip to main content
CALVE
Associate
July 8, 2021
Question

Hi, I use NUCLEO-F303RE and i want to program 4 PWM: - TIM1-CH1 (PC0) : fail (no PWM signal) - TIM1-CH3 (PC2) : ok - TIM1-CH3 (PC3) : ok - TIM2-CH3 (PB10) : ok All PWM have same setup (RCY 50%). I test TIM1-CH2 (PC1) and no PWM on output.

  • July 8, 2021
  • 2 replies
  • 820 views

..

This topic has been closed for replies.

2 replies

waclawek.jan
Super User
July 8, 2021

Read out and check/post TIM and relevant GPIO registers content.

Check in the Nucleo board's documentation, that the given pins are brought out to the headers, there are no disconnected jumpers/solder bridges on them, and don't conflict with some other on-board resources.

JW

CALVE
CALVEAuthor
Associate
July 9, 2021

I modify the Nucleo board and now it run well. Thanks waclawek.