2019-07-20 01:46发布
好好学 发表于 2016-3-24 12:41 兄弟 能把你的程序给我看看吗?我用mini板搞得 pa12直接测不出波形 一直不知道问题出在哪里了,我也使能 ...
一个人生活好多天 发表于 2016-3-24 14:10 我把代码贴出来了
最多设置5个标签!
我把代码贴出来了
RCC_APB2PeriphClockCmd(RCC_APB2Periph_AFIO|RCC_APB2Periph_GPIOA, ENABLE);//ê1ÄüPORTAê±Öó
RCC_APB1PeriphClockCmd(RCC_APB1Periph_CAN1, ENABLE);//ê1ÄüCANê±Öó
GPIO_PinRemapConfig(GPIO_Remap1_CAN1,ENABLE);
//3õê¼»ˉGPIO
GPIO_InitStructure.GPIO_Pin = GPIO_Pin_12;
GPIO_InitStructure.GPIO_Mode = GPIO_Mode_AF_PP;//¸′óÃíÆíì
GPIO_InitStructure.GPIO_Speed = GPIO_Speed_50MHz;//50MHz
GPIO_Init(GPIOA, &GPIO_InitStructure);
GPIO_InitStructure.GPIO_Pin = GPIO_Pin_11; //
GPIO_InitStructure.GPIO_Mode = GPIO_Mode_IPD; //éÏà-êäèë
GPIO_Init(GPIOA, &GPIO_InitStructure);
GPIO_PinRemapConfig(GPIO_Remap1_CAN1, ENABLE);
这个我也是这么设置的 但是没有啊,能给个源码吗?
一周热门 更多>