Added missing DBGMCU_BASE to STM32 memorymap.h

This commit is contained in:
Gareth McMullin 2011-02-08 19:43:10 +13:00
parent 0d7d0fe829
commit 5aa39a5264

View File

@ -104,6 +104,9 @@
/* PERIPH_BASE_AHB + 0x18000 (0x4003 0000 - 0x4FFF FFFF): Reserved */
#define USB_OTG_FS_BASE (PERIPH_BASE_AHB + 0xffe8000)
/* PPIB */
#define DBGMCU_BASE (PPBI_BASE + 0x00042000)
/* FSMC */
#define FSMC_BASE (PERIPH_BASE + 0x60000000)