用isp方式下载程序:
用usb-tll线连接后,flymcu的设置如下:
编程时的注意事项:
GPIO_InitStructure.GPIO_Pin = GPIO_Pin_14 | GPIO_Pin_13; 此处本用||,这里应该不是或的意思。
/********************************
板载led,即pc13为低电平点亮,高电平熄灭
**********************************/
GPIO_SetBits(GPIOC,GPIO_Pin_13);
GPIO_ResetBits(GPIOC, GPIO_Pin_13);
写代码烧录后不运行,注意几处设置: