diff options
Diffstat (limited to '_site/blog/arduino-due/index.html')
| -rw-r--r-- | _site/blog/arduino-due/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_site/blog/arduino-due/index.html b/_site/blog/arduino-due/index.html index fee442f..1d8bba0 100644 --- a/_site/blog/arduino-due/index.html +++ b/_site/blog/arduino-due/index.html @@ -145,7 +145,7 @@ address of the flash. This is mandatory for ARM chips unless we relocate the vector table using the VTOR register.</p> <p>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.</p> <p>The second entry of the vector table must be the reset vector. In the reset |
