Hands-on RTOS with microcontrollers :: building real-time embedded systems using FreeRTOS, STM32 MCUs, and SEGGER debug tools /
This book covers important real-time operating systems concepts used in microcontroller-based embedded systems. You will use an STM32 board, SEGGER debugging tools, and STM32Cube IDE to build and analyze real-world embedded projects. After completing this book, you will have gained advanced techniqu...
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Elektronisch E-Book |
Sprache: | English |
Veröffentlicht: |
Birmingham, UK :
Packt Publishing,
2020.
|
Schlagworte: | |
Online-Zugang: | Volltext |
Zusammenfassung: | This book covers important real-time operating systems concepts used in microcontroller-based embedded systems. You will use an STM32 board, SEGGER debugging tools, and STM32Cube IDE to build and analyze real-world embedded projects. After completing this book, you will have gained advanced techniques to implement robust real-time embedded systems. |
Beschreibung: | 1 online resource (1 volume) : illustrations |
ISBN: | 1838829288 9781838829285 |
Internformat
MARC
LEADER | 00000cam a2200000 i 4500 | ||
---|---|---|---|
001 | ZDB-4-EBA-on1197980473 | ||
003 | OCoLC | ||
005 | 20241004212047.0 | ||
006 | m o d | ||
007 | cr unu|||||||| | ||
008 | 200928s2020 enka o 000 0 eng d | ||
040 | |a UMI |b eng |e rda |e pn |c UMI |d N$T |d OCLCF |d YDX |d EBLCP |d UKMGB |d OCLCO |d OCLCQ |d OCLCO |d CPV |d OCLCQ |d OCLCO |d TMA |d OCLCQ | ||
015 | |a GBC059888 |2 bnb | ||
016 | 7 | |a 019796861 |2 Uk | |
019 | |a 1155164880 |a 1155325380 | ||
020 | |a 1838829288 |q (electronic bk.) | ||
020 | |a 9781838829285 |q (electronic bk.) | ||
020 | |z 9781838826734 | ||
035 | |a (OCoLC)1197980473 |z (OCoLC)1155164880 |z (OCoLC)1155325380 | ||
037 | |a CL0501000146 |b Safari Books Online | ||
050 | 4 | |a QA76.54 | |
082 | 7 | |a 005.43 |2 23 | |
049 | |a MAIN | ||
100 | 1 | |a Amos, Brian, |e author. | |
245 | 1 | 0 | |a Hands-on RTOS with microcontrollers : |b building real-time embedded systems using FreeRTOS, STM32 MCUs, and SEGGER debug tools / |c Brian Amos. |
264 | 1 | |a Birmingham, UK : |b Packt Publishing, |c 2020. | |
300 | |a 1 online resource (1 volume) : |b illustrations | ||
336 | |a text |b txt |2 rdacontent | ||
337 | |a computer |b c |2 rdamedia | ||
338 | |a online resource |b cr |2 rdacarrier | ||
588 | 0 | |a Online resource; title from title page (viewed September 25, 2020). | |
505 | 0 | |a Cover -- Title Page -- Copyright and Credits -- About Packt -- Contributors -- Table of Contents -- Preface -- Section 1: Introduction and RTOS Concepts -- Chapter 1: Introducing Real-Time Systems -- Technical requirements -- What is real-time anyway? -- The ranges of timing requirements -- The ways of guaranteeing real-time behavior -- Types of real-time systems -- Hardware -- Bare-metal firmware -- RTOS-based firmware -- RTOS-based software -- Carefully crafted OS software -- Defining RTOS -- Hard real-time systems -- Firm real-time systems -- Soft real-time systems -- The range of RTOSes | |
505 | 8 | |a The RTOS used in this book -- Deciding when to use an RTOS -- Summary -- Questions -- Chapter 2: Understanding RTOS Tasks -- Technical requirements -- Introducing super loop programming -- The basic super loop -- Super loops in real-time systems -- Achieving parallel operations with super loops -- Introducing interrupts -- Interrupts and super loops -- Introducing DMA -- Scaling a super loop -- Comparing RTOS tasks to super loops -- Achieving parallel operations with RTOS tasks -- Theoretical task programming model -- Round-robin scheduling -- Preemptive-based scheduling | |
505 | 8 | |a RTOS tasks versus super loops -- pros and cons -- Summary -- Questions -- Further reading -- Chapter 3: Task Signaling and Communication Mechanisms -- Technical requirements -- RTOS queues -- Simple queue send -- Simple queue receive -- Full queue send -- Empty queue receive -- Queues for inter-task communication -- RTOS semaphores -- Counting semaphores -- Binary semaphores -- RTOS mutexes -- Priority inversion -- Mutexes minimize priority inversion -- Summary -- Questions -- Section 2: Toolchain Setup -- Chapter 4: Selecting the Right MCU -- Technical requirements | |
505 | 8 | |a The importance of MCU selection -- MCU considerations -- Core considerations -- Physical size -- ROM -- RAM -- The CPU clock rate -- Interrupt processing -- Price -- Availability -- Hardware peripherals -- Connectivity -- Memory protection units -- Hardware floating-point units -- Digital signal processing functions -- Direct memory access channels -- Communication interfaces -- Hardware crypto engines -- Timing hardware -- Integrated analog -- Dedicated touch interfaces -- Display interfaces -- External memory support -- Real-time clock -- Audio support -- Power consumption -- Power efficiency | |
505 | 8 | |a Low-power modes -- Wake-up time -- Power supply voltage -- Migrating MCUs mid-project -- Importance of pin compatibility -- Peripheral similarity -- The concept of an MCU family -- Development board considerations -- What a development platform is and why it matters -- Evaluation kits -- Low-cost demonstration boards -- Introducing the STM32 product line -- Mainstream -- High performance -- The heterogeneous multi-core approach -- Low power -- Wireless -- How our development board was selected -- Requirements -- Requirements justification -- Choosing the dev board -- Summary -- Questions | |
520 | |a This book covers important real-time operating systems concepts used in microcontroller-based embedded systems. You will use an STM32 board, SEGGER debugging tools, and STM32Cube IDE to build and analyze real-world embedded projects. After completing this book, you will have gained advanced techniques to implement robust real-time embedded systems. | ||
650 | 0 | |a Real-time data processing. |0 http://id.loc.gov/authorities/subjects/sh85111765 | |
650 | 0 | |a Real-time programming. |0 http://id.loc.gov/authorities/subjects/sh86002403 | |
650 | 0 | |a Microcontrollers. |0 http://id.loc.gov/authorities/subjects/sh2008020006 | |
650 | 6 | |a Temps réel (Informatique) | |
650 | 6 | |a Programmation en temps réel. | |
650 | 6 | |a Microcontrôleurs. | |
650 | 7 | |a Microcontrollers |2 fast | |
650 | 7 | |a Real-time data processing |2 fast | |
650 | 7 | |a Real-time programming |2 fast | |
776 | 0 | 8 | |i Print version: |a Amos, Brian. |t Hands-On RTOS with Microcontrollers : Building Real-Time Embedded Systems Using FreeRTOS, STM32 MCUs, and SEGGER Debug Tools. |d Birmingham : Packt Publishing, Limited, ©2020 |
856 | 4 | 0 | |l FWS01 |p ZDB-4-EBA |q FWS_PDA_EBA |u https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=2478460 |3 Volltext |
938 | |a ProQuest Ebook Central |b EBLB |n EBL6201979 | ||
938 | |a EBSCOhost |b EBSC |n 2478460 | ||
938 | |a YBP Library Services |b YANK |n 301282638 | ||
994 | |a 92 |b GEBAY | ||
912 | |a ZDB-4-EBA | ||
049 | |a DE-863 |
Datensatz im Suchindex
DE-BY-FWS_katkey | ZDB-4-EBA-on1197980473 |
---|---|
_version_ | 1816882529716666368 |
adam_text | |
any_adam_object | |
author | Amos, Brian |
author_facet | Amos, Brian |
author_role | aut |
author_sort | Amos, Brian |
author_variant | b a ba |
building | Verbundindex |
bvnumber | localFWS |
callnumber-first | Q - Science |
callnumber-label | QA76 |
callnumber-raw | QA76.54 |
callnumber-search | QA76.54 |
callnumber-sort | QA 276.54 |
callnumber-subject | QA - Mathematics |
collection | ZDB-4-EBA |
contents | Cover -- Title Page -- Copyright and Credits -- About Packt -- Contributors -- Table of Contents -- Preface -- Section 1: Introduction and RTOS Concepts -- Chapter 1: Introducing Real-Time Systems -- Technical requirements -- What is real-time anyway? -- The ranges of timing requirements -- The ways of guaranteeing real-time behavior -- Types of real-time systems -- Hardware -- Bare-metal firmware -- RTOS-based firmware -- RTOS-based software -- Carefully crafted OS software -- Defining RTOS -- Hard real-time systems -- Firm real-time systems -- Soft real-time systems -- The range of RTOSes The RTOS used in this book -- Deciding when to use an RTOS -- Summary -- Questions -- Chapter 2: Understanding RTOS Tasks -- Technical requirements -- Introducing super loop programming -- The basic super loop -- Super loops in real-time systems -- Achieving parallel operations with super loops -- Introducing interrupts -- Interrupts and super loops -- Introducing DMA -- Scaling a super loop -- Comparing RTOS tasks to super loops -- Achieving parallel operations with RTOS tasks -- Theoretical task programming model -- Round-robin scheduling -- Preemptive-based scheduling RTOS tasks versus super loops -- pros and cons -- Summary -- Questions -- Further reading -- Chapter 3: Task Signaling and Communication Mechanisms -- Technical requirements -- RTOS queues -- Simple queue send -- Simple queue receive -- Full queue send -- Empty queue receive -- Queues for inter-task communication -- RTOS semaphores -- Counting semaphores -- Binary semaphores -- RTOS mutexes -- Priority inversion -- Mutexes minimize priority inversion -- Summary -- Questions -- Section 2: Toolchain Setup -- Chapter 4: Selecting the Right MCU -- Technical requirements The importance of MCU selection -- MCU considerations -- Core considerations -- Physical size -- ROM -- RAM -- The CPU clock rate -- Interrupt processing -- Price -- Availability -- Hardware peripherals -- Connectivity -- Memory protection units -- Hardware floating-point units -- Digital signal processing functions -- Direct memory access channels -- Communication interfaces -- Hardware crypto engines -- Timing hardware -- Integrated analog -- Dedicated touch interfaces -- Display interfaces -- External memory support -- Real-time clock -- Audio support -- Power consumption -- Power efficiency Low-power modes -- Wake-up time -- Power supply voltage -- Migrating MCUs mid-project -- Importance of pin compatibility -- Peripheral similarity -- The concept of an MCU family -- Development board considerations -- What a development platform is and why it matters -- Evaluation kits -- Low-cost demonstration boards -- Introducing the STM32 product line -- Mainstream -- High performance -- The heterogeneous multi-core approach -- Low power -- Wireless -- How our development board was selected -- Requirements -- Requirements justification -- Choosing the dev board -- Summary -- Questions |
ctrlnum | (OCoLC)1197980473 |
dewey-full | 005.43 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 005 - Computer programming, programs, data, security |
dewey-raw | 005.43 |
dewey-search | 005.43 |
dewey-sort | 15.43 |
dewey-tens | 000 - Computer science, information, general works |
discipline | Informatik |
format | Electronic eBook |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>05691cam a2200589 i 4500</leader><controlfield tag="001">ZDB-4-EBA-on1197980473</controlfield><controlfield tag="003">OCoLC</controlfield><controlfield tag="005">20241004212047.0</controlfield><controlfield tag="006">m o d </controlfield><controlfield tag="007">cr unu||||||||</controlfield><controlfield tag="008">200928s2020 enka o 000 0 eng d</controlfield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">UMI</subfield><subfield code="b">eng</subfield><subfield code="e">rda</subfield><subfield code="e">pn</subfield><subfield code="c">UMI</subfield><subfield code="d">N$T</subfield><subfield code="d">OCLCF</subfield><subfield code="d">YDX</subfield><subfield code="d">EBLCP</subfield><subfield code="d">UKMGB</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCO</subfield><subfield code="d">CPV</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCO</subfield><subfield code="d">TMA</subfield><subfield code="d">OCLCQ</subfield></datafield><datafield tag="015" ind1=" " ind2=" "><subfield code="a">GBC059888</subfield><subfield code="2">bnb</subfield></datafield><datafield tag="016" ind1="7" ind2=" "><subfield code="a">019796861</subfield><subfield code="2">Uk</subfield></datafield><datafield tag="019" ind1=" " ind2=" "><subfield code="a">1155164880</subfield><subfield code="a">1155325380</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1838829288</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781838829285</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="z">9781838826734</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)1197980473</subfield><subfield code="z">(OCoLC)1155164880</subfield><subfield code="z">(OCoLC)1155325380</subfield></datafield><datafield tag="037" ind1=" " ind2=" "><subfield code="a">CL0501000146</subfield><subfield code="b">Safari Books Online</subfield></datafield><datafield tag="050" ind1=" " ind2="4"><subfield code="a">QA76.54</subfield></datafield><datafield tag="082" ind1="7" ind2=" "><subfield code="a">005.43</subfield><subfield code="2">23</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">MAIN</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Amos, Brian,</subfield><subfield code="e">author.</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Hands-on RTOS with microcontrollers :</subfield><subfield code="b">building real-time embedded systems using FreeRTOS, STM32 MCUs, and SEGGER debug tools /</subfield><subfield code="c">Brian Amos.</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Birmingham, UK :</subfield><subfield code="b">Packt Publishing,</subfield><subfield code="c">2020.</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">1 online resource (1 volume) :</subfield><subfield code="b">illustrations</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="a">text</subfield><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="a">computer</subfield><subfield code="b">c</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="a">online resource</subfield><subfield code="b">cr</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="588" ind1="0" ind2=" "><subfield code="a">Online resource; title from title page (viewed September 25, 2020).</subfield></datafield><datafield tag="505" ind1="0" ind2=" "><subfield code="a">Cover -- Title Page -- Copyright and Credits -- About Packt -- Contributors -- Table of Contents -- Preface -- Section 1: Introduction and RTOS Concepts -- Chapter 1: Introducing Real-Time Systems -- Technical requirements -- What is real-time anyway? -- The ranges of timing requirements -- The ways of guaranteeing real-time behavior -- Types of real-time systems -- Hardware -- Bare-metal firmware -- RTOS-based firmware -- RTOS-based software -- Carefully crafted OS software -- Defining RTOS -- Hard real-time systems -- Firm real-time systems -- Soft real-time systems -- The range of RTOSes</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">The RTOS used in this book -- Deciding when to use an RTOS -- Summary -- Questions -- Chapter 2: Understanding RTOS Tasks -- Technical requirements -- Introducing super loop programming -- The basic super loop -- Super loops in real-time systems -- Achieving parallel operations with super loops -- Introducing interrupts -- Interrupts and super loops -- Introducing DMA -- Scaling a super loop -- Comparing RTOS tasks to super loops -- Achieving parallel operations with RTOS tasks -- Theoretical task programming model -- Round-robin scheduling -- Preemptive-based scheduling</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">RTOS tasks versus super loops -- pros and cons -- Summary -- Questions -- Further reading -- Chapter 3: Task Signaling and Communication Mechanisms -- Technical requirements -- RTOS queues -- Simple queue send -- Simple queue receive -- Full queue send -- Empty queue receive -- Queues for inter-task communication -- RTOS semaphores -- Counting semaphores -- Binary semaphores -- RTOS mutexes -- Priority inversion -- Mutexes minimize priority inversion -- Summary -- Questions -- Section 2: Toolchain Setup -- Chapter 4: Selecting the Right MCU -- Technical requirements</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">The importance of MCU selection -- MCU considerations -- Core considerations -- Physical size -- ROM -- RAM -- The CPU clock rate -- Interrupt processing -- Price -- Availability -- Hardware peripherals -- Connectivity -- Memory protection units -- Hardware floating-point units -- Digital signal processing functions -- Direct memory access channels -- Communication interfaces -- Hardware crypto engines -- Timing hardware -- Integrated analog -- Dedicated touch interfaces -- Display interfaces -- External memory support -- Real-time clock -- Audio support -- Power consumption -- Power efficiency</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Low-power modes -- Wake-up time -- Power supply voltage -- Migrating MCUs mid-project -- Importance of pin compatibility -- Peripheral similarity -- The concept of an MCU family -- Development board considerations -- What a development platform is and why it matters -- Evaluation kits -- Low-cost demonstration boards -- Introducing the STM32 product line -- Mainstream -- High performance -- The heterogeneous multi-core approach -- Low power -- Wireless -- How our development board was selected -- Requirements -- Requirements justification -- Choosing the dev board -- Summary -- Questions</subfield></datafield><datafield tag="520" ind1=" " ind2=" "><subfield code="a">This book covers important real-time operating systems concepts used in microcontroller-based embedded systems. You will use an STM32 board, SEGGER debugging tools, and STM32Cube IDE to build and analyze real-world embedded projects. After completing this book, you will have gained advanced techniques to implement robust real-time embedded systems.</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Real-time data processing.</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh85111765</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Real-time programming.</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh86002403</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Microcontrollers.</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh2008020006</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Temps réel (Informatique)</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Programmation en temps réel.</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Microcontrôleurs.</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Microcontrollers</subfield><subfield code="2">fast</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Real-time data processing</subfield><subfield code="2">fast</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Real-time programming</subfield><subfield code="2">fast</subfield></datafield><datafield tag="776" ind1="0" ind2="8"><subfield code="i">Print version:</subfield><subfield code="a">Amos, Brian.</subfield><subfield code="t">Hands-On RTOS with Microcontrollers : Building Real-Time Embedded Systems Using FreeRTOS, STM32 MCUs, and SEGGER Debug Tools.</subfield><subfield code="d">Birmingham : Packt Publishing, Limited, ©2020</subfield></datafield><datafield tag="856" ind1="4" ind2="0"><subfield code="l">FWS01</subfield><subfield code="p">ZDB-4-EBA</subfield><subfield code="q">FWS_PDA_EBA</subfield><subfield code="u">https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=2478460</subfield><subfield code="3">Volltext</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">ProQuest Ebook Central</subfield><subfield code="b">EBLB</subfield><subfield code="n">EBL6201979</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">EBSCOhost</subfield><subfield code="b">EBSC</subfield><subfield code="n">2478460</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">YBP Library Services</subfield><subfield code="b">YANK</subfield><subfield code="n">301282638</subfield></datafield><datafield tag="994" ind1=" " ind2=" "><subfield code="a">92</subfield><subfield code="b">GEBAY</subfield></datafield><datafield tag="912" ind1=" " ind2=" "><subfield code="a">ZDB-4-EBA</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-863</subfield></datafield></record></collection> |
id | ZDB-4-EBA-on1197980473 |
illustrated | Illustrated |
indexdate | 2024-11-27T13:30:04Z |
institution | BVB |
isbn | 1838829288 9781838829285 |
language | English |
oclc_num | 1197980473 |
open_access_boolean | |
owner | MAIN DE-863 DE-BY-FWS |
owner_facet | MAIN DE-863 DE-BY-FWS |
physical | 1 online resource (1 volume) : illustrations |
psigel | ZDB-4-EBA |
publishDate | 2020 |
publishDateSearch | 2020 |
publishDateSort | 2020 |
publisher | Packt Publishing, |
record_format | marc |
spelling | Amos, Brian, author. Hands-on RTOS with microcontrollers : building real-time embedded systems using FreeRTOS, STM32 MCUs, and SEGGER debug tools / Brian Amos. Birmingham, UK : Packt Publishing, 2020. 1 online resource (1 volume) : illustrations text txt rdacontent computer c rdamedia online resource cr rdacarrier Online resource; title from title page (viewed September 25, 2020). Cover -- Title Page -- Copyright and Credits -- About Packt -- Contributors -- Table of Contents -- Preface -- Section 1: Introduction and RTOS Concepts -- Chapter 1: Introducing Real-Time Systems -- Technical requirements -- What is real-time anyway? -- The ranges of timing requirements -- The ways of guaranteeing real-time behavior -- Types of real-time systems -- Hardware -- Bare-metal firmware -- RTOS-based firmware -- RTOS-based software -- Carefully crafted OS software -- Defining RTOS -- Hard real-time systems -- Firm real-time systems -- Soft real-time systems -- The range of RTOSes The RTOS used in this book -- Deciding when to use an RTOS -- Summary -- Questions -- Chapter 2: Understanding RTOS Tasks -- Technical requirements -- Introducing super loop programming -- The basic super loop -- Super loops in real-time systems -- Achieving parallel operations with super loops -- Introducing interrupts -- Interrupts and super loops -- Introducing DMA -- Scaling a super loop -- Comparing RTOS tasks to super loops -- Achieving parallel operations with RTOS tasks -- Theoretical task programming model -- Round-robin scheduling -- Preemptive-based scheduling RTOS tasks versus super loops -- pros and cons -- Summary -- Questions -- Further reading -- Chapter 3: Task Signaling and Communication Mechanisms -- Technical requirements -- RTOS queues -- Simple queue send -- Simple queue receive -- Full queue send -- Empty queue receive -- Queues for inter-task communication -- RTOS semaphores -- Counting semaphores -- Binary semaphores -- RTOS mutexes -- Priority inversion -- Mutexes minimize priority inversion -- Summary -- Questions -- Section 2: Toolchain Setup -- Chapter 4: Selecting the Right MCU -- Technical requirements The importance of MCU selection -- MCU considerations -- Core considerations -- Physical size -- ROM -- RAM -- The CPU clock rate -- Interrupt processing -- Price -- Availability -- Hardware peripherals -- Connectivity -- Memory protection units -- Hardware floating-point units -- Digital signal processing functions -- Direct memory access channels -- Communication interfaces -- Hardware crypto engines -- Timing hardware -- Integrated analog -- Dedicated touch interfaces -- Display interfaces -- External memory support -- Real-time clock -- Audio support -- Power consumption -- Power efficiency Low-power modes -- Wake-up time -- Power supply voltage -- Migrating MCUs mid-project -- Importance of pin compatibility -- Peripheral similarity -- The concept of an MCU family -- Development board considerations -- What a development platform is and why it matters -- Evaluation kits -- Low-cost demonstration boards -- Introducing the STM32 product line -- Mainstream -- High performance -- The heterogeneous multi-core approach -- Low power -- Wireless -- How our development board was selected -- Requirements -- Requirements justification -- Choosing the dev board -- Summary -- Questions This book covers important real-time operating systems concepts used in microcontroller-based embedded systems. You will use an STM32 board, SEGGER debugging tools, and STM32Cube IDE to build and analyze real-world embedded projects. After completing this book, you will have gained advanced techniques to implement robust real-time embedded systems. Real-time data processing. http://id.loc.gov/authorities/subjects/sh85111765 Real-time programming. http://id.loc.gov/authorities/subjects/sh86002403 Microcontrollers. http://id.loc.gov/authorities/subjects/sh2008020006 Temps réel (Informatique) Programmation en temps réel. Microcontrôleurs. Microcontrollers fast Real-time data processing fast Real-time programming fast Print version: Amos, Brian. Hands-On RTOS with Microcontrollers : Building Real-Time Embedded Systems Using FreeRTOS, STM32 MCUs, and SEGGER Debug Tools. Birmingham : Packt Publishing, Limited, ©2020 FWS01 ZDB-4-EBA FWS_PDA_EBA https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=2478460 Volltext |
spellingShingle | Amos, Brian Hands-on RTOS with microcontrollers : building real-time embedded systems using FreeRTOS, STM32 MCUs, and SEGGER debug tools / Cover -- Title Page -- Copyright and Credits -- About Packt -- Contributors -- Table of Contents -- Preface -- Section 1: Introduction and RTOS Concepts -- Chapter 1: Introducing Real-Time Systems -- Technical requirements -- What is real-time anyway? -- The ranges of timing requirements -- The ways of guaranteeing real-time behavior -- Types of real-time systems -- Hardware -- Bare-metal firmware -- RTOS-based firmware -- RTOS-based software -- Carefully crafted OS software -- Defining RTOS -- Hard real-time systems -- Firm real-time systems -- Soft real-time systems -- The range of RTOSes The RTOS used in this book -- Deciding when to use an RTOS -- Summary -- Questions -- Chapter 2: Understanding RTOS Tasks -- Technical requirements -- Introducing super loop programming -- The basic super loop -- Super loops in real-time systems -- Achieving parallel operations with super loops -- Introducing interrupts -- Interrupts and super loops -- Introducing DMA -- Scaling a super loop -- Comparing RTOS tasks to super loops -- Achieving parallel operations with RTOS tasks -- Theoretical task programming model -- Round-robin scheduling -- Preemptive-based scheduling RTOS tasks versus super loops -- pros and cons -- Summary -- Questions -- Further reading -- Chapter 3: Task Signaling and Communication Mechanisms -- Technical requirements -- RTOS queues -- Simple queue send -- Simple queue receive -- Full queue send -- Empty queue receive -- Queues for inter-task communication -- RTOS semaphores -- Counting semaphores -- Binary semaphores -- RTOS mutexes -- Priority inversion -- Mutexes minimize priority inversion -- Summary -- Questions -- Section 2: Toolchain Setup -- Chapter 4: Selecting the Right MCU -- Technical requirements The importance of MCU selection -- MCU considerations -- Core considerations -- Physical size -- ROM -- RAM -- The CPU clock rate -- Interrupt processing -- Price -- Availability -- Hardware peripherals -- Connectivity -- Memory protection units -- Hardware floating-point units -- Digital signal processing functions -- Direct memory access channels -- Communication interfaces -- Hardware crypto engines -- Timing hardware -- Integrated analog -- Dedicated touch interfaces -- Display interfaces -- External memory support -- Real-time clock -- Audio support -- Power consumption -- Power efficiency Low-power modes -- Wake-up time -- Power supply voltage -- Migrating MCUs mid-project -- Importance of pin compatibility -- Peripheral similarity -- The concept of an MCU family -- Development board considerations -- What a development platform is and why it matters -- Evaluation kits -- Low-cost demonstration boards -- Introducing the STM32 product line -- Mainstream -- High performance -- The heterogeneous multi-core approach -- Low power -- Wireless -- How our development board was selected -- Requirements -- Requirements justification -- Choosing the dev board -- Summary -- Questions Real-time data processing. http://id.loc.gov/authorities/subjects/sh85111765 Real-time programming. http://id.loc.gov/authorities/subjects/sh86002403 Microcontrollers. http://id.loc.gov/authorities/subjects/sh2008020006 Temps réel (Informatique) Programmation en temps réel. Microcontrôleurs. Microcontrollers fast Real-time data processing fast Real-time programming fast |
subject_GND | http://id.loc.gov/authorities/subjects/sh85111765 http://id.loc.gov/authorities/subjects/sh86002403 http://id.loc.gov/authorities/subjects/sh2008020006 |
title | Hands-on RTOS with microcontrollers : building real-time embedded systems using FreeRTOS, STM32 MCUs, and SEGGER debug tools / |
title_auth | Hands-on RTOS with microcontrollers : building real-time embedded systems using FreeRTOS, STM32 MCUs, and SEGGER debug tools / |
title_exact_search | Hands-on RTOS with microcontrollers : building real-time embedded systems using FreeRTOS, STM32 MCUs, and SEGGER debug tools / |
title_full | Hands-on RTOS with microcontrollers : building real-time embedded systems using FreeRTOS, STM32 MCUs, and SEGGER debug tools / Brian Amos. |
title_fullStr | Hands-on RTOS with microcontrollers : building real-time embedded systems using FreeRTOS, STM32 MCUs, and SEGGER debug tools / Brian Amos. |
title_full_unstemmed | Hands-on RTOS with microcontrollers : building real-time embedded systems using FreeRTOS, STM32 MCUs, and SEGGER debug tools / Brian Amos. |
title_short | Hands-on RTOS with microcontrollers : |
title_sort | hands on rtos with microcontrollers building real time embedded systems using freertos stm32 mcus and segger debug tools |
title_sub | building real-time embedded systems using FreeRTOS, STM32 MCUs, and SEGGER debug tools / |
topic | Real-time data processing. http://id.loc.gov/authorities/subjects/sh85111765 Real-time programming. http://id.loc.gov/authorities/subjects/sh86002403 Microcontrollers. http://id.loc.gov/authorities/subjects/sh2008020006 Temps réel (Informatique) Programmation en temps réel. Microcontrôleurs. Microcontrollers fast Real-time data processing fast Real-time programming fast |
topic_facet | Real-time data processing. Real-time programming. Microcontrollers. Temps réel (Informatique) Programmation en temps réel. Microcontrôleurs. Microcontrollers Real-time data processing Real-time programming |
url | https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=2478460 |
work_keys_str_mv | AT amosbrian handsonrtoswithmicrocontrollersbuildingrealtimeembeddedsystemsusingfreertosstm32mcusandseggerdebugtools |