【E2444】STM32信号发生器

2021-11-24 09:44:50      索炜达电子      537     

项目编号:E2444

文件大小:8M

源码说明:带中文注释

开发环境:C编译器

简要概述

STM32信号发生器

目录│文件列表:

 └ STM32_SignalGenerator

    │ .cproject

    │ .mxproject

    │ .project

    │ SignalGenerator Debug.launch

    │ SignalGenerator.ioc

    │ STM32L496ZGTX_FLASH.ld

    │ STM32L496ZGTX_RAM.ld

    ├ .settings

    │  │ language.settings.xml

    │  └ stm32cubeide.project.prefs

    ├ Core

    │  ├ Inc

    │  │  │ gpio.h

    │  │  │ main.h

    │  │  │ stm32l4xx_hal_conf.h

    │  │  │ stm32l4xx_it.h

    │  │  │ tim.h

    │  │  └ usart.h

    │  ├ Src

    │  │  │ gpio.c

    │  │  │ main.c

    │  │  │ stm32l4xx_hal_msp.c

    │  │  │ stm32l4xx_it.c

    │  │  │ syscalls.c

    │  │  │ sysmem.c

    │  │  │ system_stm32l4xx.c

    │  │  │ tim.c

    │  │  └ usart.c

    │  └ Startup

    │     └ startup_stm32l496zgtx.s

    ├ Debug

    │  │ makefile

    │  │ objects.list

    │  │ objects.mk

    │  │ SignalGenerator.bin

    │  │ SignalGenerator.elf

    │  │ SignalGenerator.list

    │  │ SignalGenerator.map

    │  │ sources.mk

    │  ├ Core

    │  │  ├ Src

    │  │  │  │ gpio.d

    │  │  │  │ gpio.o

    │  │  │  │ gpio.su

    │  │  │  │ main.d

    │  │  │  │ main.o

    │  │  │  │ main.su

    │  │  │  │ stm32l4xx_hal_msp.d

    │  │  │  │ stm32l4xx_hal_msp.o

    │  │  │  │ stm32l4xx_hal_msp.su

    │  │  │  │ stm32l4xx_it.d

    │  │  │  │ stm32l4xx_it.o

    │  │  │  │ stm32l4xx_it.su

    │  │  │  │ subdir.mk

    │  │  │  │ syscalls.d

    │  │  │  │ syscalls.o

    │  │  │  │ syscalls.su

    │  │  │  │ sysmem.d

    │  │  │  │ sysmem.o

    │  │  │  │ sysmem.su

    │  │  │  │ system_stm32l4xx.d

    │  │  │  │ system_stm32l4xx.o

    │  │  │  │ system_stm32l4xx.su

    │  │  │  │ tim.d

    │  │  │  │ tim.o

    │  │  │  │ tim.su

    │  │  │  │ usart.d

    │  │  │  │ usart.o

    │  │  │  └ usart.su

    │  │  └ Startup

    │  │     │ startup_stm32l496zgtx.d

    │  │     │ startup_stm32l496zgtx.o

    │  │     └ subdir.mk

    │  └ Drivers

    │     └ STM32L4xx_HAL_Driver

    │        └ Src

    │           │ stm32l4xx_hal.d

    │           │ stm32l4xx_hal.o

    │           │ stm32l4xx_hal.su

    │           │ stm32l4xx_hal_cortex.d

    │           │ stm32l4xx_hal_cortex.o

    │           │ stm32l4xx_hal_cortex.su

    │           │ stm32l4xx_hal_dma.d

    │           │ stm32l4xx_hal_dma.o

    │           │ stm32l4xx_hal_dma.su

    │           │ stm32l4xx_hal_dma_ex.d

    │           │ stm32l4xx_hal_dma_ex.o

    │           │ stm32l4xx_hal_dma_ex.su

    │           │ stm32l4xx_hal_exti.d

    │           │ stm32l4xx_hal_exti.o

    │           │ stm32l4xx_hal_exti.su

    │           │ stm32l4xx_hal_flash.d

    │           │ stm32l4xx_hal_flash.o

    │           │ stm32l4xx_hal_flash.su

    │           │ stm32l4xx_hal_flash_ex.d

    │           │ stm32l4xx_hal_flash_ex.o

    │           │ stm32l4xx_hal_flash_ex.su

    │           │ stm32l4xx_hal_flash_ramfunc.d

    │           │ stm32l4xx_hal_flash_ramfunc.o

    │           │ stm32l4xx_hal_flash_ramfunc.su

    │           │ stm32l4xx_hal_gpio.d

    │           │ stm32l4xx_hal_gpio.o

    │           │ stm32l4xx_hal_gpio.su

    │           │ stm32l4xx_hal_i2c.d

    │           │ stm32l4xx_hal_i2c.o

    │           │ stm32l4xx_hal_i2c.su

    │           │ stm32l4xx_hal_i2c_ex.d

    │           │ stm32l4xx_hal_i2c_ex.o

    │           │ stm32l4xx_hal_i2c_ex.su

    │           │ stm32l4xx_hal_pwr.d

    │           │ stm32l4xx_hal_pwr.o

    │           │ stm32l4xx_hal_pwr.su

    │           │ stm32l4xx_hal_pwr_ex.d

    │           │ stm32l4xx_hal_pwr_ex.o

    │           │ stm32l4xx_hal_pwr_ex.su

    │           │ stm32l4xx_hal_rcc.d

    │           │ stm32l4xx_hal_rcc.o

    │           │ stm32l4xx_hal_rcc.su

    │           │ stm32l4xx_hal_rcc_ex.d

    │           │ stm32l4xx_hal_rcc_ex.o

    │           │ stm32l4xx_hal_rcc_ex.su

    │           │ stm32l4xx_hal_tim.d

    │           │ stm32l4xx_hal_tim.o

    │           │ stm32l4xx_hal_tim.su

    │           │ stm32l4xx_hal_tim_ex.d

    │           │ stm32l4xx_hal_tim_ex.o

    │           │ stm32l4xx_hal_tim_ex.su

    │           │ stm32l4xx_hal_uart.d

    │           │ stm32l4xx_hal_uart.o

    │           │ stm32l4xx_hal_uart.su

    │           │ stm32l4xx_hal_uart_ex.d

    │           │ stm32l4xx_hal_uart_ex.o

    │           │ stm32l4xx_hal_uart_ex.su

    │           └ subdir.mk

    └ Drivers

       ├ CMSIS

       │  ├ Device

       │  │  └ ST

       │  │     └ STM32L4xx

       │  │        └ Include

       │  │           │ stm32l496xx.h

       │  │           │ stm32l4xx.h

       │  │           └ system_stm32l4xx.h

       │  └ Include

       │     │ cmsis_armcc.h

       │     │ cmsis_armclang.h

       │     │ cmsis_armclang_ltm.h

       │     │ cmsis_compiler.h

       │     │ cmsis_gcc.h

       │     │ cmsis_iccarm.h

       │     │ cmsis_version.h

       │     │ core_armv81mml.h

       │     │ core_armv8mbl.h

       │     │ core_armv8mml.h

       │     │ core_cm0.h

       │     │ core_cm0plus.h

       │     │ core_cm1.h

       │     │ core_cm23.h

       │     │ core_cm3.h

       │     │ core_cm33.h

       │     │ core_cm35p.h

       │     │ core_cm4.h

       │     │ core_cm7.h

       │     │ core_sc000.h

       │     │ core_sc300.h

       │     │ mpu_armv7.h

       │     │ mpu_armv8.h

       │     └ tz_context.h

       └ STM32L4xx_HAL_Driver

          ├ Inc

          │  │ stm32l4xx_hal.h

          │  │ stm32l4xx_hal_cortex.h

          │  │ stm32l4xx_hal_def.h

          │  │ stm32l4xx_hal_dma.h

          │  │ stm32l4xx_hal_dma_ex.h

          │  │ stm32l4xx_hal_exti.h

          │  │ stm32l4xx_hal_flash.h

          │  │ stm32l4xx_hal_flash_ex.h

          │  │ stm32l4xx_hal_flash_ramfunc.h

          │  │ stm32l4xx_hal_gpio.h

          │  │ stm32l4xx_hal_gpio_ex.h

          │  │ stm32l4xx_hal_i2c.h

          │  │ stm32l4xx_hal_i2c_ex.h

          │  │ stm32l4xx_hal_pwr.h

          │  │ stm32l4xx_hal_pwr_ex.h

          │  │ stm32l4xx_hal_rcc.h

          │  │ stm32l4xx_hal_rcc_ex.h

          │  │ stm32l4xx_hal_tim.h

          │  │ stm32l4xx_hal_tim_ex.h

          │  │ stm32l4xx_hal_uart.h

          │  │ stm32l4xx_hal_uart_ex.h

          │  └ Legacy

          │     └ stm32_hal_legacy.h

          └ Src

             │ stm32l4xx_hal.c

             │ stm32l4xx_hal_cortex.c

             │ stm32l4xx_hal_dma.c

             │ stm32l4xx_hal_dma_ex.c

             │ stm32l4xx_hal_exti.c

             │ stm32l4xx_hal_flash.c

             │ stm32l4xx_hal_flash_ex.c

             │ stm32l4xx_hal_flash_ramfunc.c

             │ stm32l4xx_hal_gpio.c

             │ stm32l4xx_hal_i2c.c

             │ stm32l4xx_hal_i2c_ex.c

             │ stm32l4xx_hal_pwr.c

             │ stm32l4xx_hal_pwr_ex.c

             │ stm32l4xx_hal_rcc.c

             │ stm32l4xx_hal_rcc_ex.c

             │ stm32l4xx_hal_tim.c

             │ stm32l4xx_hal_tim_ex.c

             │ stm32l4xx_hal_uart.c

             └ stm32l4xx_hal_uart_ex.c

TAG信号发生器
  • 2 次
  • 5 分