资源描述:
《2通道ad采样(变量定义规范化)》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库。
1、2通道AD采样(变量定义规范化)/*******************************************************************************FileName:main.c*Author:WuhanR&DCenter,Embest*DateFirstIssued:08/08/2008*Description:Mainprogrambody*******************************************************************************
2、*//*Includes------------------------------------------------------------------*/#include"stm32f10x_lib.h"#include"stdio.h"//#include"monitor.h"#defineADC1_DR_Address((u32)0x4001244C)floatADC1_ch13_value;floatADC1_ch10_value;u8ADC1_ch13[10]={0};//用来存放经ADC1_channel_13转换后的电压值的
3、每一位数值。u8ADC1_ch10[10]={0};//用来存放经ADC1_channel_10转换后的电压值的每一位数值。/*Privatemacro-------------------------------------------------------------*//*Privatevariables---------------------------------------------------------*/ADC_InitTypeDefADC_InitStructure;DMA_InitTypeDefDMA_InitSt
4、ructure;vu16ADC_ConvertedValue;ErrorStatusHSEStartUpStatus;/*Privatefunctionprototypes-----------------------------------------------*/voidRCC_Configuration(void);voidGPIO_Configuration(void);voidNVIC_Configuration(void);voidSysTick_Configuration(void);//voidSetupClock(void
5、);/*Privatefunctions---------------------------------------------------------*//********************************************************************************FunctionName:main*Description:Mainprogram*Input:None*Output:None*Return:None**************************************
6、*****************************************/#defineLED1ONGPIO_SetBits(GPIOF,GPIO_Pin_0)#defineLED1OFFGPIO_ResetBits(GPIOF,GPIO_Pin_0)//片选cs#defineLED2ONGPIO_SetBits(GPIOF,GPIO_Pin_1)#defineLED2OFFGPIO_ResetBits(GPIOF,GPIO_Pin_1)//复位rest#defineLED3ONGPIO_SetBits(GPIOF,GPIO_Pin
7、_2)#defineLED3OFFGPIO_ResetBits(GPIOF,GPIO_Pin_2)//数据sdata#defineLED4ONGPIO_SetBits(GPIOF,GPIO_Pin_3)#defineLED4OFFGPIO_ResetBits(GPIOF,GPIO_Pin_3)//时钟sclkunsignedcharVer='A';//驱动版本,默认为A版本,一共4个版本unsignedcharzifu[]={/*--文字:--*//*--宋体9;此字体下对应的点阵为:宽x高=6x12--*//*--宽度不是8的倍数,现调整为
8、:宽度x高度=8x12--*/0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,/*--文字: