EFM32G: Fix typo in memory map header file

This commit is contained in:
Gregory Nutt 2014-10-28 09:26:06 -06:00
parent e01ceb3df8
commit f2a2e6b645
2 changed files with 2 additions and 2 deletions

View File

@ -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 */

View File

@ -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: