2021-11-19 10:22:56 索煒達(dá)電子 748
項(xiàng)目編號:E2328
文件大?。?.8M
源碼說明:帶中文注釋
開發(fā)環(huán)境:C編譯器
簡要概述:
└ STM32開發(fā)平臺三相導(dǎo)軌表開發(fā)程序
└ 3. 程序文件
└ DTS8003_KD_73071510
│ DDS8003_KD_73071510.hex
├ Libraries
│ │ Release_Notes.html
│ ├ CMSIS
│ │ │ CMSIS debug support.htm
│ │ │ CMSIS_changes.htm
│ │ │ License.doc
│ │ ├ CM3
│ │ │ ├ CoreSupport
│ │ │ │ │ core_cm3.c
│ │ │ │ └ core_cm3.h
│ │ │ └ DeviceSupport
│ │ │ └ ST
│ │ │ └ STM32F10x
│ │ │ │ Release_Notes.html
│ │ │ │ stm32f10x.h
│ │ │ │ system_stm32f10x.c
│ │ │ │ system_stm32f10x.h
│ │ │ └ startup
│ │ │ ├ arm
│ │ │ │ │ startup_stm32f10x_cl.s
│ │ │ │ │ startup_stm32f10x_hd.s
│ │ │ │ │ startup_stm32f10x_hd_vl.s
│ │ │ │ │ startup_stm32f10x_ld.s
│ │ │ │ │ startup_stm32f10x_ld_vl.s
│ │ │ │ │ startup_stm32f10x_md.s
│ │ │ │ │ startup_stm32f10x_md_vl.s
│ │ │ │ └ startup_stm32f10x_xl.s
│ │ │ ├ gcc_ride7
│ │ │ │ │ startup_stm32f10x_cl.s
│ │ │ │ │ startup_stm32f10x_hd.s
│ │ │ │ │ startup_stm32f10x_hd_vl.s
│ │ │ │ │ startup_stm32f10x_ld.s
│ │ │ │ │ startup_stm32f10x_ld_vl.s
│ │ │ │ │ startup_stm32f10x_md.s
│ │ │ │ │ startup_stm32f10x_md_vl.s
│ │ │ │ └ startup_stm32f10x_xl.s
│ │ │ ├ iar
│ │ │ │ │ startup_stm32f10x_cl.s
│ │ │ │ │ startup_stm32f10x_hd.s
│ │ │ │ │ startup_stm32f10x_hd_vl.s
│ │ │ │ │ startup_stm32f10x_ld.s
│ │ │ │ │ startup_stm32f10x_ld_vl.s
│ │ │ │ │ startup_stm32f10x_md.s
│ │ │ │ │ startup_stm32f10x_md_vl.s
│ │ │ │ └ startup_stm32f10x_xl.s
│ │ │ └ TrueSTUDIO
│ │ │ │ startup_stm32f10x_cl.s
│ │ │ │ startup_stm32f10x_hd.s
│ │ │ │ startup_stm32f10x_hd_vl.s
│ │ │ │ startup_stm32f10x_ld.s
│ │ │ │ startup_stm32f10x_ld_vl.s
│ │ │ │ startup_stm32f10x_md.s
│ │ │ │ startup_stm32f10x_md_vl.s
│ │ │ └ startup_stm32f10x_xl.s
│ │ └ Documentation
│ │ └ CMSIS_Core.htm
│ └ STM32F10x_StdPeriph_Driver
│ ├ inc
│ │ │ misc.h
│ │ │ stm32f10x_adc.h
│ │ │ stm32f10x_bkp.h
│ │ │ stm32f10x_can.h
│ │ │ stm32f10x_cec.h
│ │ │ stm32f10x_crc.h
│ │ │ stm32f10x_dac.h
│ │ │ stm32f10x_dbgmcu.h
│ │ │ stm32f10x_dma.h
│ │ │ stm32f10x_exti.h
│ │ │ stm32f10x_flash.h
│ │ │ stm32f10x_fsmc.h
│ │ │ stm32f10x_gpio.h
│ │ │ stm32f10x_i2c.h
│ │ │ stm32f10x_iwdg.h
│ │ │ stm32f10x_pwr.h
│ │ │ stm32f10x_rcc.h
│ │ │ stm32f10x_rtc.h
│ │ │ stm32f10x_sdio.h
│ │ │ stm32f10x_spi.h
│ │ │ stm32f10x_tim.h
│ │ │ stm32f10x_usart.h
│ │ └ stm32f10x_wwdg.h
│ └ src
│ │ misc.c
│ │ stm32f10x_adc.c
│ │ stm32f10x_bkp.c
│ │ stm32f10x_can.c
│ │ stm32f10x_cec.c
│ │ stm32f10x_crc.c
│ │ stm32f10x_dac.c
│ │ stm32f10x_dbgmcu.c
│ │ stm32f10x_dma.c
│ │ stm32f10x_exti.c
│ │ stm32f10x_flash.c
│ │ stm32f10x_fsmc.c
│ │ stm32f10x_gpio.c
│ │ stm32f10x_i2c.c
│ │ stm32f10x_iwdg.c
│ │ stm32f10x_pwr.c
│ │ stm32f10x_rcc.c
│ │ stm32f10x_rtc.c
│ │ stm32f10x_sdio.c
│ │ stm32f10x_spi.c
│ │ stm32f10x_tim.c
│ │ stm32f10x_usart.c
│ └ stm32f10x_wwdg.c
├ Project
│ ├ inc
│ │ │ ADE.h
│ │ │ Display.h
│ │ │ dlt645.h
│ │ │ Global_Var.h
│ │ │ Global_Var.h.bak
│ │ │ HT1621_Driver.h
│ │ │ I2C_Eeprom.h
│ │ │ IR.h
│ │ │ Key_Driver.h
│ │ │ LcdSegment.h
│ │ │ macro.h
│ │ │ main.h
│ │ │ main.h.bak
│ │ │ Modbus.h
│ │ │ Multi_Rate.h
│ │ │ Para.h
│ │ │ rn8209.h
│ │ │ stm32f10x_conf.h
│ │ │ stm32f10x_it.h
│ │ │ SysInclude.h
│ │ │ SysInclude.h.bak
│ │ │ SysRtc.h
│ │ │ Sys_DiDo.h
│ │ └ UartDriver.h
│ ├ MDK
│ │ │ JLinkLog.txt
│ │ │ JLinkSettings.ini
│ │ │ PD810M.htm
│ │ │ PD810M.lnp
│ │ │ PD810M.map
│ │ │ PD810M.plg
│ │ │ PD810M.sct
│ │ │ PD810M.tra
│ │ │ PD810M.uvgui.admin
│ │ │ PD810M.uvgui.Administrator
│ │ │ PD810M.uvgui.Nayu19
│ │ │ PD810M.uvgui_admin.bak
│ │ │ PD810M.uvgui_Administrator.bak
│ │ │ PD810M.uvgui_Nayu19.bak
│ │ │ PD810M.uvopt
│ │ │ PD810M.uvproj
│ │ │ PD810M_DTS8003.dep
│ │ │ PD810M_DTS9003-1LPD.dep
│ │ │ PD810M_DTS9003.dep
│ │ │ PD810M_MEG1000.dep
│ │ │ PD810M_PD810M.dep
│ │ │ PD810M_Target 1.dep
│ │ │ PD810M_uvopt.bak
│ │ │ PD810M_uvproj.bak
│ │ │ readme.txt
│ │ │ readme.txt.bak
│ │ ├ List
│ │ │ │ DDS8001_KD.map
│ │ │ │ DDS8001_KD_test.map
│ │ │ │ DDS8003_KD.map
│ │ │ │ DTS8003.map
│ │ │ │ DTS9003_1LPD_V303_FC33(20R 1229).map
│ │ │ │ I2C_Eeprom.map
│ │ │ └ startup_stm32f10x_md_vl.lst
│ │ └ Output
│ │ │ ade.crf
│ │ │ ade.d
│ │ │ ade.o
│ │ │ core_cm3.crf
│ │ │ core_cm3.d