Skip to main content
Associate III
March 20, 2024
Solved

Triggering the Timer 1 in Slave mode using software

  • March 20, 2024
  • 1 reply
  • 866 views

Hi, 

 

I am operating the Timer 1 in One Pulse Slave mode.

Yet I want to trigger the timer using software, without other timers, ect, ect. 

Is this possible ? 

Thank you. 

Best answer by waclawek.jan

If you just want to generate one pulse, set TIMx_CR1.CEN = 1.

JW

1 reply

waclawek.jan
waclawek.janBest answer
Super User
March 20, 2024

If you just want to generate one pulse, set TIMx_CR1.CEN = 1.

JW