summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/tiva/chip/tm4c_memorymap.h
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-12-17 09:42:37 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-12-17 09:42:37 -0600
commit12587f2dddf2e9c57361b214584534964b3ec316 (patch)
tree8e1352e6e358bd49ecab642a4378e7ec8c1f3813 /nuttx/arch/arm/src/tiva/chip/tm4c_memorymap.h
parenta848a08d8f02d7b54a2da6a06b810fa3622a3409 (diff)
downloadnuttx-12587f2dddf2e9c57361b214584534964b3ec316.tar.gz
nuttx-12587f2dddf2e9c57361b214584534964b3ec316.tar.bz2
nuttx-12587f2dddf2e9c57361b214584534964b3ec316.zip
Tiva TM4C129X: Fix some errors in memory map
Diffstat (limited to 'nuttx/arch/arm/src/tiva/chip/tm4c_memorymap.h')
-rw-r--r--nuttx/arch/arm/src/tiva/chip/tm4c_memorymap.h24
1 files changed, 12 insertions, 12 deletions
diff --git a/nuttx/arch/arm/src/tiva/chip/tm4c_memorymap.h b/nuttx/arch/arm/src/tiva/chip/tm4c_memorymap.h
index b55fe1b05..c44cdb388 100644
--- a/nuttx/arch/arm/src/tiva/chip/tm4c_memorymap.h
+++ b/nuttx/arch/arm/src/tiva/chip/tm4c_memorymap.h
@@ -449,19 +449,19 @@
# define TIVA_UDMA_BASE (TIVA_PERIPH1_BASE + 0xff000) /* -0xfffff: Micro Direct Memory Access */
/* Peripheral region 2 */
- /* -0x2ffff: Reserved */
-# define TIVA_CRC_BASE (TIVA_PERIPH3_BASE + 0x30000) /* -0x30fff: CRC/Cryptographic Control */
- /* -0x33fff: Reserved */
-# define TIVA_SHAMD5_BASE (TIVA_PERIPH3_BASE + 0x34000) /* -0x35fff: SHA/MD5 */
-# define TIVA_AES_BASE (TIVA_PERIPH3_BASE + 0x36000) /* -0x37fff: AES */
-# define TIVA_DES_BASE (TIVA_PERIPH3_BASE + 0x38000) /* -0x39fff: DES */
- /* -0x4ffff: Reserved */
-# define TIVA_LCD_BASE (TIVA_PERIPH3_BASE + 0x50000) /* -0x50fff: LCD */
- /* -0x53fff: Reserved */
-# define TIVA_EPHY_BASE (TIVA_PERIPH3_BASE + 0x54000) /* -0x54fff: EPHY */
- /* -0xfffff: Reserved */
+ /* -0x2ffff: Reserved */
+# define TIVA_CRC_BASE (TIVA_PERIPH2_BASE + 0x30000) /* -0x30fff: CRC/Cryptographic Control */
+ /* -0x33fff: Reserved */
+# define TIVA_SHAMD5_BASE (TIVA_PERIPH2_BASE + 0x34000) /* -0x35fff: SHA/MD5 */
+# define TIVA_AES_BASE (TIVA_PERIPH2_BASE + 0x36000) /* -0x37fff: AES */
+# define TIVA_DES_BASE (TIVA_PERIPH2_BASE + 0x38000) /* -0x39fff: DES */
+ /* -0x4ffff: Reserved */
+# define TIVA_LCD_BASE (TIVA_PERIPH2_BASE + 0x50000) /* -0x50fff: LCD */
+ /* -0x53fff: Reserved */
+# define TIVA_EPHY_BASE (TIVA_PERIPH2_BASE + 0x54000) /* -0x54fff: EPHY */
+ /* -0xfffff: Reserved */
#else
-# error "Peripheral base addresses not specified for this Stellaris chip"
+# error "Peripheral base addresses not specified for this Tiva chip"
#endif
/************************************************************************************