Mastering Microcontroller and Embedded Driver Development
(MCU1) Learn bare metal driver development using Embedded C: Writing drivers for STM32 GPIO,I2C,SPI,USART from scratch
Created by FastBit Embedded Brain Academy, Kiran Nayak | 28.5 hours on-demand video course
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
In this Mastering Microcontroller and Embedded Driver Development 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.
What you’ll 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
Recommended Course by FastBit Embedded Brain Academy
Microcontroller Embedded C Programming: Absolute Beginners
Embedded Systems Programming on ARM Cortex-M3/M4 Processor
Mastering RTOS: Hands on FreeRTOS and STM32Fx with Debugging
Linux Device Driver Programming Using Beaglebone Black(LDD1)
STM32Fx Microcontroller Custom Bootloader Development
Who this course is for:
- Professionals interested in exploring Embedded systems
- Hobbyists and students who want to start their career in Embedded world
- If you think about ’embedded’ then think about taking this course. you will not be disappointe
- This Course may not be suitable for those people who are looking for quick prototyping using boards such as Arduino