#include "stdio.h"
#include "stm32f10x.h"
int fputc(int ch,FILE *f);
/*******……
#include "stm32f10x.h"
#include "stm32_eval.h"
#include <stdio.h>
#define V……
#include "stm32f10x.h"
#include "stm32_eval.h"
#include <stdio.h>
/** @addtogroup……
#include "stm32f10x.h"
#include "stm32_eval.h"
#include "stdio.h"
#inclu……
#include "stm32f10x.h"
#include "stm32_eval.h"
#include "stdio.h"
#inclu……
数码管显示0-99
#include "stm32f10x.h"
#include "stm32_eval.h"
#include……
流水灯:
#include "stm32f10x.h"
#include "stm32_eval.h"
GPIO_InitTypeDef GPIO_Ini……
MDK的安装
首先,先找到安装包的文件夹,双击红色圈里的mdk472_a.exe,开始安装
打开mdk472_a.exe,就出现下面的界……
我的作业
第一次作业:http://forum.eepw.com.cn/thread/277609/1#2(软件安装)
第二次作业:http://fo……
代码:
#include "stm32f10x.h"
#include "stm32_eval.h"
GPIO_InitTypeDef GPIO_Init……