Тёмный
janitor0007
janitor0007
janitor0007
Подписаться
ATmega328 - Timer Interrupts
0:58
2 года назад
ATmega328 - External Interrupts
2:43
2 года назад
ATmega328 - Interrupt Basic
2:17
2 года назад
ATmega328 - Writing SPI Codes
3:29
2 года назад
ATmega328 - SPI
1:06
2 года назад
ATmega328 - SPI Basic
2:02
2 года назад
ATmega328 ADC
2:20
2 года назад
ATmega328 Clock Options
3:15
2 года назад
ATmega328 SPI Data Transfer
2:37
2 года назад
ATmega328 - BCD Switches
3:44
2 года назад
ATmega328 - SPI Basic
2:14
2 года назад
ATmega328P Timer Interrupt
5:31
2 года назад
Programming MAX7219 (04)
5:41
3 года назад
Programming MAX7219 (03)
1:05
3 года назад
Programming MAX7219
1:34
3 года назад
Programming MAX7219
1:03
3 года назад
10   SPI Data Transfer
0:27
3 года назад
C8051F226 Timer 16 bit
1:48
5 лет назад
4 Digit Mux (C8051F226)
3:54
5 лет назад
Baud Rate Setting General
1:39
5 лет назад
C8051F226 Baud Rate Setting 1200
2:34
5 лет назад
C8051F226 Baud Rate Setting 9600
5:45
5 лет назад
Baud Rate Circuit Control
2:44
5 лет назад
Serial Comm Basic c8051f226
1:42
5 лет назад
8051 Timer Load Calculation
3:03
5 лет назад
8051 Logic Instructions
7:41
5 лет назад
Комментарии
@mRahman92
@mRahman92 26 дней назад
Was expecting the counter to be in Binary.
@pendragonscode
@pendragonscode 2 месяца назад
Hey there, I would like to thank you for your video, because thanks to this i was able to make some of my projects work. (e.g. making a cpu and exploring embedded devices)
@bigdaddywiththehandles
@bigdaddywiththehandles 2 месяца назад
pls change narrator
@pawanjadhav2247
@pawanjadhav2247 4 месяца назад
#jai_MA❤
@oshadhaedirisinghe1455
@oshadhaedirisinghe1455 5 месяцев назад
Thank you
@user-wt4pl3zy6d
@user-wt4pl3zy6d 5 месяцев назад
Благодаря !
@captainMony
@captainMony 7 месяцев назад
in 2.25 mins you, have told us, what our teacher has dragged on for 2 MONTHS.
@marcusjak8116
@marcusjak8116 7 месяцев назад
But I dont understand why you skip instruciton 4 at programcounter 0006 and 0007??
@haideralam1
@haideralam1 8 месяцев назад
You are best sir
@gordonw9208
@gordonw9208 10 месяцев назад
Subscribed
@ryanbrown172
@ryanbrown172 11 месяцев назад
This is the best explanation I’ve seen on this. Thank you.
@uttamkholiya5490
@uttamkholiya5490 11 месяцев назад
good work sir
@janitor0007
@janitor0007 9 месяцев назад
Thanks and welcome
@suheladesilva2933
@suheladesilva2933 11 месяцев назад
Great video, thanks
@mtalhakhalid1679
@mtalhakhalid1679 Год назад
If you are using 8051 you can do by directly pushing or bit ahift to push data to regiaterbof max7219
@chopineh998
@chopineh998 Год назад
Best illustration
@carriersignal
@carriersignal Год назад
After reading the datasheet on the 328p, this helps to solidify what I thought I knew. Thank you.
@preetkjain9661
@preetkjain9661 Год назад
Simple and Superbly explained
@khosrew871
@khosrew871 Год назад
Thank you very much. I think, that the "x" hasn't been defined, has it?
@giovannaap07
@giovannaap07 Год назад
Thanks, this helped me a lot
@ishani2006
@ishani2006 Год назад
thank you so much
@MrGucluoglu
@MrGucluoglu Год назад
Reçele anlatır gibi
@demetriusdemarcusbartholom8063
ECE 312 UofA
@demetriusdemarcusbartholom8063
ECE 312 UofA
@demetriusdemarcusbartholom8063
ECE 312 UofA
@akashjaiswal1409
@akashjaiswal1409 Год назад
Thanks continue series
@shrikantnikam2426
@shrikantnikam2426 Год назад
Eight miles from home is it your channel?
@shrikantnikam2426
@shrikantnikam2426 Год назад
Wow video after 10 months
@shrikantnikam2426
@shrikantnikam2426 Год назад
sir why you not uploading videos now?
@mareysaad6597
@mareysaad6597 Год назад
Amazing
@poornachandumarneni1068
@poornachandumarneni1068 Год назад
We can use switch directly right, what is the reason we are going for lookup?
@janitor0007
@janitor0007 Год назад
No particular reason. There are always other ways, example, using an array to store the lookup data. x[10] = {0x3F, 0x06, 0x5B, .............}; P0 = x[1]; // To display 1.
@chrishadjipetris6059
@chrishadjipetris6059 2 года назад
I didn't no Arnold Schwarzenegger was a computer professor
@ryandyc
@ryandyc 2 года назад
How about in assembly? Also how do I call it in assembly?
@janitor0007
@janitor0007 Год назад
CSEG AT 0000H MOV DPTR,#LUT MOV A,#0 ; to display 0 MOVC A,@A+DPTR MOV P0,A ; assuming 7-seg connected to P0. CSEG AT 0050H LUT: DB 3FH DB 06H - - - - - -
@deeplue1353
@deeplue1353 2 года назад
Thank You... Tomorrow is my Exam of CA and i Had no Knowledge about This Computer Architecture . You Explained it So Good.
@arielsilver7005
@arielsilver7005 2 года назад
Great vid!
@ledvantagetechnology
@ledvantagetechnology 2 года назад
hello,thanks for your video,could you share an example about interrupt with rf remote control?
@volvoC70II
@volvoC70II 2 года назад
It should be mentioned, that through using an µC great flexibility is achieved, in expence of speed: In this scenario an µC is about 1000 much (by 12MHz Clock) slower than Decoder. Developer just should know about this aspect und use accordingly. Thank you for great series of videos about 8051 µC - nice Work.
@petercarig2488
@petercarig2488 2 года назад
Great job. Greetings from BraSil.
@saber4398
@saber4398 2 года назад
I read this in an A level book for Program Counter: ‘PC holds the address of the next instruction to be executed…’ (Yes, I understand this part) ‘…This may be the next instruction in a sequence of instructions, or, if the current instruction is a branch or jump instruction, the address to jump to, copied from the current instruction register (CIR) to the PC. Above I do not understand. Can someone please explain it to me. Thank you (I think it’s the English I don’t understand, the way it’s written even though I am English myself 🤦🏼‍♀️
@yashaswinikr
@yashaswinikr 2 года назад
this is not 8051 program
@mnavarrotube
@mnavarrotube 2 года назад
It was very useful. Thanks
@teims5162
@teims5162 2 года назад
It was very useful ... Thanks a lot
@zar6854
@zar6854 2 года назад
Thank you for the video. How can I print hello world in ARM Assembly?
@snehashrestha4884
@snehashrestha4884 2 года назад
wow
@shuaidea
@shuaidea 2 года назад
this is how u explian a problem
@WonderOfNature1234
@WonderOfNature1234 2 года назад
Very important video !
@Canyildizla
@Canyildizla 2 года назад
thank you so much
@rexl8649
@rexl8649 2 года назад
Good
@mininuwanbandara624
@mininuwanbandara624 2 года назад
superb
@muhammetzulfikarerol1349
@muhammetzulfikarerol1349 2 года назад
Thanks
@shafivp78
@shafivp78 2 года назад
Best one on the internet so far!!!