资源描述:
《stm32的内部ad采样(注释很详细喔)》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库。
1、STM32的内部AD采样(注释很详细喔)//有问题的程序。/********************************************************************************FileName:main.c*Author:WuhanR&DCenter,Embest*DateFirstIssued:08/08/2008*Description:Mainprogrambody***************************************************************
2、*****************//*Includes------------------------------------------------------------------*/#include"stm32f10x_lib.h"#include"stdio.h"/*Privatetypedef-----------------------------------------------------------*//*Privatedefine------------------------------------------
3、------------------*/#defineADC1_DR_Address((u32)0x4001244C)floatAD_value=0;u8adc_1[10]={0};//用来存放经ADC转换后的电压值的每一位数值。/*Privatemacro-------------------------------------------------------------*//*Privatevariables---------------------------------------------------------*/ADC
4、_InitTypeDefADC_InitStructure;DMA_InitTypeDefDMA_InitStructure;vu16ADC_ConvertedValue;ErrorStatusHSEStartUpStatus;/*Privatefunctionprototypes-----------------------------------------------*/voidRCC_Configuration(void);voidGPIO_Configuration(void);voidSysTick_Configuration
5、(void);#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_2)#defineLED3OFFGPIO_ResetBits(G
6、PIOF,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的倍数,现调整为:宽度x高度=8x12--*/0x00,0x00,0x00,0
7、x00,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,/*--文字:"--*//*--宋体9;此字体下对应的点阵为:宽x高=6x12--*//*--宽度不是8的倍数,现调整为:宽度x高度=8x12--*/0x00,0x28,0x50,0x5
8、0,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,/*--文字:#--*//*--宋体9;此字体下对应的点阵为:宽x高=6x12--*//*--宽度不是8的倍