EmbeddedExpertIO
Need Help? Contact us at:
support@embeddedexpert.io
         Your free gift is on its way to your inbox, but before you go 
check out this very special offer, just for you!

Build Your Own RealTime OS (RTOS) From Ground Up™ on ARM 1

Build Your Own RealTime Operating Systems from first principles . Practice on STM32 and TIVA C boards

Some Lesson Previews (2 of 130)

                                   Coding : Building the Kernel interface file
                                    Coding : Implementing the Cooperative Scheduler
 30 Day Money Back Guarantee
  • ​Build Your Own RealTime OS (RTOS) From Ground Up™ on ARM 1 ($49.99 Value)
Total Value: $49.99
But today, you're getting all of this...
For Only $18.99
NOT UNDERSTANDING THE CODE


Sometimes I could get my firmware to work but I couldn’t understand a large portion of the code.

I didn’t know what some of the registers were doing. "Why do we write this hexadecimal number into that particular register ?" I would often ask.
CODE NOT WORKING - WASTED TIME

Other times I could understand every line of code in the firmware but couldn’t get the firmware to work.
CANNOT BUILD ANYTHING NEW -LACK OF CONFIDENCE, IMPOSTER

Because I wasn’t good enough, I couldn’t build exactly what I wanted if there were no already made drivers and libraries out there that I could use. Worst of all I couldn’t even get another microcontroller to work apart from the microcontroller used in class.
Long story short, I overcame all of this....
I devised a plan to master the fundamentals...
Quickly read the sections of interest in the datasheet...
Created my own firmware development checklist...
Created my own study guide...

I started creating courses to help other people like yourself master embedded systems development in the most efficient way possible, no waste of time, no frustrations. There is no need for you to go through the same roadblocks and frustrations I went through  some years ago.

About Me

My name is Israel, some of you may have taken some of my embedded systems courses from other online platforms. This is my private channel. 

I have been writing embedded firmware for years, I have built embedded devices like consumer products and robotic arms like the one you see over here. I built this very one when I was a mechanical engineering undergraduate student some years ago.
Till date I have 
trained over 60,000 students in embedded
 firmware development online
...including third year undergraduate university students in-person.

If you taken any of courses before you will know I start from the absolute basics, I do not assume that the student has any prior knowledge of the topic the course. You will also know that by the end of the courses you understand the functions of every register used in developing the particular firmware or driver.

This method is the same for all of my published embedded systems course. 

Lifetime access to complete training.

13+ hours of quality training

Complete source code included
This course teaches you how to build a Real-Time Operating Systems through intensive practice and theory. It starts by getting you excited through an introduction to the internals of a Real-Time Kernel on ARM Processors, which you shall implement yourself in code.Then we move on to learn all there  is about Real-Time Operating Systems, their various parts, how they work and then we finally build our own Real-Time Operating System exploring different scheduling algorithms and Inter-Thread communication tools. 

At the end of this course you should be able to build your own Real-Time Operating System from scratch, give your own lecture on Real-Time Operating Systems, be able to build a Round-Robin Scheduler, be able to build a Periodic Scheduler, be able to calculate the CPU utilization of your RTOS, be able to build an OS Kernel etc. Please see the course curriculum section to find out all the amazing content awaiting you. 

Who is this course for ?

  • This course is for anyone seeking to improve their embedded  firmware development skills. This course focuses on how to apply object-oriented principles to embedded firmware development.

Course Content 

