
This Lecture to identify the Linker Script.
This Lecture to implement Linker Script for stm32f401CC ARM-Cortex-M4.
This Lecture for identify Startup Code and its objectives.
This Lecture for implement Startup Code for stm32f401 Project to initialize Interrupt Vector Table and Stack Pointer.
This Lecture for complete implementation of Startup Code for our stm32f401 Project to copy [.data] Section from FLASH to RAM memory.
This Lecture for complete implementation of Startup Code for our stm32f401 Project to initialize [.bss] Section on RAM memory.
This Lecture for identify Make File scripting language.
This Lecture for implement Make File for our stm32f401 Project.
This Lecture for complete implementation of Make File for our stm32f401 Project.
This Lecture for identify and implement Batch File to used is Building Process.
Embedded Software Tooling is divided to two courses:
Embedded Software Tooling - Basic
Embedded Software Tooling - Advanced
Basic Embedded Software Tooling and Embedded C - Building Process, Tool Chain, Preprocessor, Compiler and Assembler.
Embedded Software Tooling Objectives:
we aim to identify for you very important information about to Embedded System and the Microcontroller.
after this course you be familiar with most of Embedded System tools to understand the Hardware of Microcontroller and how it works correctly. and knowing the physical memory Sections in Flash and RAM and using it with Linker Script.
and understanding the Startup Code and its functions to initialize the Hardware of Microcontroller like Interrupt vector table and Stack Pointer.
this course for learning all Topics in this Embedded System Tooling:
Identify the Building Process
Install the GCC Tool Chain
Identify all Tools in the Tool Chain
Preprocessor Directives and Preprocessor Conditional Directives
Preprocessor errors
Compiler and clarify its all-internal component.
Assembler and object file
Memory SECTIONS in Flash and Ram in Embedded System
Symbol Table Description
Linker Script and its objectives
Implement Linker Script from scratch for stm32f401.
Startup Code & Entry Point
Implement Startup Code from scratch for stm32f401.
Make File scripting language to automate the building process commands.
Implement batch file to easy use this Building process without any IDEs.