资源描述:
《stm内部ad采样程序--运行通过(测量电压范围.v)(运行通过的arm程序--与dma无关喔)有注释》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库。
1、/********************************************************************************FileName:main.c*Author:WuhanR&DCenter,Embest*DateFirstIssued:08/08/2008*Description:Mainprogrambody********************************************************************************//*Includes-----------------------------
2、-------------------------------------*/#include"stm32f10x_lib.h"#include"stdio.h"/*Privatetypedef-----------------------------------------------------------*//*Privatedefine------------------------------------------------------------*///#defineADC1_DR_Address((u32)0x4001244C)floatAD_value=0.0;u8adc_
3、1[6]={0};//用来存放经ADC转换后的电压值的每一位数值。/*Privatemacro-------------------------------------------------------------*//*Privatevariables---------------------------------------------------------*/ADC_InitTypeDefADC_InitStructure;//DMA_InitTypeDefDMA_InitStructure;//vu16ADC_ConvertedValue;ErrorStatusHSEStartU
4、pStatus;/*Privatefunctionprototypes-----------------------------------------------*/voidRCC_Configuration(void);voidGPIO_Configuration(void);voidSysTick_Configuration(void);#defineLED1ONGPIO_SetBits(GPIOF,GPIO_Pin_0)#defineLED1OFFGPIO_ResetBits(GPIOF,GPIO_Pin_0)//片选cs#defineLED2ONGPIO_SetBits(GPIOF,
5、GPIO_Pin_1)#defineLED2OFFGPIO_ResetBits(GPIOF,GPIO_Pin_1)//复位rest#defineLED3ONGPIO_SetBits(GPIOF,GPIO_Pin_2)#defineLED3OFFGPIO_ResetBits(GPIOF,GPIO_Pin_2)//数据sdata#defineLED4ONGPIO_SetBits(GPIOF,GPIO_Pin_3)#defineLED4OFFGPIO_ResetBits(GPIOF,GPIO_Pin_3)//时钟sclkunsignedcharVer='A';//驱动版本,默认为A版本,一共4个版本
6、unsignedcharzifu[]={/*--文字:--*//*--宋体9;此字体下对应的点阵为:宽x高=6x12--*//*--宽度不是8的倍数,现调整为:宽度x高度=8x12--*/0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,/*--文字:!--*//*--宋体9;此字体下对应的点阵为:宽x高=6x12--*//*--宽度不是8的倍数,现调整为:宽度x高度=8x12--*/0x00,0x00,0x20,0x20,0x20,0x20,0x20,0x20,0x00,0x20,0x00,0x00,/*--文字:"--*
7、//*--宋体9;此字体下对应的点阵为:宽x高=6x12--*//*--宽度不是8的倍数,现调整为:宽度x高度=8x12--*/0x00,0x28,0x50,0x50,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,/*--文字:#--*//*--宋体9;此字体下对应的点阵为:宽x高=6x12--*//*--宽度不是8的倍数,现调整为:宽度x高度=8x12--*/0