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

Поделиться
HTML-код
  • Опубликовано: 7 фев 2025
  • Purchase the Products shown in this video from :: controllerstec...
    ________________________________________________________________________________________
    Check out more Videos on STM32 TIMERS :::: • STM32 TIMERS
    To download the code, goto controllerstec...
    ________________________________________________________________________________________
    ****** SUPPORT US BY DONATING*****
    paypal.me/cont...
    ******Join the Membership******
    / @controllerstech
    Join the Discord Server / discord
    Join the Telegram Group t.me/controlle...
    Follow me on Instagram / controllerstech
    For more info, visit www.controller...

Комментарии • 20

  • @GustavoPinho89
    @GustavoPinho89 2 месяца назад

    Man, you're the human library for STM32. I believe one day you make videos on everything related to this class of MCU. Thanks

  • @sangtruong8833
    @sangtruong8833 Год назад

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

  • @BeMuslimOnly
    @BeMuslimOnly Год назад

    Thank you sir, please upload more of these videos

  • @10reza01
    @10reza01 2 года назад

    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.

  • @terlumunjoseph6779
    @terlumunjoseph6779 2 года назад +1

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

  • @ahmetyldz5674
    @ahmetyldz5674 2 года назад

    Really great content. Thanks for the tutorial.

  • @ajitpawar8158
    @ajitpawar8158 Год назад

    Pls share one video of xor hall sensor mode with bldc

  • @javierlopez2022
    @javierlopez2022 9 месяцев назад

    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

  • @christiankoch4627
    @christiankoch4627 2 года назад +1

    But whats the use case?

  • @TeraHertze
    @TeraHertze Год назад

    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 ....

  •  2 года назад

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

  • @PrasannaRoutray97
    @PrasannaRoutray97 Год назад

    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  Год назад

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

    • @PrasannaRoutray97
      @PrasannaRoutray97 Год назад

      @@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  Год назад

      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 Год назад

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

  • @ElettronicaRiparo
    @ElettronicaRiparo 2 года назад

    Like ❤

  • @ricolauersdorf687
    @ricolauersdorf687 Год назад

    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..