stm32f3: Add GPIO ports G and H to memory map

This commit is contained in:
Michael Drake 2020-04-30 08:26:52 +01:00
parent e2299f14f2
commit 07bd38b814
1 changed files with 2 additions and 0 deletions

View File

@ -93,6 +93,8 @@
#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)
#define GPIO_PORT_G_BASE (PERIPH_BASE_AHB2 + 0x1800)
#define GPIO_PORT_H_BASE (PERIPH_BASE_AHB2 + 0x1C00)
/* AHB1 */