【E2118】STM32的计时器-嵌入式系统导论的课程设计

2021-11-03 01:09:17      索炜达电子      723     

项目编号:E2118

文件大小:796K

源码说明:带中文注释

开发环境:C编译器

简要概述:

STM32的计时器-嵌入式系统导论的课程设计

目录│文件列表:

 └ STM32的计时器-嵌入式系统导论的课程设计

    └ 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

TAG计时器
  • 5 次
  • 1 分