mirror of
https://github.com/apache/nuttx.git
synced 2026-09-12 05:30:20 +00:00
EFM32G: Fix typo in memory map header file
This commit is contained in:
parent
e01ceb3df8
commit
f2a2e6b645
2 changed files with 2 additions and 2 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue