stm32f3: Add GPIO ports G and H to memory map
This commit is contained in:
parent
e2299f14f2
commit
07bd38b814
@ -93,6 +93,8 @@
|
|||||||
#define GPIO_PORT_D_BASE (PERIPH_BASE_AHB2 + 0x0C00)
|
#define GPIO_PORT_D_BASE (PERIPH_BASE_AHB2 + 0x0C00)
|
||||||
#define GPIO_PORT_E_BASE (PERIPH_BASE_AHB2 + 0x1000)
|
#define GPIO_PORT_E_BASE (PERIPH_BASE_AHB2 + 0x1000)
|
||||||
#define GPIO_PORT_F_BASE (PERIPH_BASE_AHB2 + 0x1400)
|
#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 */
|
/* AHB1 */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user