文件名称:ADC-shiyan
- 所属分类:
- 单片机(51,AVR,MSP430等)
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2013-08-31
- 文件大小:
- 131kb
- 下载次数:
- 0次
- 提 供 者:
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
本实验将实现如下功能:通过ADC1读取通道1(PA1)上面的电压(对应多功能端口的ADC),在LCD模块上面显示ADC转换值以及换算成电压后的电压值。
注意:本实验的参考电压是3.3V,如果你想用其他的参考电压,可以通过战舰STM32开发板的P7端口设置。注意设置好其他参考电压以后,输入电压不要超过参考电压的最大值-This experiment will achieve the following function: ADC1 read channel 1 (PA1) at the voltage ( corresponding to the multi- port ADC), shown above, the LCD module and the ADC conversion value converted into a voltage value of the voltage .
Note: This lab reference voltage is 3.3V, if you want to use other reference voltage can be battleship STM32 development board P7 port settings.Note that the reference voltage is set after the other , the input voltage must not exceed the maximum value of the reference voltage !!
注意:本实验的参考电压是3.3V,如果你想用其他的参考电压,可以通过战舰STM32开发板的P7端口设置。注意设置好其他参考电压以后,输入电压不要超过参考电压的最大值-This experiment will achieve the following function: ADC1 read channel 1 (PA1) at the voltage ( corresponding to the multi- port ADC), shown above, the LCD module and the ADC conversion value converted into a voltage value of the voltage .
Note: This lab reference voltage is 3.3V, if you want to use other reference voltage can be battleship STM32 development board P7 port settings.Note that the reference voltage is set after the other , the input voltage must not exceed the maximum value of the reference voltage !!
(系统自动生成,下载前可以参看下载内容)
下载文件列表
实验15 ADC实验\HARDWARE\ADC\adc.c
..............\........\...\adc.h
..............\........\BEEP\beep.c
..............\........\....\beep.h
..............\........\EXTI\exti.c
..............\........\....\exti.h
..............\........\KEY\key.c
..............\........\...\key.h
..............\........\LCD\FONT.H
..............\........\...\ILI93xx.c
..............\........\...\LCD.h
..............\........\.ED\led.c
..............\........\...\led.h
..............\........\OLED\oled.c
..............\........\....\oled.h
..............\........\....\oledfont.h
..............\........\RTC\rtc.c
..............\........\...\rtc.h
..............\........\TIMER\timer.c
..............\........\.....\timer.h
..............\........\.PAD\tpad.c
..............\........\....\tpad.h
..............\........\WDG\wdg.c
..............\........\...\wdg.h
..............\........\.KUP\wkup.c
..............\........\....\wkup.h
..............\keilkill.bat
..............\OBJ\test.hex
..............\README.TXT
..............\SYSTEM\delay\delay.c
..............\......\.....\delay.h
..............\......\sys\cortexm3_macro.h
..............\......\...\stm32f10x_conf.h
..............\......\...\stm32f10x_it.h
..............\......\...\stm32f10x_map.h
..............\......\...\stm32f10x_nvic.h
..............\......\...\stm32f10x_type.h
..............\......\...\sys.c
..............\......\...\sys.h
..............\......\usart\usart.c
..............\......\.....\usart.h
..............\USER\JLinkSettings.ini
..............\....\startup_stm32f10x_hd.s
..............\....\test.c
..............\....\test.Opt
..............\....\test.Uv2
..............\....\test.uvgui.Administrator
..............\....\test.uvopt
..............\....\test.uvproj
..............\..MART\readme.txt
..............\......\usmart.c
..............\......\usmart.h
..............\......\usmart_config.c
..............\......\usmart_str.c
..............\......\usmart_str.h
..............\HARDWARE\ADC
..............\........\BEEP
..............\........\EXTI
..............\........\KEY
..............\........\LCD
..............\........\LED
..............\........\OLED
..............\........\RTC
..............\........\TIMER
..............\........\TPAD
..............\........\WDG
..............\........\WKUP
..............\SYSTEM\delay
..............\......\sys
..............\......\usart
..............\HARDWARE
..............\OBJ
..............\SYSTEM
..............\USER
..............\USMART
实验15 ADC实验