4 Courses | 47+ hours | Complete Source Included
1. FreeRTOS from Ground Up
This course teaches you the foundations of real-time systems and how to build real-time applications using FreeRTOS ,one of the most popular real-time operating systems for embedded systems. The course gives a detailed overview of the characteristics of the FreeRTOS real-time kernel, provides a detailed tutorial on the APIs to implement the various features of FreeRTOS and then goes on to build about 50 real-time projects .
This course does not assume prior knowledge of real-time systems and application programming. By the end of this course you should be able to build your own multitask FreeRTOS real-time applications which use all the features of a modern real-time application (such as semaphores, mutexes, event flags, hooks, queues, mailboxes etc )and test their performance.You should also be able to : Calculate the CPU Utilization of an RTOS, Understand Rate Monotonic Schedulers, port FreeRTOS to any ARM processor,Understand Round-Robin Schedulers,Understand Weighted-Round-Robin Schedulers, Understand First Come First Served Schedulers,Understand the Internals of an RTOS kernel, Implement and explain popular scheduling algorithms and so much more. Please take a look at the full course curriculum
I personally guarantee that by the end of this course you will be able to accomplish the following
- Build Multitask real-time applications with FreeRTOS
- Port FreeRTOS to any ARM Processor
- Master FreeRTOS Task Management features
- Master FreeRTOS Resource Management features
- Master FreeRTOS Task Synchronization features
- Master FreeRTOS Event Management features
- Master CMSIS-RTOS Generic APId for FreeRTOS
- Give a lecture on the FreeRTOS RealTime Kernel
2. Arm Assembly Programming from Ground Up 1
Covering ARM Systems Design, Architecture and Practical Assembly Programming, this is the most comprehensive ARM assembly course online. I'll take you step-by-step through engaging and fun video tutorials and teach you everything you need to know to succeed in ARM Assembly Programming. This course comes in two parts. This is the first part of the course.
By the end of this part you will master the ARM Instruction Set, the Thumb Instruction Set and the Thumb-2 Instruction Set. You will be able to create data structures such as FIFOs and LIFOs in Assembly. You will also be able design complex algorithms for performing Binary Search in assembly , and solving advance mathematical problems.
3. Build Your Own Realtime OS (RTOS) from Ground Up 1
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.
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
4. Build Your Own Realtime OS (RTOS) from Ground Up 2
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.
Learn More