Skip to main content
BLind.4
Associate
March 20, 2023
Question

Hello, I used nucleo F303k8. I use timer1 to create PWM. When I startup the nucleo I saw 2 pulses that I dont understand why,?

  • March 20, 2023
  • 2 replies
  • 1195 views

0693W00000aJKN2QAO.png

This topic has been closed for replies.

2 replies

waclawek.jan
Super User
March 20, 2023

Maybe consequence of particular steps you take when initializing the GPIOs and the timer? You could confirm this by single-stepping through that initialization, or by inserting delays between individual writes to registers.

Or maybe hardware problem, which causes also the noise on both signals?

JW

BLind.4
BLind.4Author
Associate
March 20, 2023

Hi,

Thanks about your answer.

When put exactly the delay in the code?