2021-11-03 01:09:17 索煒達(dá)電子 690
項(xiàng)目編號(hào):E2118
文件大?。?96K
源碼說明:帶中文注釋
開發(fā)環(huán)境:C編譯器
簡(jiǎn)要概述:
STM32的計(jì)時(shí)器-嵌入式系統(tǒng)導(dǎo)論的課程設(shè)計(jì)
目錄│文件列表:
└ STM32的計(jì)時(shí)器-嵌入式系統(tǒng)導(dǎo)論的課程設(shè)計(jì)
└ STM32Timer
│ CMakeLists.txt
│ CMakeSettings.json
│ EventRecorderStub.scvd
│ JLinkLog.txt
│ JLinkSettings.ini
│ STM32Timer.uvguix.redal
│ STM32Timer.uvoptx
│ STM32Timer.uvprojx
├ .vscode
│ │ c_cpp_properties.json
│ └ settings.json
├ DebugConfig
│ │ Target_1_STM32F103ZE_1.0.0.dbgconf
│ └ TImer_STM32F103ZE_1.0.0.dbgconf
├ RTE
│ ├ Device
│ │ └ STM32F103ZE
│ │ │ RTE_Device.h
│ │ │ startup_stm32f10x_hd.s
│ │ │ stm32f10x_conf.h
│ │ └ system_stm32f10x.c
│ ├ _Target_1
│ │ └ RTE_Components.h
│ └ _TImer
│ └ RTE_Components.h
└ Source
│ beep.c
│ beep.h
│ Common.c
│ Common.h
│ exti.c
│ exti.h
│ font.h
│ key.c
│ key.h
│ key.ini
│ lcd
│ lcd.h
│ led.c
│ led.h
│ main.c
│ stm32f10x_it.c
│ stm32f10x_it.h
│ sys.c
│ sys.h
│ TIM.c
│ TIM.h
│ usart1.c
└ usart1.h