初级会员

- 积分
- 143
- 金钱
- 143
- 注册时间
- 2015-12-5
- 在线时间
- 24 小时
|
5金钱
看到一种摄像头模块的源码就用了GPIOH引脚,点进去看,引脚有这种定义,难道还有引脚更多的F4芯片吗?
探索者的只有PA~PG
#define GPIOA ((GPIO_TypeDef *) GPIOA_BASE)
#define GPIOB ((GPIO_TypeDef *) GPIOB_BASE)
#define GPIOC ((GPIO_TypeDef *) GPIOC_BASE)
#define GPIOD ((GPIO_TypeDef *) GPIOD_BASE)
#define GPIOE ((GPIO_TypeDef *) GPIOE_BASE)
#define GPIOF ((GPIO_TypeDef *) GPIOF_BASE)
#define GPIOG ((GPIO_TypeDef *) GPIOG_BASE)
#define GPIOH ((GPIO_TypeDef *) GPIOH_BASE)
#define GPIOI ((GPIO_TypeDef *) GPIOI_BASE)
|
|