From 9d63c212293c2e40529c13f89fb4b69d3f179b3f Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Sun, 23 Aug 2026 09:50:28 -0400 Subject: [PATCH] Revise today's tutorial and lesson information Updated tutorial date and lesson details for the Embedded Assembler Course. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7c6d3d3..c3ea67c 100644 --- a/README.md +++ b/README.md @@ -22,9 +22,9 @@ By using this repository and course, you acknowledge and agree that:
-# Today's Tutorial [August 22, 2026] -## Lesson 273: Embedded Assembler Course (Chapter 2: Architecture Basics) -This chapter covers the basics of the STM32F401CCU6 architecture. +# Today's Tutorial [August 23, 2026] +## Lesson 274: Embedded Assembler Course (Chapter 3: Vector Table) +This chapter covers the concept and development of the vector table within the STM32F401CCU6 architecture. -> Click [HERE](https://github.com/mytechnotalent/Embedded-Assembler/blob/main/Embedded-Assembler.pdf) to read the FREE pdf book.