summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-10-28 09:26:06 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-10-28 09:26:06 -0600
commitc6a882d02da450736f0c15153cae4f788981821d (patch)
tree6e85eb8dbaccbad5446793b491f8fa226fc8156b
parent9622d2b2647e7559cba9127fdc6116eaf85ded6b (diff)
downloadpx4-nuttx-c6a882d02da450736f0c15153cae4f788981821d.tar.gz
px4-nuttx-c6a882d02da450736f0c15153cae4f788981821d.tar.bz2
px4-nuttx-c6a882d02da450736f0c15153cae4f788981821d.zip
EFM32G: Fix typo in memory map header file
-rw-r--r--nuttx/arch/arm/src/efm32/chip/efm32g_memorymap.h2
-rw-r--r--nuttx/configs/efm32-g8xx-stk/README.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/arch/arm/src/efm32/chip/efm32g_memorymap.h b/nuttx/arch/arm/src/efm32/chip/efm32g_memorymap.h
index 595bd9688..18fc11d24 100644
--- a/nuttx/arch/arm/src/efm32/chip/efm32g_memorymap.h
+++ b/nuttx/arch/arm/src/efm32/chip/efm32g_memorymap.h
@@ -77,7 +77,7 @@
#define EFM32_USART0_BASE 0x4000c000 /* USART0 base address */
#define EFM32_USART1_BASE 0x4000c400 /* USART1 base address */
#define EFM32_USART2_BASE 0x4000c800 /* USART2 base address */
-#define EFM32_UART0_BASE 0x4000e00 /* UART0 base address */
+#define EFM32_UART0_BASE 0x4000e000 /* UART0 base address */
#define EFM32_TIMER0_BASE 0x40010000 /* TIMER0 base address */
#define EFM32_TIMER1_BASE 0x40010400 /* TIMER1 base address */
#define EFM32_TIMER2_BASE 0x40010800 /* TIMER2 base address */
diff --git a/nuttx/configs/efm32-g8xx-stk/README.txt b/nuttx/configs/efm32-g8xx-stk/README.txt
index 7f51388e1..63e960e43 100644
--- a/nuttx/configs/efm32-g8xx-stk/README.txt
+++ b/nuttx/configs/efm32-g8xx-stk/README.txt
@@ -172,7 +172,7 @@ USING THE J-LINK GDB SERVER
before things finally began to work. Don't know why.
To debug code already burned into FLASH:
-
+
1. Start the GDB server as above.
2. In a terminal window, start GDB: