mirror of
https://github.com/apache/nuttx.git
synced 2026-06-02 01:21:26 +08:00
Merged in david_s5/nuttx/master_h7_typo (pull request #1023)
stm32h7:Memory Map DBGMCU is @ 0x5c001000 Fixtypo Approved-by: Gregory Nutt <gnutt@nuttx.org>
This commit is contained in:
committed by
Gregory Nutt
parent
c7dab20318
commit
e2d76e21d5
@@ -235,9 +235,9 @@
|
|||||||
|
|
||||||
/* The DBGMCU registers are accessible to the debugger via the APB-D bus
|
/* The DBGMCU registers are accessible to the debugger via the APB-D bus
|
||||||
* at base address 0xe00e1000. They are also accessible by the processor
|
* at base address 0xe00e1000. They are also accessible by the processor
|
||||||
* core at base address 0x5e001000.
|
* core at base address 0x5c001000.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define STM32_DEBUGMCU_BASE 0x5e001000
|
#define STM32_DEBUGMCU_BASE 0x5c001000
|
||||||
|
|
||||||
#endif /* __ARCH_ARM_SRC_STM32H7_HARDWARE_STM32H7X3XX_MEMORYMAP_H */
|
#endif /* __ARCH_ARM_SRC_STM32H7_HARDWARE_STM32H7X3XX_MEMORYMAP_H */
|
||||||
|
|||||||
Reference in New Issue
Block a user