aboutsummaryrefslogtreecommitdiffhomepage
path: root/AT91SAM7S256/Source/d_loader.h
diff options
context:
space:
mode:
authorafanofosc2011-08-03 23:38:17 +0000
committerNicolas Schodet2012-02-01 00:20:26 +0100
commitc38f18c2a32e3c91a9d0b1c18c0a52ee3d47f12e (patch)
tree4b96a12a8cc885ccf96625c1cd3ab98901b670fc /AT91SAM7S256/Source/d_loader.h
parent7514a2c489b810faf022a04321c894645e67f3df (diff)
Fast I2C support
Direct digital pin control support CommHSRead system call changes to support partial buffer reads git-svn-id: https://mindboards.svn.sourceforge.net/svnroot/mindboards/lms_nbcnxc/branches/version_131@42 c9361245-7fe8-9947-84e8-057757c4e366
Diffstat (limited to 'AT91SAM7S256/Source/d_loader.h')
-rw-r--r--AT91SAM7S256/Source/d_loader.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/AT91SAM7S256/Source/d_loader.h b/AT91SAM7S256/Source/d_loader.h
index 9ccd01c..0914231 100644
--- a/AT91SAM7S256/Source/d_loader.h
+++ b/AT91SAM7S256/Source/d_loader.h
@@ -19,9 +19,9 @@
#define STARTOFFILETABLE (0x140000L - (FILETABLE_SIZE*4))
#define FILEPTRTABLE ((const ULONG*)(0x140000L - (FILETABLE_SIZE*4)))
#ifndef STRIPPED
-#define STARTOFUSERFLASH (0x125C00L)//(0x124600L) 1.31 == (0x122100L)
+#define STARTOFUSERFLASH (0x126000L)//(0x124600L) 1.31 == (0x122100L)
#else
-#define STARTOFUSERFLASH (0x122400L)//(0x124600L) 1.31 == (0x122100L)
+#define STARTOFUSERFLASH (0x122C00L)//(0x124600L) 1.31 == (0x122100L)
#endif
#define SIZEOFUSERFLASH ((ULONG)STARTOFFILETABLE - STARTOFUSERFLASH)