STM32 TIMERS #5. Master Slave Synchronization using the TRIGGER MODE

Sdílet
Vložit
  • čas přidán 22. 12. 2022
  • Purchase the Products shown in this video from :: controllerstech.store
    ________________________________________________________________________________________
    Check out more Videos on STM32 TIMERS :::: • STM32 TIMERS
    To download the code, goto controllerstech.com/stm32-tim...
    ________________________________________________________________________________________
    ****** SUPPORT US BY DONATING*****
    paypal.me/controllertech
    ******Join the Membership******
    / @controllerstech
    Join the Discord Server / discord
    Join the Telegram Group t.me/controllerstechdiscuss
    Follow me on Instagram / controllerstech
    For more info, visit www.controllerstech.com
  • Věda a technologie

Komentáře • 19

  • @ahmetyldz5674
    @ahmetyldz5674 Před rokem

    Really great content. Thanks for the tutorial.

  • @sangtruong8833
    @sangtruong8833 Před rokem

    it's good tutoriaI, i follow channel whenever i practice with STM32.

  • @BeMuslimOnly
    @BeMuslimOnly Před rokem

    Thank you sir, please upload more of these videos

  • @10reza01
    @10reza01 Před rokem

    Thank for sharing the nice video and it helps me to better understand the trigger mode. I wondered what tool you use to display the logic data? thank you for your reply.

  • @javierlopez2022
    @javierlopez2022 Před 3 měsíci

    I think TIM1 needs to program Clock Source: internal clock or it will not run. It can also CH1 be PWM no output to use only the timing capability without generate any signal

  • @terlumunjoseph6779
    @terlumunjoseph6779 Před rokem +1

    please do tutorials on one pulse mode and how i can send more than one pulse at a time

  •  Před rokem

    Hey, thanks for the information. It is a great video. I liked your pokeball background can you share it?

  • @ajitpawar8158
    @ajitpawar8158 Před rokem

    Pls share one video of xor hall sensor mode with bldc

  • @christiankoch4627
    @christiankoch4627 Před rokem +1

    But whats the use case?

  • @TeraHertze
    @TeraHertze Před 11 měsíci

    slave can be used for count the number of master pwm pulses? for control step motor . for example i just want to run stepper motor just for 100 pulse ....

  • @ElettronicaRiparo
    @ElettronicaRiparo Před rokem

    Like ❤

  • @PrasannaRoutray97
    @PrasannaRoutray97 Před rokem

    Hi, can I run two MCUS in sync using this mode of Synchronization? If yes what extra implementation do I need to have full control of the Synchronization process?

    • @ControllersTech
      @ControllersTech  Před rokem

      What you mean by 2 mcus in sync ? What exactly do you want to do ?

    • @PrasannaRoutray97
      @PrasannaRoutray97 Před rokem

      @@ControllersTech Hi, I mean to say that suppose I have one MCU connected to the actuator and another one to the sensor. Now how do I match both the MCU so that sensing and actuation go hand in hand?

    • @ControllersTech
      @ControllersTech  Před rokem

      you can do that.
      You should fetch/send the data to the sensor when the timer triggers the interrupt, or when both (master and slave timers') the edges goes HIGH.
      This way both the codes will execute at the same time

    • @PrasannaRoutray97
      @PrasannaRoutray97 Před rokem

      @@ControllersTech Thanks for the reply? Can you suggest some example codes available?

  • @ricolauersdorf687
    @ricolauersdorf687 Před rokem

    I dont understand. For me it seems, the slave has no clock source and needs it. But you show something else. I wisch, stm would show some info in their ide instead of cryptic names that you can not even google..