From 8dc2d637b75a2edc0f53a1029a9a45fc2792bfb8 Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 22 Feb 2013 23:05:34 +0000 Subject: Add NUC120 config FLASH definitions; documentation update git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5664 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/arch/arm/src/nuc1xx/chip/nuc_memorymap.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'nuttx/arch/arm/src/nuc1xx/chip/nuc_memorymap.h') diff --git a/nuttx/arch/arm/src/nuc1xx/chip/nuc_memorymap.h b/nuttx/arch/arm/src/nuc1xx/chip/nuc_memorymap.h index ef12f8919..4cdccfa72 100644 --- a/nuttx/arch/arm/src/nuc1xx/chip/nuc_memorymap.h +++ b/nuttx/arch/arm/src/nuc1xx/chip/nuc_memorymap.h @@ -57,6 +57,10 @@ #define NUC_EXTMEM_BASE 0x60000000 /* -0x6001ffff: External Memory space (128KB) */ #define NUC_SYSCON_BASE 0x60000000 /* -0x6001ffff: ARMv6-M system controller space * See nvic.h */ +/* FLASH space */ + +#define NUC_CONFIG_BASE 0x00300000 /* -0x00300004: User configuration */ + /* AHB controller space */ #define NUC_GCR_BASE 0x50000000 /* -0x500001ff: System global control registers */ -- cgit v1.2.3