[F0] Updated memorymap.h to meet RM0091 Rev. 5
This commit is contained in:
parent
10b4010097
commit
8b0a591ca5
@ -41,6 +41,7 @@
|
||||
#define TIM3_BASE (PERIPH_BASE_APB + 0x0400)
|
||||
|
||||
#define TIM6_BASE (PERIPH_BASE_APB + 0x1000)
|
||||
#define TIM7_BASE (PERIPH_BASE_APB + 0x1400)
|
||||
|
||||
#define TIM14_BASE (PERIPH_BASE_APB + 0x2000)
|
||||
/* PERIPH_BASE_APB1 + 0x2400 (0x4000 2400 - 0x4000 27FF): Reserved */
|
||||
@ -51,10 +52,16 @@
|
||||
#define SPI2_BASE (PERIPH_BASE_APB + 0x3800)
|
||||
/* PERIPH_BASE_APB + 0x4000 (0x4000 4000 - 0x4000 3FFF): Reserved */
|
||||
#define USART2_BASE (PERIPH_BASE_APB + 0x4400)
|
||||
#define USART3_BASE (PERIPH_BASE_APB + 0x4800)
|
||||
#define USART4_BASE (PERIPH_BASE_APB + 0x4C00)
|
||||
|
||||
#define I2C1_BASE (PERIPH_BASE_APB + 0x5400)
|
||||
#define I2C2_BASE (PERIPH_BASE_APB + 0x5800)
|
||||
#define USB_DEV_FS_BASE (PERIPH_BASE_APB + 0x5C00)
|
||||
/* USB_PMA_BASE already defined in usb.h */
|
||||
#define BX_CAN1_BASE (PERIPH_BASE_APB + 0x6400)
|
||||
|
||||
#define CRS_BASE (PERIPH_BASE_APB + 0x6C00)
|
||||
#define POWER_CONTROL_BASE (PERIPH_BASE_APB + 0x7000)
|
||||
#define DAC_BASE (PERIPH_BASE_APB + 0x7400)
|
||||
#define CEC_BASE (PERIPH_BASE_APB + 0x7800)
|
||||
@ -89,7 +96,7 @@
|
||||
#define GPIO_PORT_B_BASE (PERIPH_BASE_AHB2 + 0x0400)
|
||||
#define GPIO_PORT_C_BASE (PERIPH_BASE_AHB2 + 0x0800)
|
||||
#define GPIO_PORT_D_BASE (PERIPH_BASE_AHB2 + 0x0C00)
|
||||
|
||||
#define GPIO_PORT_E_BASE (PERIPH_BASE_AHB2 + 0x1000)
|
||||
#define GPIO_PORT_F_BASE (PERIPH_BASE_AHB2 + 0x1400)
|
||||
|
||||
/* Device Electronic Signature */
|
||||
|
Loading…
x
Reference in New Issue
Block a user