Lesson 10. Building Embedded Software Part 2: The Process

  Рет қаралды 5,534

Gene Schroeder Tech

Gene Schroeder Tech

Күн бұрын

Пікірлер: 18
@JohnDiocena
@JohnDiocena Жыл бұрын
This blows my mind how your able to make it simple compared to other videos that i have been trying to understand. Thanks a lot.
@geneschroedertech7501
@geneschroedertech7501 Жыл бұрын
Wow, thanks for that. This material can be difficult, so I am glad to hear your comment.
@adarshkorde7848
@adarshkorde7848 2 жыл бұрын
Excellent work of summarizing years of experience about building process in one video.Thanks for the course!!!
@geneschroedertech7501
@geneschroedertech7501 2 жыл бұрын
Thanks, glad you like it and hope it is useful.
@thisisgreatdoyouhaveanyboo4653
@thisisgreatdoyouhaveanyboo4653 2 жыл бұрын
@@geneschroedertech7501 this is really great do u have any book for suggestion
@shashiprasadkushwaha
@shashiprasadkushwaha Жыл бұрын
Thanks for making it simple!!
@geneschroedertech7501
@geneschroedertech7501 Жыл бұрын
Thanks for your comment! My goal is to provide a basic level of understanding that your experience can build upon.
@buzzwordchief
@buzzwordchief Жыл бұрын
Superb explanation. Thank you!
@geneschroedertech7501
@geneschroedertech7501 Жыл бұрын
Glad you liked it. I've been surprised at how many people like these "boring" videos. Of course, if you work in embedded, understanding these topics makes your life more pleasant :).
@kamalabouzhar8469
@kamalabouzhar8469 Жыл бұрын
Top notch content! Thank you!
@geneschroedertech7501
@geneschroedertech7501 Жыл бұрын
Thanks, glad you like it.
@belalfathy
@belalfathy 2 жыл бұрын
Great content, thank you!
@geneschroedertech7501
@geneschroedertech7501 2 жыл бұрын
Thanks for your kind words.
@nileshgopnarayan4464
@nileshgopnarayan4464 Жыл бұрын
Excellent work, is there any book for indepth explanation
@geneschroedertech7501
@geneschroedertech7501 Жыл бұрын
There are many books on embedded development, but I never used any, so sorry, I don't have a recommendation. For detailed explanation of a particular MCU, the reference manual is best, in my opinion.
@mixguru9669
@mixguru9669 Жыл бұрын
@bigfoot1861
@bigfoot1861 7 ай бұрын
what if func_1 called func_2? how does the compiler know about that?
@geneschroedertech7501
@geneschroedertech7501 7 ай бұрын
When the compiler is working on func_1() it will see the call for func_2(). It will put this reference for func_2() in the symbol table. Initially, all of the sections in that file are part of the output image. At link time, the "garbage collector" will notice that both sections (for those two functions) contain symbols that are required, and so it will leave those sections in the output image. Only sections that contain symbols that are not used will be removed.
Lesson 11.  C Language Standard Libraries
8:42
Gene Schroeder Tech
Рет қаралды 3,2 М.
Lesson 9.  Building Embedded Software Part 1: Concepts
15:11
Gene Schroeder Tech
Рет қаралды 6 М.
버블티로 부자 구별하는법4
00:11
진영민yeongmin
Рет қаралды 28 МЛН
SISTER EXPOSED MY MAGIC @Whoispelagheya
00:45
MasomkaMagic
Рет қаралды 19 МЛН
the balloon deflated while it was flying #tiktok
00:19
Анастасия Тарасова
Рет қаралды 34 МЛН
Lesson 8.  The MCU Memory Map and Memory Mapped I/O
16:19
Gene Schroeder Tech
Рет қаралды 8 М.
Bare metal embedded lecture-1: Build process
27:58
Fastbit Embedded Brain Academy
Рет қаралды 97 М.
Lesson 4.  Exploring MCU Documentation
16:58
Gene Schroeder Tech
Рет қаралды 7 М.
Lesson 13:  Startup Code
28:49
Gene Schroeder Tech
Рет қаралды 12 М.
Design Patterns for Embedded Systems in C
1:03:04
Bruce_Douglass
Рет қаралды 39 М.
Bare metal embedded lecture-2: Makefile and analyzing relocatable obj file
23:36
Fastbit Embedded Brain Academy
Рет қаралды 42 М.
Lesson 2.  MCU Architecture Overview
28:06
Gene Schroeder Tech
Рет қаралды 14 М.