首页

利用STM32F4的DMA来实现串口数据传送

c

2021-2-24

利用STM32F4的DMA来实现串口数据传送,并在TFTLCD模块上显示当前的传送进度。

资源下载此资源下载价格为3D币(VIP免费),请先
资源文件列表
实验23 DMA实验/CORE/core_cm4.h , 109142
实验23 DMA实验/CORE/core_cm4_simd.h , 22735
实验23 DMA实验/CORE/startup_stm32f40_41xxx.s , 29605
实验23 DMA实验/FWLIB/inc/misc.h , 6924
实验23 DMA实验/FWLIB/inc/stm32f4xx_adc.h , 32880
实验23 DMA实验/FWLIB/inc/stm32f4xx_can.h , 27318
实验23 DMA实验/FWLIB/inc/stm32f4xx_crc.h , 2416
实验23 DMA实验/FWLIB/inc/stm32f4xx_cryp.h , 14481
实验23 DMA实验/FWLIB/inc/stm32f4xx_dac.h , 14946
实验23 DMA实验/FWLIB/inc/stm32f4xx_dbgmcu.h , 4296
实验23 DMA实验/FWLIB/inc/stm32f4xx_dcmi.h , 12977
实验23 DMA实验/FWLIB/inc/stm32f4xx_dma.h , 28882
实验23 DMA实验/FWLIB/inc/stm32f4xx_dma2d.h , 19692
实验23 DMA实验/FWLIB/inc/stm32f4xx_exti.h , 8012
实验23 DMA实验/FWLIB/inc/stm32f4xx_flash.h , 24467
实验23 DMA实验/FWLIB/inc/stm32f4xx_flash_ramfunc.h , 3275
实验23 DMA实验/FWLIB/inc/stm32f4xx_fmc.h , 44924
实验23 DMA实验/FWLIB/inc/stm32f4xx_fsmc.h , 27181
实验23 DMA实验/FWLIB/inc/stm32f4xx_gpio.h , 23548
实验23 DMA实验/FWLIB/inc/stm32f4xx_hash.h , 10084
实验23 DMA实验/FWLIB/inc/stm32f4xx_i2c.h , 31939
实验23 DMA实验/FWLIB/inc/stm32f4xx_iwdg.h , 4323
实验23 DMA实验/FWLIB/inc/stm32f4xx_ltdc.h , 21191
实验23 DMA实验/FWLIB/inc/stm32f4xx_pwr.h , 7728
实验23 DMA实验/FWLIB/inc/stm32f4xx_rcc.h , 30063
实验23 DMA实验/FWLIB/inc/stm32f4xx_rng.h , 3958
实验23 DMA实验/FWLIB/inc/stm32f4xx_rtc.h , 40546
实验23 DMA实验/FWLIB/inc/stm32f4xx_sai.h , 25470
实验23 DMA实验/FWLIB/inc/stm32f4xx_sdio.h , 22777
实验23 DMA实验/FWLIB/inc/stm32f4xx_spi.h , 21178
实验23 DMA实验/FWLIB/inc/stm32f4xx_syscfg.h , 8974
实验23 DMA实验/FWLIB/inc/stm32f4xx_tim.h , 51689
实验23 DMA实验/FWLIB/inc/stm32f4xx_usart.h , 17935
实验23 DMA实验/FWLIB/inc/stm32f4xx_wwdg.h , 3542
实验23 DMA实验/FWLIB/src/misc.c , 11443
实验23 DMA实验/FWLIB/src/stm32f4xx_adc.c , 69068
实验23 DMA实验/FWLIB/src/stm32f4xx_can.c , 60150
实验23 DMA实验/FWLIB/src/stm32f4xx_crc.c , 3596
实验23 DMA实验/FWLIB/src/stm32f4xx_cryp.c , 35493
实验23 DMA实验/FWLIB/src/stm32f4xx_cryp_aes.c , 58026
实验23 DMA实验/FWLIB/src/stm32f4xx_cryp_des.c , 9822
实验23 DMA实验/FWLIB/src/stm32f4xx_cryp_tdes.c , 10577
实验23 DMA实验/FWLIB/src/stm32f4xx_dac.c , 26804
实验23 DMA实验/FWLIB/src/stm32f4xx_dbgmcu.c , 6809
实验23 DMA实验/FWLIB/src/stm32f4xx_dcmi.c , 18782
实验23 DMA实验/FWLIB/src/stm32f4xx_dma.c , 52917
实验23 DMA实验/FWLIB/src/stm32f4xx_dma2d.c , 27165
实验23 DMA实验/FWLIB/src/stm32f4xx_exti.c , 9828
实验23 DMA实验/FWLIB/src/stm32f4xx_flash.c , 63033
实验23 DMA实验/FWLIB/src/stm32f4xx_flash_ramfunc.c , 5444
实验23 DMA实验/FWLIB/src/stm32f4xx_fmc.c , 56568
实验23 DMA实验/FWLIB/src/stm32f4xx_fsmc.c , 41831
实验23 DMA实验/FWLIB/src/stm32f4xx_gpio.c , 25202
实验23 DMA实验/FWLIB/src/stm32f4xx_hash.c , 26630
实验23 DMA实验/FWLIB/src/stm32f4xx_hash_md5.c , 9594
实验23 DMA实验/FWLIB/src/stm32f4xx_hash_sha1.c , 9793
实验23 DMA实验/FWLIB/src/stm32f4xx_i2c.c , 54393
实验23 DMA实验/FWLIB/src/stm32f4xx_iwdg.c , 9348
实验23 DMA实验/FWLIB/src/stm32f4xx_ltdc.c , 39790
实验23 DMA实验/FWLIB/src/stm32f4xx_pwr.c , 37707
实验23 DMA实验/FWLIB/src/stm32f4xx_rcc.c , 98839
实验23 DMA实验/FWLIB/src/stm32f4xx_rng.c , 14060
实验23 DMA实验/FWLIB/src/stm32f4xx_rtc.c , 102891
实验23 DMA实验/FWLIB/src/stm32f4xx_sai.c , 46411
实验23 DMA实验/FWLIB/src/stm32f4xx_sdio.c , 38957
实验23 DMA实验/FWLIB/src/stm32f4xx_spi.c , 52522
实验23 DMA实验/FWLIB/src/stm32f4xx_syscfg.c , 9575
实验23 DMA实验/FWLIB/src/stm32f4xx_tim.c , 124732
实验23 DMA实验/FWLIB/src/stm32f4xx_usart.c , 57949
实验23 DMA实验/FWLIB/src/stm32f4xx_wwdg.c , 10492
实验23 DMA实验/HARDWARE/DMA/dma.c , 3013
实验23 DMA实验/HARDWARE/DMA/dma.h , 788
实验23 DMA实验/HARDWARE/KEY/key.c , 1872
实验23 DMA实验/HARDWARE/KEY/key.h , 1180
实验23 DMA实验/HARDWARE/LCD/FONT.H , 35016
实验23 DMA实验/HARDWARE/LCD/lcd.c , 82696
实验23 DMA实验/HARDWARE/LCD/lcd.h , 9637
实验23 DMA实验/HARDWARE/LED/led.c , 1177
实验23 DMA实验/HARDWARE/LED/led.h , 659
实验23 DMA实验/keilkilll.bat , 399
实验23 DMA实验/OBJ/delay.crf , 434853
实验23 DMA实验/OBJ/delay.d , 1820
实验23 DMA实验/OBJ/delay.o , 473452
实验23 DMA实验/OBJ/DMA.build_log.htm , 224
实验23 DMA实验/OBJ/dma.crf , 435014
实验23 DMA实验/OBJ/dma.d , 1779
实验23 DMA实验/OBJ/DMA.hex , 96777
实验23 DMA实验/OBJ/DMA.htm , 91875
实验23 DMA实验/OBJ/DMA.lnp , 630
实验23 DMA实验/OBJ/DMA.map , 102131
实验23 DMA实验/OBJ/dma.o , 473496
实验23 DMA实验/OBJ/DMA.sct , 479
实验23 DMA实验/OBJ/key.crf , 435206
实验23 DMA实验/OBJ/key.d , 1779
实验23 DMA实验/OBJ/key.o , 473736
实验23 DMA实验/OBJ/lcd.crf , 470960
实验23 DMA实验/OBJ/lcd.d , 1997
实验23 DMA实验/OBJ/lcd.o , 544520
实验23 DMA实验/OBJ/led.crf , 434149
实验23 DMA实验/OBJ/led.d , 1740
实验23 DMA实验/OBJ/led.o , 471652
实验23 DMA实验/OBJ/main.crf , 451280
实验23 DMA实验/OBJ/main.d , 2075
实验23 DMA实验/OBJ/main.o , 485892
实验23 DMA实验/OBJ/main.__i , 505
实验23 DMA实验/OBJ/misc.crf , 433351
实验23 DMA实验/OBJ/misc.d , 1738
实验23 DMA实验/OBJ/misc.o , 469852
实验23 DMA实验/OBJ/startup_stm32f40_41xxx.d , 67
实验23 DMA实验/OBJ/startup_stm32f40_41xxx.lst , 77598
实验23 DMA实验/OBJ/startup_stm32f40_41xxx.o , 8040
实验23 DMA实验/OBJ/stm32f4xx_dma.crf , 439976
实验23 DMA实验/OBJ/stm32f4xx_dma.d , 2089
实验23 DMA实验/OBJ/stm32f4xx_dma.o , 476904
实验23 DMA实验/OBJ/stm32f4xx_fsmc.crf , 438776
实验23 DMA实验/OBJ/stm32f4xx_fsmc.d , 2128
实验23 DMA实验/OBJ/stm32f4xx_fsmc.o , 477184
实验23 DMA实验/OBJ/stm32f4xx_gpio.crf , 435440
实验23 DMA实验/OBJ/stm32f4xx_gpio.d , 2128
实验23 DMA实验/OBJ/stm32f4xx_gpio.o , 474068
实验23 DMA实验/OBJ/stm32f4xx_it.crf , 432761
实验23 DMA实验/OBJ/stm32f4xx_it.d , 2000
实验23 DMA实验/OBJ/stm32f4xx_it.o , 470300
实验23 DMA实验/OBJ/stm32f4xx_rcc.crf , 443974
实验23 DMA实验/OBJ/stm32f4xx_rcc.d , 2089
实验23 DMA实验/OBJ/stm32f4xx_rcc.o , 487908
实验23 DMA实验/OBJ/stm32f4xx_syscfg.crf , 433680
实验23 DMA实验/OBJ/stm32f4xx_syscfg.d , 2206
实验23 DMA实验/OBJ/stm32f4xx_syscfg.o , 471140
实验23 DMA实验/OBJ/stm32f4xx_usart.crf , 438565
实验23 DMA实验/OBJ/stm32f4xx_usart.d , 2167
实验23 DMA实验/OBJ/stm32f4xx_usart.o , 479976
实验23 DMA实验/OBJ/sys.crf , 433824
实验23 DMA实验/OBJ/sys.d , 1701
实验23 DMA实验/OBJ/sys.o , 470040
实验23 DMA实验/OBJ/system_stm32f4xx.crf , 434542
实验23 DMA实验/OBJ/system_stm32f4xx.d , 2109
实验23 DMA实验/OBJ/system_stm32f4xx.o , 470284
实验23 DMA实验/OBJ/usart.crf , 439374
实验23 DMA实验/OBJ/usart.d , 1892
实验23 DMA实验/OBJ/usart.o , 476724
实验23 DMA实验/readme.txt , 544
实验23 DMA实验/SYSTEM/delay/delay.c , 4827
实验23 DMA实验/SYSTEM/delay/delay.h , 838
实验23 DMA实验/SYSTEM/sys/sys.c , 1067
实验23 DMA实验/SYSTEM/sys/sys.h , 3444
实验23 DMA实验/SYSTEM/usart/usart.c , 5038
实验23 DMA实验/SYSTEM/usart/usart.h , 1332
实验23 DMA实验/USER/DMA.uvgui.Administrator , 74851
实验23 DMA实验/USER/DMA.uvgui.ZhangHui , 71654
实验23 DMA实验/USER/DMA.uvgui_Administrator.bak , 70602
最多只能显示150条信息!
没有账号? 忘记密码?

社交账号快速登录