Mastering Microcontroller and Embedded Driver Development

Wishlist Share
Share Course
Page Link
Share On Social Media

About Course

>> Your Search for an in-depth microcontroller programming course ends here !!<<<

Course code: MCU1

Learn bare-metal driver development using Embedded C : Writing drivers for STM32 GPIO,I2C, SPI,USART from scratch

English Subtitles/CCs are enabled for this course.

Update 6: videos are updated with the latest STM32CUBEIDE

Update 5: All drivers are developed in a live session with step-by-step coding and added stm32-Arduino communication exercises using SPI and I2C.

Update 4: Dedicated support team is assigned to address student’s Q/A

Update 3: English Closed captions are fixed

Update 2  : Added Bus matrix / memory map /vector table /interrupt design discussion with code examples.

Update 1: Eclipse IDE setup for ARM Cortex M based MCUs added

The course is designed for beginners to advanced audiences.

Brief Description:

This course Demystifies the internal working of the Microcontroller and its Peripherals.

Coding for the Peripherals STEP-BY-STEP and Developing software drivers entirely from scratch by extracting maximum information from Datasheets, Reference manuals, specs, etc

Protocol Decoding Using logic analyzers, Debugging, Testing along with Hints and Tips.

Long Description:

Learning Embedded System Programming can be a challenge. Since it’s a relatively complex field, there’s no actual gold standard yet for how things are practiced, or taught, which can frustrate people who are just trying to learn new things and couldn’t connect the dots.

This is the motivation behind creating this course to help engineers and students learn different aspects of embedded systems by providing high-quality advanced lectures at a relatively low price.

Master Behind the Scene working;

created this course because I believe your time is precious, and you shouldn’t have to hunt around to get a practical foundation In Embedded System Programming. In this course, you will learn to write your peripheral driver for most commonly used peripherals such as GPIOs, I2C, SPI, USART, etc., and the exciting thing is that you will learn everything from scratch.

No 3rd party libraries!

No blind coding!

Write your driver APIs by dealing with the peripheral registers of the MCU!

Code and Implement APIs from scratch, diving into the datasheet and reference manual of the MCU. I will thoroughly explain how to extract the maximum information from datasheets, Technical Reference manuals to configure and handle peripherals. These techniques you can go and apply to any MCUs you have at your hand.

In this course, I will walk you through step-by-step procedures on configuring various Peripherals like GPIOs, SPI, USART, I2C by taking you into the reference manual and datasheet. We will develop a fully working driver code, interrupt handlers, sample application everything from scratch to understand the big picture.

In each lecture, I assure you that you will learn something new to use in your work or projects. You’ll find yourself handling these peripherals with much more clarity. You will be able to speculate and debug the problem quickly. I’ll show you tricks and tips to debug the most common issues using debugging tools such as logic analyzers.

This is not the Arduino style of programming:

I believe Arduino is for quick prototyping of projects/products but not for mastering the working of micro-controllers and their peripherals. Unlike Arduino programming, where you develop a quick solution and prototyping of products using third-party libraries, this course is entirely different. In this course, no 3rd party libraries are used. Everything we will code by referring to the technical reference manual of the MCU and will create our own library. The Power of this approach is that you can quickly speculate problems and debug like a pro when things go wrong in your project due to bugs. If one thing me and my students are good at is “debugging,.” To achieve good debugging skills, it’s essential to code by understanding how things work behind the scene but not by blindly using some third-party libraries, and that’s the biggest TAKE away from this course.

The course is designed and explained so that it is generic across any microcontroller. The code we develop can be used as templates to quickly build a peripheral driver for your MCUs on-chip peripherals.

Software/Hardware used:

In this course, the code is developed so that it can be ported to any MCU you have at your hand. If you need any help porting these codes to different MCUs, you can always reach out to me! The course is strictly not bound to any 1 type of MCU. So, if you already have any Development board that runs with an ARM-Cortex M3/M4 processor, I recommend you continue using it. But if you don’t have any development boards, then check out the below Development boards.

1. STM32F407xx based Discovery board ( This is the board used in this course)

MCU Vendor: STMicroelectronics

IDE: STM32CUBEIDE (Free)

My promise:

I am confident that this course will save you many hours of studying/experimenting/googling time to learn about MCU programming. I will personally answer your questions about this material, either privately or in a group discussion. If you are not satisfied, for any reason, you can get a full refund from Udemy within 30 days. No questions asked. But I am confident you won’t need to. I stand behind this course 100% and am committed to helping you.

Learning order of FastBit Embedded Brain Academy Courses,

If you are a beginner in the field of embedded systems, then you can take our courses in the below-mentioned order.

This is just a recommendation from the instructor for beginners.

1) Microcontroller Embedded C Programming: absolute beginners(Embedded C)

