Tags
Language
Tags
June 2025
Su Mo Tu We Th Fr Sa
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 1 2 3 4 5
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    Embedded Systems And Operating System Development

    Posted By: lucky_aut
    Embedded Systems And Operating System Development

    Embedded Systems And Operating System Development
    Last updated 11/2023
    MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz
    Language: English | Size: 10.04 GB | Duration: 12h 22m

    Become an Expert in Embedded Systems: Develop your own OS in the C and Assembly Languages, and Design your own PCB

    What you'll learn
    Learn how to build an embedded system from the ground up on the bench. This will give you a great insight into the target platform, but is not mandatory
    Learn how to program a microcontroller from scratch by setting up wiring, clocking, connecting the programmer, and flashing binary applications to the chip
    Get a deep insight into what an operating system is, when you need one, and how it works on embedded platforms
    Understand Kernels, Multitasking, Context Switching, Scheduling, Critical Sections, and Task Synchronization from a practical perspective
    Understand CPU Architectures in general and how to choose a target CPU. Deep understanding of the MIPS32 Arch internals, like Registers and Memory Layout
    Programming of Advanced Applications for the Microchip PIC32 (MIPS32) microcontroller
    Develop Board Support Packages (BSP) for a Target Platform
    Deep and practical understanding of data communication over the SPI and I2C busses, as well as serial communication via UART modules (including USB-to-Serial)
    Learn how to develop a Preemptive and Cooperative Kernel based on CPU-specific assembly code for Task Context Switching
    Learn how to provide efficient internal services for Time, Task, and Memory Management
    Learn how to create Inter-Process Communication (IPC) with Mailboxes and Message Queues
    Get a deep understanding of - and learn how to implement - Real-Time Constraints in order for an operating system to be considered an RTOS (Real-Time OS)
    Understand the Priority Inversion problem and learn how to implement specific countermeasures
    Learn Device Driver development. We will develop drivers step by step for our Target Platform's peripherals, such as the display and the MicroSD card
    Interfacing User Application to the OS
    Understand how to write a binary image to the Target Platform's Program Flash at runtime, and create a USB/UART Bootloader
    Learn how to make a Porting of the OS, making it executable on different CPU Architectures
    Understanding of the Target Platform's Electrical Schematic and PCB Layout (optional)

    Requirements
    Basic C programming skills are recommended but not mandatory. The code implementation will be performed hands-on, with explanation in real-time. No particular prior knowledge is required. If you have any questions, simply drop me a message: I will answer to you.

    Description
    In this course you will learn how to create an Embedded OS, really from the ground up. You will be guided step by step in the creation of each and every technical software module composing an embedded operating system, as well as in the development of your own target device on the bench (optional: you can use a free simulator or a ready-to-use Starter Kit), starting with basic electronic components and an industry-standard processor.You will learn how to create device drivers step-by-step for real hardware components like displays, SD card storage, Wi-Fi, Inertial Movement Units (IMU, i.e. accelerometer and gyroscope), USB communication, analog Joysticks, thermal camera modules and more.By the end of this course you will master system-level programming in the assembly and C languages, as well as the technical processes governing the interaction between CPU and memory. Thanks to the numerous hands-on experiences and practical demonstrations, you will develop the ability of gaining full control on the machine by manipulating CPU registers, stack, instruction pointer, return addresses, and much more. At the end of the software development part, you will learn how to create a porting to another architecture, like x86.Although the hardware development part is optional, if you have access to an electronics lab you will also develop the ability of prototyping your circuit, designing and assembling your own target PCB (Printed Circuit Board).

    From embedded developers to hobbyists and enthusiasts who are willing to create their own Operating System.,This course is hands-on: you will be guided step by step through the creation of a working Operating System, from the ground up.