I personally guarantee that by the end of this  course you will be able to accomplish the following
  • Build a Real-Time Operating System from Scratch
  • Build Round-Robin Schedulers
  • Build Cooperative Schedulers
  •  Build Periodic Schedulers
  • Build First Come First Served Scheduler
  • Build Rate Monotonic Schedulers
  • Build a board support package from scratch
  • Calculate the CPU Utilization of an RTOS
  • Understand the OS Support Features of the Cortex-M Architecture
  • Understand the Internals of an RTOS Kernel
  • Be Implement to implement and explain popular scheduling algorithms
  •  Setting Up Keil uVision 5
  • ​Download Keil uVision 5
  • ​Installing Keil uVision 5
  • ​Installing Packs
  • ​Changing the Compiler
  • ​Introduction
  • ​Microcontroller choices
  • ​Overview of the STM32F4-DISCOVERY Board
  • ​Overview of the TM4C123 Tiva C LaunchPad
  • Overview of the STM32F4- NUCLEO Board
  • Other components
  • ​Internals of A Real-Time Kernel on ARM Processors
  • ​Introduction
  • Coding : Setting Up the Project
  • ​Coding : Analyzing the Reference Documents
  • ​Coding : Pin configuration
  • ​Coding : Testing pin configuration
  • ​Coding : Adding a Time Base
  • ​Coding : The Blocking Code
  • ​Coding : The Exception Stack Frame
  • ​Coding : The Exception Stack Frame (PART II)
  • ​Coding : Creating the Stack Frames
  • ​Coding : Switching Threads
  • ​Introduction to Real-time Operating Systems
  • ​What is an RTOS?
  • ​Performance Metrics of Real Time Operating Systems
  •  Thread Control Block (TCB)
  • Features of the Thread Control Bock
  • ​Implementing a Thread Control Block
  • ​The Scheduler and Scheduling Algorithms
  • ​The Scheduler
  • ​Process vs. Thread
  • ​Classification of Schedulers
  • ​Preemption
  • ​Scheduler Criteria
  • ​CPU Utilization
  • ​Scheduling Algorithm Optimization
  • ​Overview of Popular Scheduling Algorithms
  • ​First Come First Served (FCFS) Scheduler
  • ​Round Robin (RR) Scheduler
  • ​Round Robin (RR) Scheduler (PART II)
  • ​Quanta
  • ​Weighted Round Robin (WRR) Scheduler
  • ​Internals of the Round Robin Scheduler
  • ​Context Switching
  • ​The Context Switching process
  • ​The Kernel
  • ​The Kernel
  • ​RTOS Scheduler : Using SysTick Exceptions only
  • ​ Introduction
  • ​Coding : Project Setup
  • ​Coding : Building the Kernel interface file
  • ​Coding : Building the Kernel components ( Thread Control Block and Thread Stack)
  • ​Coding : Building the Kernel components ( osKernelAddThread )
  • ​Coding : osKernelLaunchThread
  • ​Coding : Building the Kernel's Scheduler in assembly (PART I)
  • ​Coding : Building the Kernel's Scheduler in assembly (PART II)
  • ​Coding : Building the Kernel's Scheduler in assembly (PART III)
  • ​Coding : Building the Kernel's Scheduler in assembly (PART IV)
  • ​Testing the RTOS
  • ​BOOT Sequence
  • Cortex-M Boot Sequence PART I
  • ​Cortex-M Boot Sequence PRT II
  • ​Introduction to Threads
  • ​The Thread
  • ​Classification of Threads
  • ​Software Flows
  • ​Busy Wait System
  • ​Multi-Threaded Systems (With ISRs)
  • ​Real-Time Systems
  • ​The Stack
  • ​Stack & Memory Map
  • ​Stack Manipulation
  • ​Overview of Cortex-M OS Support Features
  • ​Inside the Microcontroller
  • ​Operation Modes
  • ​The Shadow Stack Pointer
  • ​SVC Exceptions
  • ​Coding : Creating SVC Services (PART I)
  • ​Creating SVC Services (PART II)
  • ​Coding : Creating SVC Services (PART III)
  • ​Creating SVC Services (PART IV)
  • ​Coding : Creating SVC Services (PART V)
  • ​Coding : Creating SVC Services (PART VI)
  • ​PendSV Exceptions
  • ​Exclusive access instructions
  • ​The SysTick
Here are some of the reviews
My  courses have been reviewed by 1000+ students
  • ​​Build Your Own RealTime OS (RTOS) From Ground Up™ on ARM 1 ($49.99 Value)
Total Value: $49.99
But today, you're getting all of this...
For Only $12.99

 30 Day Money Back Guarantee

Remember, I have no doubt you will love the training but should in case you are not completely satisfied you can request a refund within 30 days of purchase and you shall be fully refunded with no questions asked.

Sounds fair ? 
I know there are some websites out there that offer you something cool for a low price, but then stick you into some program that charges your card every month.
This isn't one of them. There's NO hidden cost.

Thanks for taking the time to read this letter and I hope you enjoy the training!

-Israel N Gbati