Embedded Fun with RISC-V, Part 1: The RISC-V ISA

Get to know the inner workings of the RISC-V architecture.

Embedded Fun with RISC-V, Part 1: The RISC-V ISA
Embedded Fun with RISC-V, Part 1: The RISC-V ISA

Embedded Fun with RISC-V, Part 1: The RISC-V ISA udemy course free download

Get to know the inner workings of the RISC-V architecture.

Learn about the RISC-V Instruction Set Architecture by creating applications in an actual RISC-V microcontroller! See many applications developed on a RISC-V embedded microcontroller board. We've chosen an inexpensive board so you may follow along if you want.

This course is part of a hands-on curriculum where you'll get some basic experience on the design and development of embedded applications using a RISC-V core. This curriculum contains the following courses:

  1. Part 1: The RISCV ISA. Where you'll learn about the RISC-V Instruction Set Architecture.

  2. Part 2: Embedded Applications. Where you'll learn how to create basic applications using the on-chip peripherals.

  3. Part 3: Real Time Operating Systems. Where you'll learn how to create RTOS applications with an industry standard RTOS.

  4. Part 4: The Journey inside an RTOS. Where you'll learn how an RTOS works, now that you know how to use them.

The purpose of this first course is to get you acquainted with the RISC-V Instruction Set Architecture, covering the following topics, and more:

  1. About RISC-V

    1. The RISC philosophy.

    2. The RISC-V foundation.

  2. The RISC-V Instruction Set Architecture Details.

    1. CPU Registers.

    2. Addressing Modes.

    3. The Modular Instruction Set Variants.

      1. Base (Integer) Instruction Set.

      2. Multiplication Instruction Set.

      3. Atomic Operation Instruction Set.

      4. Compressed Instruction Set.

      5. Floating Point Instruction Set.

        1. Hands-On Boot Camp

  3. The GD32 Board, by Seeed Studio

  4. Segger Embedded Studio

    1. Creating a Project

    2. Compiling your Code

  5. Debugging

  6. Disassembled Code