Skip to main content
Graduate II
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. 

    This topic has been closed for replies.
    Best answer by waclawek.jan

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

    JW

    1 reply

    Super User
    March 20, 2024

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

    JW