#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 "stdio.h"
GPIO_InitTypeDef GPIO_InitStructure; // 声明结……
GPIO_InitTypeDef GPIO_InitStructure; // 声明一个结构体
void RCC_Configuration(void);
……
#include "stm32f10x.h"
#include "stm32_eval.h"
GPIO_InitTypeDef GPIO_InitStructure;
……
MDK的安装
1.找到找到安装包的,双击mdk472_a.exe,开始安装
2、按照安装向导来,勾选后,点击next、ne……
大三上学期嵌入式系统作业:
作业1:软件的安装http://forum.eepw.com.cn/thread/277733/1#2
作业2:流水灯h……