...Nice video.. Sir I m programming a simplest programme adc or timer...I got this programe from samples but not able to understand 8051 programme ..Please help me nishant 7895360251 or send your number mam ...If psbl
...Nice video.. Sir I m programming a simplest programme adc or timer...I got this programe from samples but not able to understand 8051 programme ..Please help me nishant 7895360251 or send your number mam ...If psbl
@@shrikrishnakolhar9800 sry for that comment if u felt bad ,dnt tk it prsnl .....the comment id for video not on your knowlegde sir.....and thnk u so much for clarification. if u can handle negative comment then u r good to go.
@@darshitgandhi9122 there is no difference between -3 and FD. As shown in the example in video 28800 Hz is divided by 9600 to get TH1 value as -3 or FD hex
Because timer counts up and triggers the UART on overflow (FFh to 00h transition). -3 (FDh) means timer will overflow in 3 ticks which divides base uart frequency by 3.
what is the maximum baud rate that we can set using 11.0592. as per the calculation i think its 28800 what we can set.. because if we try increasing the baud rate say like 57600, the answer will be 0.5, so in this case what should be the TH value.
If you want to know about signals and systems in Discrete domain , you can refer this Digital Signal Processing Matlab: ru-vid.com/group/PLjfRmoYoxpNr3w6baU91ZM6QL0obULPig
you just write "edit" then the name of the .m file in the command window. lets say you want to name it test1.m, then all you have to do is write "edit test1.m", and matlab will tell you that there is no m file with that name (assuming this the first time you do this), do you want to create it, simply click yes, and you are in test1.m file.