No video

Bare-Metal MCU #1 - Intro to registers

  Рет қаралды 72,666

Mitch Davis

Mitch Davis

Күн бұрын

Пікірлер: 134
@mohamadalmusallam8676
@mohamadalmusallam8676 3 жыл бұрын
Keep making videos bro. This is one of those rare videos on youtube where a dude explains everything in a "grounds-up". This manner of explanation leaves no holes in understanding and encouraged me to review your video over and over. Keep it up!!
@dave_dennis
@dave_dennis 4 жыл бұрын
I like programming as close to the metal as possible. GOOD JOB showing this and illustrating why this is superior.
@natesamuelson1841
@natesamuelson1841 2 жыл бұрын
I’ve been using a personal project as an opportunity to learn about Arduinos and the whole design process. Thought I had it all figured out until I tried to transition to the ATTiny85 and was quickly humbled. Your videos are providing the bridge to microcontrollers that I had no idea I needed and I cannot say enough how much I appreciate all of your work. It goes without saying that this step up in understanding is likely what stops most of us from going further with our projects so I can’t imagine how many doors you’ve opened for people. Thank you.
@raif10
@raif10 Жыл бұрын
I've watched a ton of git manipulation/register videos lately and this is by FAR the best I have seen. Watch it and save it.
@torenjk
@torenjk 3 жыл бұрын
I dont understand how this series has such low views... Those Videos taught me so much! Thanks for that dude!
@abutaymiyyahlectures
@abutaymiyyahlectures 3 жыл бұрын
i think its coz no one will understand what the title of the video even means, i came here after watching his recent "beyond arduino" video. And thank god did i watch that video haha, and thank god that i came here :D
@MouradSahli
@MouradSahli 3 жыл бұрын
The title is a bit obscure. Also SparkFun has a couple of videos on Atmega328 registers/ports that are quite good. Still he does a good job of explaining and chunking it and deserves all the best for his efforts.
@gusmcmanus6159
@gusmcmanus6159 Жыл бұрын
This is basically a full explanation that’s bridging the gap in my knowledge between circuits and computer programs. I want to let you know how valuable this is to me and, I’m sure, to other people. Thank you for making this.
@Electromakerio
@Electromakerio 4 жыл бұрын
We loved this tutorial so much we featured it in this week's Electromaker show!
@prasadsalunke23
@prasadsalunke23 Жыл бұрын
Criminally underrated channel this is ☝️🙂Keep up the good work ❤
@acsaba22
@acsaba22 3 жыл бұрын
Thx Mitch! I was looking for some Ben Eater style videos about understanding microcontrollers. I think I've found it!
@kevin2706
@kevin2706 Жыл бұрын
Great presentation and in depth analysis of the necessary elements to understand bare metal programming. Been looking for something to jumpstart my understanding with avr bare metal programming. Even if you applied it for STM32, it's so concise it could be applied to any MCU with the proper study of the datasheet. Well done.
@AlexSKelly-up7lf
@AlexSKelly-up7lf 3 жыл бұрын
Man, you're killing it.
@iamolham
@iamolham 4 ай бұрын
this guy knows alot, thank you for this amazing information and please continue sharing it
@tinkerman5220
@tinkerman5220 Ай бұрын
Excellent video. Very specific to registers and very watchable.
@okaytokay
@okaytokay 4 жыл бұрын
Saved the playlist. Your explanations are super crystal clear. Thanks
@rpr42
@rpr42 4 жыл бұрын
I have just started watching this series and am enjoying it. I have been playing with the ESP32 using micropython mainly and have always been curious about digging in deeper. Great Job!
@jackisgoofingoff5510
@jackisgoofingoff5510 2 ай бұрын
Giving me a deep review of AVR controller, thank you
@Dygear
@Dygear 9 ай бұрын
For the Port B segment, might be worth showing where Port B is defined. I can't seem to find it in the headers. I'm told from a Google Search that this is in the avr tool-chain. I would imagine that it's defined with the volatile keyword to tell the compiler that the reads or writes to this value will have side effects not seen by the C code directly and thus can not be optimized out. For the Delay segment, might be worth mentioning that the clock speed is the driver of how fast the system runs. A single instruction takes at least one CPU cycle to complete and is your overall system budget on how many instructions you can do in any given second. With that in mind, a write to a variable takes 1 instruction, a read to a variable that is in the CPU register takes 1 instruction. With the STM8 running at 8MHz it can process 8,000,000 instructions in a given second. The for loop itself is setup (long i = 0) at the setup of the loop and for the purposes of this discussion is meaningless. (1 / 8,000,000 of a second). The execution of the code takes 1 instruction (PORTB = 0), the check takes one instruction (i < 1_000_000), and the increment takes one instruction (i++). One iteration of the loop cycle actually takes 3 instructions, and so each for loop is costing 3,000,001 cycles. The delay it's causing is actually around 3/8th of a second or 375 milliseconds and that is why it's blinking faster than the previous example.
@Landline3772
@Landline3772 5 ай бұрын
The best explanation I've ever seen , you are best!
@nicholasmascioni3333
@nicholasmascioni3333 Жыл бұрын
This was really neat! Been looking for videos that explain how to do this kinda thing for a while now and this was by far the best one, can't wait to watch the rest!
@nathanquattrochi1299
@nathanquattrochi1299 3 жыл бұрын
1:04 nice
@cthoadmin7458
@cthoadmin7458 2 жыл бұрын
This is high quality stuff Mitch! Thanks for bringing it to us... (rushing away to try the blink example myself)
@jameshall7539
@jameshall7539 Жыл бұрын
thanks for this tutorial it teaches people how to do it in the right way
@nyakoi
@nyakoi Жыл бұрын
Thank you, exactly what I needed. Very well explained!
@aregjan
@aregjan 8 ай бұрын
Wow, 18x faster with direct access ?? That's an enormous improvement, I shall do that going forward. These videos are really great .
@slowjocrow6451
@slowjocrow6451 Жыл бұрын
Thanks for the video 👍 Trying to learn bare metal with no previous microcontroller experience
@brunosuperman
@brunosuperman Жыл бұрын
The best video about this on the internet sofar! You are really didactical! Thanks you!
@abstractapproach634
@abstractapproach634 3 жыл бұрын
12:37 He wanted to make it a a BIT longer; however, could not because he wanted to keep it in a BYTE size format. So so so good, how to do you keep a straight face with golden tech puns like that............subscribed (not just for the pun, but it was icing on the cake)
@MitchDavis2
@MitchDavis2 3 жыл бұрын
Pbbbttttt. That’s because I had no idea I did that until you just pointed it out
@wrmusic8736
@wrmusic8736 Жыл бұрын
also a program that uses pinMode(), digitalWrite() and delay() takes 1536 bytes of flash and 9 bytes of RAM on my Mega2560, whereas a simple bitwise op function and _delay_ms() from AVR API takes only 304 bytes of flash and 0 bytes of RAM - meaning 5x times memory optimization. So yeah Arduino SDK functions are fine for prototyping, but optimizing for specific MCU pays off by a lot.
@edinetgrunhed6000
@edinetgrunhed6000 3 жыл бұрын
i like this kind of video its low level programming we can understand how mcu working under the hood and our ticket for understand mcu third partly library works
@alexclarosfernandez8467
@alexclarosfernandez8467 6 ай бұрын
Great videos!!! Thanx for your time and effort!!!
@GingerNingerGames
@GingerNingerGames Жыл бұрын
I realise this is 2 years old now, but a good way to make a "Do nothing" loop is to run the following. __asm__ __volatile__ ("nop \t"); That is an assembly line for no operation (nop) I can't remember what the \t does, but the bit where it says "volatile" means the compiler won't optimise it out. This is what I use for either fault states to entirely halt operation, or for stuff like this where you need it to do nothing while simultaneously keeping the compiler happy that you're actually doing something. This is also the only thing I remembered from my coding course in Uni, and I didn't even remember it, I just copy pasted it from one of my projects for uni.
@meemuboi
@meemuboi 3 жыл бұрын
This was really easy to understand, well done and thank you for making these videos!
@lokipuk
@lokipuk Жыл бұрын
You are SO the best of the best. Perfect explanations
@luismiguelfrancisco824
@luismiguelfrancisco824 2 ай бұрын
This vídeo is amazing man!
@Oshan_Dissanayaka
@Oshan_Dissanayaka 2 күн бұрын
Thank you very much!
@zDoubleE23
@zDoubleE23 6 ай бұрын
For part around 10:40, you might be able to fool the compiler by including semicolon “;” in your for loop.
@LewisCampbellTech
@LewisCampbellTech 3 жыл бұрын
I always wondered what magic was going on in that digitalWrite function. turns out it's not so scary after all
@medicallyunexplainedsymptoms
@medicallyunexplainedsymptoms 6 ай бұрын
It's worth pointing out that writing to the whole port to change one bit is bad programming. The code below is a better approach, albeit with magic numbers. I left them in so it matched the program in the video, but defining bit 5 with a sensible name such as LED_Pin and using 1
@phamngocthinh5913
@phamngocthinh5913 Жыл бұрын
i love this video, it's help me can understand a lot of the information behind the function already have in Arduino. Thanks for this video
@ThordMoller
@ThordMoller Жыл бұрын
This is great! I already learned this stuff in a course at the university a few years ago, but needed a refresher. I always felt that the arduino coding is making things dumber rather than easier. And every time i start working with arduino i feel like im relearning bad habits lol. The easy accessability and price of arduinos is great but why cant we all just learn to code like this?
@AdilKhan-jp7hn
@AdilKhan-jp7hn 3 жыл бұрын
Thank you for such detailed information on these avr microcontroller. Excellent content and video quality
@arduinomaquinas
@arduinomaquinas Жыл бұрын
Big show, good job, subscribed and like 1.6K full 😉👍
@gustavocortico1681
@gustavocortico1681 Жыл бұрын
I feel like messing with bare metal is kind of an uncanny valley of physicality. Gives me a bit of a thrill.
@Swordhero111
@Swordhero111 Жыл бұрын
Perhaps the port version is only faster because you are setting it equal, but in digit write it is probably doing the |= operator to set and &= to unset the bit, thus requiring more instructions.
@faizurrahman2399
@faizurrahman2399 Жыл бұрын
Correction: The hardware registers used by the Arduino Uno are located on-chip, separate from both RAM and ROM. These registers are used to control the behavior of the microcontroller, including setting pin directions, configuring timers and interrupts, and controlling various peripherals such as the analog-to-digital converter and serial communication ports.
@Pnlkmr43
@Pnlkmr43 3 жыл бұрын
Excellent content ie., Oscilloscope waves (high level vs low level port assessing ) 18x faster than high level Thank you
@rickybobbyracing9106
@rickybobbyracing9106 2 жыл бұрын
Great job, I am really enjoying this series
@dhruvandangar9972
@dhruvandangar9972 3 жыл бұрын
nice work bro. hats off to you.
@zephsmith3499
@zephsmith3499 4 жыл бұрын
I understand the niche of starting at the bottom level in understanding the ATMEGA chips and the Arduino environment - looking under the hood to explain registers, machine code, assembly, and C/C+. And learning to bypass the Arduino libraries at times. Kudos. There is value in that. But what is the reason for aiming to eventually transitioning to the STM8? I could see why someone aiming for large scale manufacturing might want to use the cheapest uC which can handle their task, and the ATMEGA line often isn't that. But for a hobbiest, what advantage is there to (eventually) transitioning to another low level uC with similar capabilities, using a different toolchain and ecosystem to learn? Consider by contrast, say, planning transitioning to the STM32 line, which has some advantages in handling some tasks which the ATMEGA cannot. One option in this case would be using the Arduino ecosystem retargeted for the STM32, so reducing the new learning curve once one is familiar with the ATMEGA (eg: using the Blue Pill devices). Anyway, good presentation. If you wish to share the reasoning behind the intended direction of this series, that would be cool.
@zephsmith3499
@zephsmith3499 4 жыл бұрын
@@MitchDavis2 OK, good luck! It's good to see a different approach, starting from the low level and working up. Of course, the other approaches have their value too, but people differ in how they learn best, and in what they are trying to accomplish. I'm pretty familiar with the basics you are covering (my first microcomputer was an IMSAI 8800 and you could use front panel toggle switches to manually enter one byte at a time of machine code, for the boot code!). But I can well imagine that it would be very useful for some beginners. I'll try to check back later and see how this effort matures and what you do next. Kudos!
@sermuns
@sermuns Жыл бұрын
this is amazing! thank you!
@hitectenshi7566
@hitectenshi7566 9 ай бұрын
This is realy realy good example, love it. Maybe I'll be able to do it now, 6 us static output loop. Thank you :-3
@ionizationx
@ionizationx 2 жыл бұрын
Hi Mitch, i just want to thank you for helping me out with this video. Well done! I am now able to write the right code for my project :-)
@reeb8587
@reeb8587 2 жыл бұрын
good up to the point of delay function. NOP loops are not the way to go, missed opportunity to talk about timers and interrupts
@MitchDavis2
@MitchDavis2 2 жыл бұрын
The hardest parts of these videos are deciding what NOT to talk about. Timers and interrupts are more of an intermediate topic that I didn’t want to spend time on quite yet. I ended up doing a video on timers (for STM32) eventually, and it actually ended up taking quite a bit longer than I was expecting
@reeb8587
@reeb8587 2 жыл бұрын
@@MitchDavis2 valid points 👍🏻 im enjoying your videos so far, hope you'll come up with more!
@andreialexander405
@andreialexander405 3 жыл бұрын
Thank you very much, Mitch, awesome, very informative videos!
@thomashvnmusic
@thomashvnmusic Жыл бұрын
To be honest watching this video made evrything click. For some reason it made me understand microcontroller programming better.
@eduarddez4416
@eduarddez4416 Жыл бұрын
At uni their forcing us to program the Arduino board in C rather than in the Arduino language and I can understand why. Thanks alot for the tutorial
@bob-ny6kn
@bob-ny6kn 2 жыл бұрын
Now, to read those one thousand pages of datasheet and see if I can find anything as useful as this...
@GrandNecro
@GrandNecro 5 ай бұрын
i think if you indicate that the variable is volatile, the compiler won't optimize out the loop. for(volatile unsigned i = 0; i
@underlecht
@underlecht 2 жыл бұрын
Great video! However, the timing calculation in 6:20 is not correct since on left there is assignment-only, and on right it is read-and-assignment operation. These do different things. To make comparison correct, the |= and &= operators should be used on left side instead of the =.
@Fubar12341
@Fubar12341 2 жыл бұрын
Brilliant video well explained and it works !
@simpletech2016
@simpletech2016 4 ай бұрын
Ultimately the code will be compiled to machine code while uploading. Then why the "bare metal" codes are faster?
@n.21
@n.21 11 күн бұрын
Using the for loop was an awful method - it keeps the processor busy for nothing. Better use interrupts and let the processor attend to other tasks. Doing that using SFR is not an easy task tho.
@subhashkendole3005
@subhashkendole3005 Жыл бұрын
In Attiny402, I want to put a delay of 40 seconds. Please suggest using assembly
@fixfaxerify
@fixfaxerify Жыл бұрын
Another solution might be to declare the loop variable volatile.
@isaacyuki1
@isaacyuki1 11 ай бұрын
How does the microcontroller know, that DDRB as a variable is actually the register DDRB? Is this information somewhere stored?
@bramsmcfadden
@bramsmcfadden 7 ай бұрын
bro, u r smarter then my lecturer
@SillySideProjects
@SillySideProjects 4 жыл бұрын
Also, any chance you could link the datasheet and other references in the description?
@VeritasEtAequitas
@VeritasEtAequitas Жыл бұрын
Should have covered or referred to a video on but-masking the registers, but good video.
@groveraruquipa9933
@groveraruquipa9933 2 жыл бұрын
Amazing video, thank you very much!!
@Fnta_discovery
@Fnta_discovery 2 жыл бұрын
Hello. often program the microcontrollers. I see bit shift right or left using symbol ">>". why we use it. I am waiting for your response thank you.
@2ftpmarco
@2ftpmarco 9 ай бұрын
thanks !
@mustardthefirst1583
@mustardthefirst1583 Жыл бұрын
thanks
@subhashkendole3005
@subhashkendole3005 2 жыл бұрын
In Attiny402, this gives port not declared message. Which files to include ??
@n-o-i-d
@n-o-i-d 3 жыл бұрын
Thank you for this amazing content!
@diddleyy2759
@diddleyy2759 Ай бұрын
World’s hardest would need to be written in assembly and using timers for a delay, at least.
@gapguy9564
@gapguy9564 3 жыл бұрын
Your explanation and effort is very nice! Also the way you say "delay" is making me feel like you must be playing electric guitar.
@trarredbandit9734
@trarredbandit9734 Жыл бұрын
Can you do ESP32 GPIO port manipulation?
@emma7694
@emma7694 2 жыл бұрын
great!
@zetaconvex1987
@zetaconvex1987 4 жыл бұрын
Very nice. Looks like it will soon be time to ditch the IDE entirely and use something like avr-glibc.
@testme2026
@testme2026 3 жыл бұрын
Great one thank you, one question why did you leave PORTB=32 and = 0 before the For loop ?
@gaiuszeno1331
@gaiuszeno1331 2 жыл бұрын
Why don't you make i volatile? That should be enough to trick the compiler
@oz3230
@oz3230 3 жыл бұрын
Thanks a lot man! was looking for this :D
@iamsparkicus
@iamsparkicus 2 жыл бұрын
Great video. Thanks. Actually the sound of your loud typing made me realise how bad mine is! Must learn to type!
@nm7c00
@nm7c00 Жыл бұрын
I think he could've changed the compiler options to -o0 to avoid optimization
@offensivebias3965
@offensivebias3965 Жыл бұрын
Question please correct me if i am wrong , by setting DDRB = 32; wouldn't that turn all PORTB# to be as an output ?
@zDoubleE23
@zDoubleE23 6 ай бұрын
No. 32 is just decimal form of binary 00100000.
@abdox86
@abdox86 2 жыл бұрын
I wish u see how the delay function is working , IN ASSEMBLY , that's scary .
@mauritzg1
@mauritzg1 Жыл бұрын
Do you have any examples for the new Arduino Uno R4? ;-)
@IvanEng747
@IvanEng747 2 жыл бұрын
How to adapt this code for esp8266? To win in speed.
@2OO_OK
@2OO_OK Жыл бұрын
Thanks for a very understandable video. Is there a way to enter the port value in binary? IE portb=00100000 instead of portb=32? It would be easier to program multi led blink patterns this way.
@MitchDavis2
@MitchDavis2 Жыл бұрын
In Arduino IDE, I’m pretty sure you can write binary if it starts with a capital B. Such as “int i = B11001010”
@shawntaylor9509
@shawntaylor9509 3 жыл бұрын
Can you not use hex values instead of decimal values?
@MitchDavis2
@MitchDavis2 3 жыл бұрын
You can use whatever you want. When it goes to the compiler, it's just a number. More commonly, you write something like (1>>5), which means "the 5th bit is a 1". I cover bit shifting in a later video.
@QWin-ir6yq
@QWin-ir6yq 6 ай бұрын
Where are definitions? Will this code even compile?
@manofmesopotamia7602
@manofmesopotamia7602 2 жыл бұрын
You got another subsicriber ☺️
@ajmalashraf7921
@ajmalashraf7921 3 жыл бұрын
Thank you its so interesting ...
@grzesiek1x
@grzesiek1x 2 жыл бұрын
so why do we put "32" there I don't get it :/
@mostafagaberahmed6657
@mostafagaberahmed6657 3 жыл бұрын
thank you . this helps
@abutaymiyyahlectures
@abutaymiyyahlectures 3 жыл бұрын
awesome!
@freddiesnijman
@freddiesnijman 4 жыл бұрын
Thank you
@samas69420
@samas69420 3 жыл бұрын
where are those special variables defined?
@Flyonwaterslow
@Flyonwaterslow 6 ай бұрын
🎉
@brianxia
@brianxia 3 жыл бұрын
Will continuously re-writing register wear down the memory? I heard they usually have limited number of read/write.
@MitchDavis2
@MitchDavis2 3 жыл бұрын
Flash memory (where your program lives) and EEPROM memory (non-volatile memory) have finite write cycles. I believe they can OFFICIALLY be written roughly 100,000 times. Some people have done tests and discovered they work reliably for many more cycles. Registers live in RAM, and RAM is designed to be writen/read infinitely. Also, registers are what make the microcontroller work. There is no way to make your microcontroller do anything without writing to these registers. This all happens behind the scenes if you use something like "digitalWrite()"
Bare-Metal MCU #2 - Set Registers by Memory Address
14:34
Mitch Davis
Рет қаралды 32 М.
هذه الحلوى قد تقتلني 😱🍬
00:22
Cool Tool SHORTS Arabic
Рет қаралды 91 МЛН
王子原来是假正经#艾莎
00:39
在逃的公主
Рет қаралды 25 МЛН
Touching Act of Kindness Brings Hope to the Homeless #shorts
00:18
Fabiosa Best Lifehacks
Рет қаралды 17 МЛН
Bare-Metal MCU #9 - Review; ATTiny85 from scratch
14:25
Mitch Davis
Рет қаралды 67 М.
Bare metal GPIO driver for ESP32 | Toggling an LED
12:43
The EV Engineer
Рет қаралды 7 М.
Bare-Metal MCU #4 - Bootloaders and Programmers
18:24
Mitch Davis
Рет қаралды 57 М.
Datasheets: 16x2 LCD By Hand (No microcontroller)
26:35
Mitch Davis
Рет қаралды 99 М.
هذه الحلوى قد تقتلني 😱🍬
00:22
Cool Tool SHORTS Arabic
Рет қаралды 91 МЛН