2) Embedded Systems Programming on ARM Cortex-M3/M4 Processor(ARM Cortex M4 Processor specific)

3) Mastering Microcontroller with Embedded Driver Development(MCU1)

4) Mastering Microcontroller: TIMERS, PWM, CAN, RTC,LOW POWER(MCU2)

5) Mastering Microcontroller: STM32-LTDC, LCD-TFT, LVGL(MCU3)

6) Embedded System Design using UML State Machines(State machine)

7) Mastering RTOS: Hands-on FreeRTOS and STM32Fx with Debugging(RTOS)

8) ARM Cortex M Microcontroller DMA Programming Demystified(DMA)

9) STM32Fx Microcontroller Custom Bootloader Development(Bootloader)

10) Embedded Linux Step by Step using Beaglebone Black(Linux)

11) Linux device driver programming using Beaglebone Black(LDD1)

Show More

What Will You Learn?

  • Understand Right ways of Handling and programming MCU Peripherals
  • Develop Peripheral drivers for your Microcontroller
  • Understand complete Driver Development steps right from scratch for GPIO,SPI,I2C and USART.
  • Learn Writing peripheral driver headers, prototyping APIs and implementation
  • Explore MCU data sheets, Reference manuals, start-up Codes to get things done
  • Learn Right ways of handling/configuring Interrupts for various peripherals
  • Learn about Peripheral IRQs/Vector table/NVIC interfaces and many
  • Learn about Configuration/status/Control registers of various Peripherals
  • Demystifying behind the scene working details of SPI,I2C,GPIOs,USART etc.
  • Explore hidden secretes of MCU bus interfaces, clock sources, MCU clock configurations, etc.
  • Understand right ways of enabling/configuring peripheral clocks/serial clocks/baud rates of various serial protocols
  • Learn about MCUs AHB, APB bus protocols
  • Learn about different MCU clocks like HCLK, PCLK, PLL,etc
  • Learn to capture/decode/analyze traces of serial protocols on Logic analyzer
  • Learn about Quick ways of debugging peripheral issues with case studies

Course Content

Notes and Information

  • A Message from the Professor
  • What is this course all about
    05:57

Development board used in our courses

IDE installation

Creating a project using STM32CUBEIDE

Embedded Code Debugging Tips and tricks

Understanding MCU Memory Map

MCU Bus Interfaces

Understanding MCU Clocks and Details

Understanding MCU Clock tree

Understanding MCU Vector table

Understanding MCU interrupt Design , NVIC, Interrupt handling

Importance of Volatile Keyword

GPIO Must know concepts

GPIO Programming structure and Registers

GPIO Registers SPEED, PULL UPDOWN, IDR and ODR

GPIO Alternate functionality register and example of usage

GPIO peripheral clock control

GPIO driver development overview and Project creation

Updating MCU specific header file with bus domain and peripheral details

Structuring peripheral registers

Writing Clock enable and disable macros

GPIO driver API requirements and handle structure

GPIO driver API Implementation Clock control

GPIO driver API Implementation GPIO init and de-init

GPIO driver API Implementation GPIO data read and write

Exercise

GPIO pin Interrupt configuration

Exercise GPIO interrupts

MCU IO Pin specifications

SPI introduction and bus details

SPI bus configuration and functional block diagram

STM32 NSS pin settings and management

SPI CPOL and CPHA discussion

SPI serial clock discussion

SPI Driver API requirements and configuration structure

SPI Driver API Implementation Clock control

SPI Driver API Implementation SPI init

SPI Driver API Implementation Send Data

Exercise SPI Send Data

Exercise STM32 master and Arduino Slave communication

SPI Driver API Receive data

Exercise SPI receive data

SPI interrupts

SPI interrupt mode APIs

SPI Driver API IRQ handling

Common problems in SPI

I2C introduction and I2C signals

I2C modes

Understanding I2C Protocol

I2C master and slave communication

STM32 I2C functional block diagram

I2C driver API requirements and config structures

I2C serial clock discussion(SCLK)

I2C Driver API I2C Init

I2C Driver API I2C Master send data

I2C pull up resistance , rise time and bus capacitance

Exercise

I2C Driver API I2C Master receive data

Exercise

I2C Interrupts and IRQ numbers

I2C interrupt based APIs

I2C IRQ handler implementation

Exercise

I2C slave programming

Exercise

Common problems in I2C

UART Essentials

UART functional block and Peripheral Clock

UART Communication

USART driver development

USART oversampling and baudrate

Exercise

USART interrupts

Exercise RTC on LCD

Earn a certificate

Add this certificate to your resume to demonstrate your skills & increase your chances of getting noticed.

selected template

Student Ratings & Reviews

No Review Yet
No Review Yet

Want to receive push notifications for all major on-site activities?

×