【E2101】STM32F373串口通讯源码

2021-11-03 00:25:48      索炜达电子      372     

项目编号:E2101

文件大小:687K

源码说明:带中文注释

开发环境:C编译器

简要概述:

STM32F373串口通讯源码

目录│文件列表:

 └ STM32F373串口通讯源码

    └ 串口uart

       │ 串口uart.pdf

       └ 实验十:串口uart

          ├ drive

          │  │ ascii.h

          │  │ exit.c

          │  │ exit.h

          │  │ gui.c

          │  │ gui.h

          │  │ ili9328.c

          │  │ ili9328.h

          │  │ key.c

          │  │ key.h

          │  │ led.c

          │  │ led.h

          │  │ systick.c

          │  │ SysTick.h

          │  │ uart.c

          │  │ uart.h

          │  │ w25x16.c

          │  │ w25x16.h

          │  │ xpt2046.c

          │  └ xpt2046.h

          ├ lib

          │  ├ inc

          │  │  │ stm32f37x.h

          │  │  │ stm32f37x_adc.h

          │  │  │ stm32f37x_can.h

          │  │  │ stm32f37x_cec.h

          │  │  │ stm32f37x_comp.h

          │  │  │ stm32f37x_crc.h

          │  │  │ stm32f37x_dac.h

          │  │  │ stm32f37x_dbgmcu.h

          │  │  │ stm32f37x_dma.h

          │  │  │ stm32f37x_exti.h

          │  │  │ stm32f37x_flash.h

          │  │  │ stm32f37x_gpio.h

          │  │  │ stm32f37x_i2c.h

          │  │  │ stm32f37x_iwdg.h

          │  │  │ stm32f37x_misc.h

          │  │  │ stm32f37x_pwr.h

          │  │  │ stm32f37x_rcc.h

          │  │  │ stm32f37x_rtc.h

          │  │  │ stm32f37x_sdadc.h

          │  │  │ stm32f37x_spi.h

          │  │  │ stm32f37x_syscfg.h

          │  │  │ stm32f37x_tim.h

          │  │  │ stm32f37x_usart.h

          │  │  └ stm32f37x_wwdg.h

          │  └ src

          │     │ stm32f37x_adc.c

          │     │ stm32f37x_can.c

          │     │ stm32f37x_cec.c

          │     │ stm32f37x_comp.c

          │     │ stm32f37x_crc.c

          │     │ stm32f37x_dac.c

          │     │ stm32f37x_dbgmcu.c

          │     │ stm32f37x_dma.c

          │     │ stm32f37x_exti.c

          │     │ stm32f37x_flash.c

          │     │ stm32f37x_gpio.c

          │     │ stm32f37x_i2c.c

          │     │ stm32f37x_iwdg.c

          │     │ stm32f37x_misc.c

          │     │ stm32f37x_pwr.c

          │     │ stm32f37x_rcc.c

          │     │ stm32f37x_rtc.c

          │     │ stm32f37x_sdadc.c

          │     │ stm32f37x_spi.c

          │     │ stm32f37x_syscfg.c

          │     │ stm32f37x_tim.c

          │     │ stm32f37x_usart.c

          │     └ stm32f37x_wwdg.c

          ├ stm32f3

          │  │ stm32f30x_conf.h

          │  │ stm32f30x_it.c

          │  │ stm32f30x_it.h

          │  │ stm32f37x.h

          │  │ stm32f37x_conf.h

          │  │ stm32f37x_it.c

          │  │ stm32f37x_it.h

          │  │ system_stm32f30x.c

          │  │ system_stm32f37x.c

          │  └ system_stm32f37x.h

          └ user

             │ EventRecorderStub.scvd

             │ JLinkSettings.ini

             │ main.c

             │ startup_stm32f37x.s

             │ uart.uvgui.Administrator

             │ uart.uvgui.isnow

             │ uart.uvgui.jinliang

             │ uart.uvopt

             └ uart.uvproj

TAG串口
  • 6 次
  • 1 分