본문 바로가기
OS/RTOS

[Hands-On RTOS with Microcontrollers] 목차

by mokhwasomssi 2022. 1. 23.
 

Hands-On RTOS with Microcontrollers: Building real-time embedded systems using FreeRTOS, STM32 MCUs, and SEGGER debug tools

Shared via Kindle. Description: Build a strong foundation in designing and implementing real-time systems with the help of practical examples Key Features Get up and running with the fundamentals of RTOS and apply them on STM32 Enhance your programming ski

read.amazon.com

작년부터 RTOS 노래를 불렀는데 드디어 제대로 공부 시작해본다.


Introduction and RTOS Concepts

CH1 : Introducing Real-Time Systems

CH2 : Understanding RTOS Tasks

CH3 : Task Signaling and Communication Mechanisms

Toolchain Setup

CH4 : Selecting the Right MCU

CH5 : Selecting an IDE

CH6 : Debugging Tools for Real-Time Systems

RTOS Application Examples

CH7 : The FreeRTOS Scheduler

CH8 : Protecting Data and Synchronizing Tasks

CH9 : Intertask Communication

Advanced RTOS Techniques

CH10 : Drivers and ISRs

CH11 : Sharing Hardware Peripherals across Tasks

CH12 : Tips for Creating a Well-Abstracted Architecture

CH13 : Creating Loose Coupling with Queues

CH14 : Choosing an RTOS API

CH15 : FreeRTOS Memory Management

CH16 : Multi-Processor and Multi-Core Systems

CH17 : Troubleshooting Tips and Next Steps