Skip to main content
yang hong
Associate III
May 11, 2018
Question

TIMER TRGO

  • May 11, 2018
  • 1 reply
  • 432 views
Posted on May 11, 2018 at 19:27

Hello, 

I am using NUCLEO F429ZI. I am using TIM9 with 2 channel,  channel 1 use for input pulse counter, and channel 2 is output channel to generate a timer based pulse. I try to set TIM9 as master timer using TRGO. My goal is to use TIM9 to start TIM3 for my task, but TRGO signal on TIM9 will be decided by the number of pulse on TIM 9 CHANNEL 1 (INPUT CHANNEL), and input pulse number can be adjusted according user's setting. I am not sure how to set them.

anybody can help?

Thanks

    This topic has been closed for replies.

    1 reply

    waclawek.jan
    Super User
    May 11, 2018
    Posted on May 11, 2018 at 23:47

    channel 1 use for input pulse counter, and channel 2 is output channel to generate a timer based pulse.

    You can't do this in one timer. There is only one counting element; you either count external pulses or you feed it by internal clock to generate a timer-based pulse.

    JW