Welcome![Sign In][Sign Up]
Location:
Downloads SourceCode Windows Develop Other
Title: STM32-DAC Download
 Description: Purpose: STM32 learning to use internal DAC Hardware resources: 1, DS0 (connected PA8) 2, 1 serial port (baud rate: 9600, PA9/PA10 connected to the onboard USB to serial chip CH340 above) 3, ALIENTEK 2.8/3.5/4.3/7 inch TFTLCD module (via the GPIO driver, see the connection between lcd.h) 4, button KEY0 (PC5)/KEY_UP (PA0, also known WK_UP) 5, DAC (STM32 internal DAC channels 1 through PA4 output) 6, ADC (STM32 internal ADC1_CH1, connected PA1). Experimental phenomena: In this study, the key (KEY0/KEY_UP two buttons, or USMART) control channel STM32F1 internal DAC module 1 to the output voltage by the ADC1 Channel 1 of the DAC output voltage acquisition, display ADC acquired voltage value and the set value of the DAC output voltage is above the LCD module and other information. And can pass Over usmart call Dac1_Set_Vol function to directly set the DAC output voltage.
 Downloaders recently: [More information of uploader dingye]
 To Search:
File list (Check if you may need any files):
 

STM32 DAC实验\CORE
.............\....\core_cm3.c
.............\....\core_cm3.h
.............\....\startup_stm32f10x_hd.s
.............\....\startup_stm32f10x_md.s
.............\HARDWARE
.............\........\ADC
.............\........\...\adc.c
.............\........\...\adc.h
.............\........\DAC
.............\........\...\dac.c
.............\........\...\dac.h
.............\........\KEY
.............\........\...\key.c
.............\........\...\key.h
.............\........\...\led.c
.............\........\...\led.h
.............\........\LCD
.............\........\...\FONT.H
.............\........\...\lcd.c
.............\........\...\lcd.h
.............\........\LED
.............\........\...\led.c
.............\........\...\led.h
.............\keilkilll.bat
.............\OBJ
.............\...\adc.crf
.............\...\adc.d
.............\...\adc.o
.............\...\core_cm3.crf
.............\...\core_cm3.d
.............\...\core_cm3.o
.............\...\DAC.axf
.............\...\DAC.build_log.htm
.............\...\dac.crf
.............\...\dac.d
.............\...\DAC.hex
.............\...\DAC.htm
.............\...\DAC.lnp
.............\...\dac.o
.............\...\DAC.sct
.............\...\DAC_Target 1.dep
.............\...\delay.crf
.............\...\delay.d
.............\...\delay.o
.............\...\key.crf
.............\...\key.d
.............\...\key.o
.............\...\lcd.crf
.............\...\lcd.d
.............\...\lcd.o
.............\...\led.crf
.............\...\led.d
.............\...\led.o
.............\...\main.crf
.............\...\main.d
.............\...\main.o
.............\...\misc.crf
.............\...\misc.d
.............\...\misc.o
.............\...\startup_stm32f10x_hd.d
.............\...\startup_stm32f10x_hd.o
.............\...\stm32f10x_adc.crf
.............\...\stm32f10x_adc.d
.............\...\stm32f10x_adc.o
.............\...\stm32f10x_dac.crf
.............\...\stm32f10x_dac.d
.............\...\stm32f10x_dac.o
.............\...\stm32f10x_gpio.crf
.............\...\stm32f10x_gpio.d
.............\...\stm32f10x_gpio.o
.............\...\stm32f10x_it.crf
.............\...\stm32f10x_it.d
.............\...\stm32f10x_it.o
.............\...\stm32f10x_rcc.crf
.............\...\stm32f10x_rcc.d
.............\...\stm32f10x_rcc.o
.............\...\stm32f10x_usart.crf
.............\...\stm32f10x_usart.d
.............\...\stm32f10x_usart.o
.............\...\sys.crf
.............\...\sys.d
.............\...\sys.o
.............\...\system_stm32f10x.crf
.............\...\system_stm32f10x.d
.............\...\system_stm32f10x.o
.............\...\usart.crf
.............\...\usart.d
.............\...\usart.o
.............\README.TXT
.............\STM32F10x_FWLib
.............\...............\inc
.............\...............\...\misc.h
.............\...............\...\stm32f10x_adc.h
.............\...............\...\stm32f10x_bkp.h
.............\...............\...\stm32f10x_can.h
.............\...............\...\stm32f10x_cec.h
.............\...............\...\stm32f10x_crc.h
.............\...............\...\stm32f10x_dac.h
.............\...............\...\stm32f10x_dbgmcu.h
    

CodeBus www.codebus.net