Information provided by you is really useful.... Too much deeply and very core information regarding internal mechanisms. Very useful for Students, Beginners, professional... Specially for person who do not have enough money to attend paid course and who have no good teacher or leader.. Thanks
@embeddedsystemswitharmcort90514 жыл бұрын
Glad it was helpful!
@nehatawale71406 жыл бұрын
The best explanation for the topic possible.😃
@siva6433 жыл бұрын
Wow very nice explanation, I have just started my career in embedded, when I'm searching so many videos found this... It helps a lot.. thank you so much
@OverlordNibble7 жыл бұрын
you have a great voice
@АндрейИ-ф3л5 жыл бұрын
Стивен Хоккинг.
@gudimetlakowshik36175 жыл бұрын
It is text-to-speech converted voice...He doesn't really have one...!!
@MCU_STM6 жыл бұрын
Really perfect. Lots of details have been told. Great tutorial on timers.Tnx!
@krish2nasa8 жыл бұрын
Excellent Explanation, Thank you very much Yifeng
@mousumimandal54645 жыл бұрын
I appreciate the effort being put in such a clarification of the embedded system... There are really some perfect people to teach such a perfect thing with such a perfection... uff awesome... appreciate man appreciate :::《)))
@sagar735943 ай бұрын
Precisely as always. Thanks
@male22male227 жыл бұрын
excellent explaination
@sunilvasudevan012 жыл бұрын
Please add one more condition for triggering the OCREF output. For upcounting trigger point condition is TIMx_CNT TIMx_CCRx
@timowolff11054 жыл бұрын
Great Video!! I got a question, if i wanted to implement three phases using the Center-aligned mode, did i have to set a seperate interrupt for the phase shift or would it be enough to just start the three timers simultaniously but with three different CCR values?
@embeddedsystemswitharmcort90514 жыл бұрын
One timer with three channels. Each channel has its own CCR value. A single interrupt.
@梦醒红楼6 жыл бұрын
sincere thanks, save me a lot of trouble
@Hanutabluta4 жыл бұрын
just a PERFECT explanation
@PhuongNguyen-ui5mq3 жыл бұрын
Thanks so much for such detailed information!
@ajreukgjdi94 Жыл бұрын
There's one slide I'm not entirely sure if it's my misunderstanding, or the chart mismatched. at 9:45 it looks like on the increasing side, OCREF is high when counter=CCR. but on the falling side, OCREF is low when counter=CCR. Did I misunderstand?
@arunvarghese9015 Жыл бұрын
PWM mode 1: if (counter < CCR) output=H else output = L PWM mode 2: if (counter >= CCR) output = H else output = L
@maestososhifu4 жыл бұрын
Fantastic
@josephzhang17974 жыл бұрын
So the clock is implemented by the GTM?
@yessinekammoun19974 жыл бұрын
How to set the psc register value so that we can see the evolution of a led for exemple. In other words how to set the period ?
@kareemelgamal7595 жыл бұрын
Nice explanation , thanks
@ofentsetshepe7 жыл бұрын
amazing stuff
@syauqisabili37764 жыл бұрын
Nice video sir! and thank you for ur explanation But i can't still understand about Auto-Reload Preload Enable (ARPE). could you give me example of ARPE's purpose? Because, I've experienced setting or clearing it in debug mode but I can't see the difference , It still generates the same PWM wave form .
@embeddedsystemswitharmcort90514 жыл бұрын
When you update ARR, do you want the new ARR value to take effect immediately, or do you want the ARR update to wait until the current counting cycle completes? This is controlled by ARPE bit.
@pinindumihiranga77384 жыл бұрын
Thank You very much
@devilatha83436 жыл бұрын
Plese tell me What is formulas for finding pwm, CCR,arr.prescaler
@ayoubkouch564 жыл бұрын
that would be more than perfect if you can put with this a vhdl code of it. therefore is still a perfect explanation
@embeddedsystemswitharmcort90514 жыл бұрын
VHDL? Are you sure?
@crateer4 жыл бұрын
Why such a short Channel Name? Haha Great video
@embeddedsystemswitharmcort90514 жыл бұрын
Did you mean the channel name is too long?
@ehsandaneshvar4 жыл бұрын
thank you you solved my problem
@embeddedsystemswitharmcort90514 жыл бұрын
Glad to know that. :)-
@kingfalconkhan4 жыл бұрын
Nice video but a bit too advanced and things went over my head. Maybe I have to practice step by step and then understand it slowly.
@rimpyjain52566 жыл бұрын
can u plzz help to write a code to shift the pwm in stm32f0
@ravikhandelwal29963 жыл бұрын
What is OCREF, CCER?
@CristianGomez-vc8pk6 жыл бұрын
nice video, you have the book Embedded Systems with Arm Cortex-M Microcontrollers in Assembly Language and C(second edition) Can you pass this book to me? please
@aswahd5 жыл бұрын
Do you have the pdf of the book?
@zohaibakramlali62617 жыл бұрын
plz tell me how many PWM can generate a arm cortex M3
@ahmetyildiz13067 жыл бұрын
for stm32F103 mainly there are 4 independent pwm(timer port). you can setup how ever you want. every port has 4 output that have same counter values but different output forms.
@devilatha83436 жыл бұрын
How can we give ARR & CRR values
@waynet89535 жыл бұрын
They're are registers. You interface through a computer language (eg. C or assembler) and a program translates it to machine language of instructions. These registers just are just memory locations that can be written in assembler or C language. Placing data values in these memory correspond to giving values to ARR and CRR.
@MCSGproject3 жыл бұрын
Eddie Amaya has good videos on how to read/write to registers for stm32, and the conventions used.
@Jarrod_C6 жыл бұрын
This was way too advanced, wish you had a more basic explanation.
@paulpixzy52972 жыл бұрын
How can i make ocr a and ocr b go high and low at the same time