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...
Man, you're the human library for STM32. I believe one day you make videos on everything related to this class of MCU. Thanks
it's good tutoriaI, i follow channel whenever i practice with STM32.
Thank you sir, please upload more of these videos
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.
please do tutorials on one pulse mode and how i can send more than one pulse at a time
Really great content. Thanks for the tutorial.
Pls share one video of xor hall sensor mode with bldc
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
But whats the use case?
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 ....
You can use one pulse mode
Hey, thanks for the information. It is a great video. I liked your pokeball background can you share it?
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?
What you mean by 2 mcus in sync ? What exactly do you want to do ?
@@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?
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
@@ControllersTech Thanks for the reply? Can you suggest some example codes available?
Like ❤
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..
What mcu are u using ?