2021-11-03 00:25:48 索煒達(dá)電子 620
項(xiàng)目編號(hào):E2101
文件大?。?87K
源碼說明:帶中文注釋
開發(fā)環(huán)境:C編譯器
簡(jiǎn)要概述:
STM32F373串口通訊源碼
目錄│文件列表:
└ STM32F373串口通訊源碼
└ 串口uart
│ 串口uart.pdf
└ 實(shí)驗(yàn)十:串口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