CH582M 清除GPIOB端口引脚中断标志状态编译警告GPIO_Pin_17

GPIOB_ClearITFlagBit(GPIO_Pin_17);

CH58x_gpio.h:224:55: warning: unsigned conversion from 'int' to 'short unsigned int' changes value from '131072' to '0' [-Woverflow]

1、其他引脚没碰到这个问题?需要自己强转?

2、CH582M所有IO都可以使用中断吗?


支持GPIO中断的引脚为PA0-15  PB0-15  PB22 PB23,PB17不支持GPIO中断功能,所以不存在清中断标志的情况。

image.png


只有登录才能回复,可以选择微信账号登录