在线时间1 小时
UID159313
ST金币0
蝴蝶豆0
注册时间2007-7-10
初级会员
- 最后登录
- 1970-1-1
|
楼主 |
发表于 2012-3-1 09:46:14
|
显示全部楼层
a0a.1 0b0c
RE:PWM下的管脚IO读取问题
typedef enum
{ GPIO_Mode_AIN = 0x0,
GPIO_Mode_IN_FLOATING = 0x04,
GPIO_Mode_IPD = 0x28,
GPIO_Mode_IPU = 0x48,
GPIO_Mode_Out_OD = 0x14,
GPIO_Mode_Out_PP = 0x10,
GPIO_Mode_AF_OD = 0x1C,
GPIO_Mode_AF_PP = 0x18
}GPIOMode_TypeDef;
以上几种都试过了,就 GPIO_Mode_AF_PP = 0x18
有PWM输出,其余都没有输出,能给出具体配置吗,谢谢 |
|