From 4c9bfbf32b651f54aa64c1a88b972819fddbab75 Mon Sep 17 00:00:00 2001 From: Sadeep Madurange Date: Tue, 16 Dec 2025 23:26:14 +0800 Subject: Ereader and some other language fixes. --- _blog/arduino-due.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_blog/arduino-due.md') diff --git a/_blog/arduino-due.md b/_blog/arduino-due.md index 7c0fb12..57fa381 100644 --- a/_blog/arduino-due.md +++ b/_blog/arduino-due.md @@ -112,7 +112,7 @@ address of the flash. This is mandatory for ARM chips unless we relocate the vector table using the VTOR register. The first entry of the vector table must be the stack pointer. The stack -pointer must be initializes to the highest memory location available to +pointer must be initialized to the highest memory location available to accommodate the ATSAM3X8E's descending stack. The second entry of the vector table must be the reset vector. In the reset -- cgit v1.2.3