Extra note: I've been mentioning that microcontrollers can't operate on individual bits in these videos; however, that's not actually true. I've only been saying that to not confuse beginners. PIC18 series microcontrollers DO have bit-oriented instructions, and you can, for example, set a single bit in one instruction. It's just that, these instructions are mainly there for optimization, meaning even if you didn't have them, the microcontroller would still be able to do everything it can. Not to mention, you can't use these operations directly in C (the language we'll always be using), so it's better to ignore them for beginners. You just have to hope that the compiler/optimizations utilize these instructions. (You can actually use assembly instructions in your C code too, but if you're a beginner, you should ignore that as well...) If you're curious, check the "Bit-oriented File Register Operations" section on this page: technology.niagarac.on.ca/staff/mboldin/18F_Instruction_Set/
@tedbastwock38107 ай бұрын
Good intro to datasheets, and great explanation and example of the wrapping capability of C vs. assembly. Very useful, thank you
@Microesque7 ай бұрын
Thanks 👍
@maiszaaim88434 ай бұрын
thank you, thank you till the world ends
@Microesque4 ай бұрын
Thanks 👍
@brettholden37632 ай бұрын
FOCUS
@pradeepmenaria236410 ай бұрын
Excellent
@Microesque10 ай бұрын
Thanks 👍
@hamzakourta4509 Жыл бұрын
Could you make a video about the different types of memory and registers in MC's ?
@Microesque Жыл бұрын
Are you talking about the different architectures of microcontrollers? If so, that would be way out of the scope of this series, and unnecessary knowledge for most. As for registers, I'll talk about each one in their own relevant module's videos.
@hamzakourta4509 Жыл бұрын
@@Microesque okay, i understand and thank you for all your work your videos are the best
@JacksonBockus6 ай бұрын
It’d be great if you could provide links to the data sheets you’re using.
@Microesque6 ай бұрын
It's very easy to find datasheets aside from the lesser-known brands, so I didn't bother. Just type the name of your chip + "datasheet", and it should be the first link 👍
@bakeronews110 ай бұрын
The font size is too small. It’s difficult to see what you’re explaining.
@Alex-rv8gw Жыл бұрын
you speak too fast bro
@pradeepmenaria236410 ай бұрын
I am also watching video at 0.9x speed
@tedbastwock38107 ай бұрын
@@pradeepmenaria2364 Ive watched most of this series so far at 2x speed