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 Жыл бұрын
it's good tutoriaI, i follow channel whenever i practice with STM32.
@BeMuslimOnly Жыл бұрын
Thank you sir, please upload more of these videos
@10reza012 жыл бұрын
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.
@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 ....
@ControllersTech Жыл бұрын
You can use one pulse mode
@terlumunjoseph67792 жыл бұрын
please do tutorials on one pulse mode and how i can send more than one pulse at a time
@javierlopez20227 ай бұрын
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
@ajitpawar8158 Жыл бұрын
Pls share one video of xor hall sensor mode with bldc
@ahmetyldz56742 жыл бұрын
Really great content. Thanks for the tutorial.
@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 Жыл бұрын
What you mean by 2 mcus in sync ? What exactly do you want to do ?
@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 Жыл бұрын
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 Жыл бұрын
@@ControllersTech Thanks for the reply? Can you suggest some example codes available?
@christiankoch46272 жыл бұрын
But whats the use case?
2 жыл бұрын
Hey, thanks for the information. It is a great video. I liked your pokeball background can you share it?
@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..