10 Drivers and ISRs

Join our book community on Discord

https://packt.link/embedded

A qr code on a white background Description automatically generated

Interacting with MCU peripherals is extremely important in many applications. In this chapter we'll discuss several ways of implementing drivers for MCU peripherals. Up to this point, we've been using blinking LEDs as a means of interacting with our dev-board. This is about to change. We'll now focus on creating drivers for UARTs (universal asynchronous receiver/transmitter). UARTs are a widely-used communication peripheral.We'll start by exploring a UART peripheral on our MCU, and we’ll implement an extremely simple driver for it inside a task. The driver uses ...

Get Hands-On RTOS with Microcontrollers - Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.