2021-11-06 20:31:04 索煒達(dá)電子 1282
項(xiàng)目編號:E2183
文件大?。?.2M
源碼說明:帶中文注釋
開發(fā)環(huán)境:C編譯器
簡要概述:
2019年全國大學(xué)生電子設(shè)計(jì)競賽 D題 簡易電路特性測試儀
目錄│文件列表:
└ NUEDC2019-D
│ Competition2019.uvprojx
│ main.c
│ Read.txt
├ _01_App
│ │ App_ADF4001.c
│ │ App_ADF4001.h
│ │ App_ADF4351.c
│ │ App_ADF4351.h
│ │ App_ADF4351_Sweep.c
│ │ App_ADF4351_Sweep.h
│ │ App_ADF4360.c
│ │ App_ADF4360.h
│ │ App_AFG.c
│ │ App_AFG.h
│ │ App_analysis.c
│ │ App_analysis.h
│ │ App_CAN.c
│ │ App_CAN.h
│ │ App_Code.c
│ │ App_Code.h
│ │ App_DS18B20.c
│ │ App_DS18B20.h
│ │ App_FreqAna.c
│ │ App_FreqAna.h
│ │ App_Frequency.c
│ │ App_Frequency.h
│ │ App_key.c
│ │ App_key.h
│ │ App_Keybord.c
│ │ App_Keybord.h
│ │ App_LED.c
│ │ App_LED.h
│ │ App_NIT.c
│ │ App_NIT.h
│ │ App_OSC.c
│ │ App_OSC.h
│ │ App_RFA.c
│ │ App_RFA.h
│ │ App_Switch.c
│ │ App_Switch.h
│ │ App_Touch.c
│ │ App_Touch.h
│ │ App_Wave.c
│ │ App_Wave.h
│ │ log_table.inc
│ └ log_table_201.inc
├ _02_Core
│ │ arm_common_tables.h
│ │ arm_const_structs.h
│ │ arm_cortexM4lf_math.lib
│ │ arm_math.h
│ │ core_cm0.h
│ │ core_cm0plus.h
│ │ core_cm3.h
│ │ core_cm4.h
│ │ core_cm4_simd.h
│ │ core_cmFunc.h
│ │ core_cmInstr.h
│ │ core_sc000.h
│ │ core_sc300.h
│ │ startup_stm32f40_41xxx.s
│ │ stm32f4xx.h
│ │ stm32f4xx_conf.h
│ │ stm32f4xx_it.c
│ │ stm32f4xx_it.h
│ │ system_stm32f4xx.c
│ └ system_stm32f4xx.h
├ _03_Drive
│ │ App_Test.c
│ │ App_Test.h
│ │ Drive_ADC.c
│ │ Drive_ADC.h
│ │ Drive_ADF4001.c
│ │ Drive_ADF4001.h
│ │ Drive_ADF4351.c
│ │ Drive_ADF4351.h
│ │ Drive_ADF4360.c
│ │ Drive_ADF4360.h
│ │ Drive_ADL5336.c
│ │ Drive_ADL5336.h
│ │ Drive_ADPCM.c
│ │ Drive_ADPCM.h
│ │ Drive_ADS1256.c
│ │ Drive_ADS1256.h
│ │ Drive_CAN.c
│ │ Drive_CAN.h
│ │ Drive_CDCE937.c
│ │ Drive_CDCE937.h
│ │ Drive_Communication.c
│ │ Drive_Communication.h
│ │ Drive_DAC.c
│ │ Drive_DAC.h
│ │ Drive_DMA.c
│ │ Drive_DMA.h
│ │ Drive_DS18B20.c
│ │ Drive_DS18B20.h
│ │ Drive_Exti.c
│ │ Drive_Exti.h
│ │ Drive_FFT.c
│ │ Drive_FFT.h
│ │ Drive_Flash.c
│ │ Drive_Flash.h
│ │ Drive_GPIO.c
│ │ Drive_GPIO.h
│ │ Drive_HMC542.c
│ │ Drive_HMC542.h
│ │ Drive_IIC.c
│ │ Drive_IIC.h
│ │ Drive_Interrupt.c
│ │ Drive_Interrupt.h
│ │ Drive_PGA2310.c
│ │ Drive_PGA2310.h
│ │ Drive_PID.c
│ │ Drive_PID.h
│ │ Drive_PS2.c
│ │ Drive_PS2.h
│ │ Drive_PWM.c
│ │ Drive_PWM.h
│ │ Drive_Relay.c
│ │ Drive_Relay.h
│ │ Drive_SPI.c
│ │ Drive_SPI.h
│ │ Drive_Timer.c
│ │ Drive_Timer.h
│ │ Drive_TMP275.c
│ │ Drive_TMP275.h
│ │ Drive_Touch.c
│ │ Drive_Touch.h
│ │ Drive_TouchKey.c
│ └ Drive_TouchKey.h
├ _04_FWLib
│ └ STM32F40x_FWLib
│ ├ inc
│ │ │ misc.h
│ │ │ stm32f4xx_adc.h
│ │ │ stm32f4xx_can.h
│ │ │ stm32f4xx_crc.h
│ │ │ stm32f4xx_cryp.h
│ │ │ stm32f4xx_dac.h
│ │ │ stm32f4xx_dbgmcu.h
│ │ │ stm32f4xx_dcmi.h
│ │ │ stm32f4xx_dma.h
│ │ │ stm32f4xx_dma2d.h
│ │ │ stm32f4xx_exti.h
│ │ │ stm32f4xx_flash.h
│ │ │ stm32f4xx_flash_ramfunc.h
│ │ │ stm32f4xx_fmc.h
│ │ │ stm32f4xx_fsmc.h
│ │ │ stm32f4xx_gpio.h
│ │ │ stm32f4xx_hash.h
│ │ │ stm32f4xx_i2c.h
│ │ │ stm32f4xx_iwdg.h
│ │ │ stm32f4xx_ltdc.h
│ │ │ stm32f4xx_pwr.h
│ │ │ stm32f4xx_rcc.h
│ │ │ stm32f4xx_rng.h
│ │ │ stm32f4xx_rtc.h
│ │ │ stm32f4xx_sai.h
│ │ │ stm32f4xx_sdio.h
│ │ │ stm32f4xx_spi.h
│ │ │ stm32f4xx_syscfg.h
│ │ │ stm32f4xx_tim.h
│ │ │ stm32f4xx_usart.h
│ │ └ stm32f4xx_wwdg.h
│ └ src
│ │ misc.c
│ │ stm32f4xx_adc.c
│ │ stm32f4xx_can.c
│ │ stm32f4xx_crc.c
│ │ stm32f4xx_cryp.c
│ │ stm32f4xx_cryp_aes.c
│ │ stm32f4xx_cryp_des.c
│ │ stm32f4xx_cryp_tdes.c
│ │ stm32f4xx_dac.c
│ │ stm32f4xx_dbgmcu.c
│ │ stm32f4xx_dcmi.c
│ │ stm32f4xx_dma.c
│ │ stm32f4xx_dma2d.c
│ │ stm32f4xx_exti.c
│ │ stm32f4xx_flash.c
│ │ stm32f4xx_flash_ramfunc.c
│ │ stm32f4xx_fmc.c
│ │ stm32f4xx_fsmc.c
│ │ stm32f4xx_gpio.c
│ │ stm32f4xx_hash.c
│ │ stm32f4xx_hash_md5.c
│ │ stm32f4xx_hash_sha1.c
│ │ stm32f4xx_i2c.c
│ │ stm32f4xx_iwdg.c
│ │ stm32f4xx_ltdc.c
│ │ stm32f4xx_pwr.c
│ │ stm32f4xx_rcc.c
│ │ stm32f4xx_rng.c
│ │ stm32f4xx_rtc.c
│ │ stm32f4xx_sai.c
│ │ stm32f4xx_sdio.c
│ │ stm32f4xx_spi.c
│ │ stm32f4xx_syscfg.c
│ │ stm32f4xx_tim.c
│ │ stm32f4xx_usart.c
│ └ stm32f4xx_wwdg.c
├ _05_Os
│ │ core.asm
│ │ Os_cpu.c
│ │ Os_cpu.h
│ │ Os_malloc.c
│ │ Os_malloc.h
│ │ Os_UI.c
│ │ OS_UI.h
│ └ User_header.h
├ _06_System
│ │ delay.c
│ │ delay.h
│ │ sys.c
│ │ sys.h
│ │ usart.c
│ └ usart.h
├ _07_TFT_LCD
│ │ BitBand.h
│ │ Character.c
│ │ Character.h
│ │ fonts.c
│ │ fonts.h
│ │ fontupd.c
│ │ fontupd.h
│ │ spi.c
│ │ spi.h
│ │ text.c
│ │ text.h
│ │ TFT_LCD.c
│ │ TFT_LCD.h
│ │ W25Q64.c
│ └ W25Q64.h
└ _08_USB
├ STM32_USB_Device_Library
│ │ Release_Notes.html
│ ├ Class
│ │ ├ audio
│ │ │ ├ inc
│ │ │ │ │ usbd_audio_core.h
│ │ │ │ └ usbd_audio_out_if.h
│ │ │ └ src
│ │ │ │ usbd_audio_core.c
│ │ │ └ usbd_audio_out_if.c
│ │ ├ cdc
│ │ │ ├ inc
│ │ │ │ │ usbd_cdc_core.h
│ │ │ │ └ usbd_cdc_if_template.h
│ │ │ └ src
│ │ │ │ usbd_cdc_core.c
│ │ │ └ usbd_cdc_if_template.c
│ │ ├ dfu
│ │ │ ├ inc
│ │ │ │ │ usbd_dfu_core.h
│ │ │ │ │ usbd_dfu_mal.h
│ │ │ │ │ usbd_flash_if.h
│ │ │ │ │ usbd_mem_if_template.h
│ │ │ │ └ usbd_otp_if.h
│ │ │ └ src
│ │ │ │ usbd_dfu_core.c
│ │ │ │ usbd_dfu_mal.c
│ │ │ │ usbd_flash_if.c
│ │ │ │ usbd_mem_if_template.c
│ │ │ └ usbd_otp_if.c
│ │ ├ hid
│ │ │ ├ inc
│ │ │ │ └ usbd_hid_core.h
│ │ │ └ src
│ │ │ └ usbd_hid_core.c
│ │ └ msc
│ │ ├ inc
│ │ │ │ usbd_msc_bot.h
│ │ │ │ usbd_msc_core.h
│ │ │ │ usbd_msc_data.h
│ │ │ │ usbd_msc_mem.h
│ │ │ └ usbd_msc_scsi.h
│ │ └ src
│ │ │ usbd_msc_bot.c
│ │ │ usbd_msc_core.c
│ │ │ usbd_msc_data.c
│ │ │ usbd_msc_scsi.c
│ │ └ usbd_storage_template.c
│ └ Core
│ ├ inc
│ │ │ usbd_conf_template.h
│ │ │ usbd_core.h
│ │ │ usbd_def.h
│ │ │ usbd_ioreq.h
│ │ │ usbd_req.h
│ │ └ usbd_usr.h
│ └ src
│ │ usbd_core.c
│ │ usbd_ioreq.c
│ └ usbd_req.c
├ STM32_USB_HOST_Library
│ │ Release_Notes.html
│ ├ Class
│ │ ├ HID
│ │ │ ├ inc
│ │ │ │ │ usbh_hid_core.h
│ │ │ │ │ usbh_hid_keybd.h
│ │ │ │ └ usbh_hid_mouse.h
│ │ │ └ src
│ │ │ │ usbh_hid_core.c
│ │ │ │ usbh_hid_keybd.c
│ │ │ └ usbh_hid_mouse.c
│ │ └ MSC
│ │ ├ inc
│ │ │ │ usbh_msc_bot.h
│ │ │ │ usbh_msc_core.h
│ │ │ └ usbh_msc_scsi.h
│ │ └ src
│ │ │ usbh_msc_bot.c
│ │ │ usbh_msc_core.c
│ │ │ usbh_msc_fatfs.c
│ │ └ usbh_msc_scsi.c
│ └ Core
│ ├ inc
│ │ │ usbh_conf_template.h
│ │ │ usbh_core.h
│ │ │ usbh_def.h
│ │ │ usbh_hcs.h
│ │ │ usbh_ioreq.h
│ │ └ usbh_stdreq.h
│ └ src
│ │ usbh_core.c
│ │ usbh_hcs.c
│ │ usbh_ioreq.c
│ └ usbh_stdreq.c
├ STM32_USB_OTG_Driver
│ │ Release_Notes.html
│ ├ inc
│ │ │ usb_bsp.h
│ │ │ usb_conf_template.h
│ │ │ usb_core.h
│ │ │ usb_dcd.h
│ │ │ usb_dcd_int.h
│ │ │ usb_defines.h
│ │ │ usb_hcd.h
│ │ │ usb_hcd_int.h
│ │ │ usb_otg.h
│ │ └ usb_regs.h
│ └ src
│ │ usb_bsp_template.c
│ │ usb_core.c
│ │ usb_dcd.c
│ │ usb_dcd_int.c
│ │ usb_hcd.c
│ │ usb_hcd_int.c
│ └ usb_otg.c
└ USB_APP
│ usbh_conf.h
│ usbh_usr.c
│ usbh_usr.h
│ usb_bsp.c
└ usb_conf.h