登录
首页 » C/C++ » STM32F407-printf-keil5

STM32F407-printf-keil5

于 2016-05-23 发布 文件大小:3855KB
0 139
下载积分: 1 下载次数: 31

代码说明:

  该源码公示了怎样使用STM32F407的串口进行收发数据,在keil5编译环境中进行编译。需要将STM32F407的串口1与USB串口相连,即可以实现电脑桌面串口调试助手的调试。(The source of the public how to use STM32F407 serial port to send and receive data, compiled in keil5 compilation environment. We need STM32F407 serial port 1 is connected to the USB port, which can achieve desktop debugging serial debugging assistant.)

文件列表:

STM32F407串口printf实验--keil5
..............................\CORE
..............................\....\core_cm4.h,109142,2014-07-17
..............................\....\core_cm4_simd.h,22735,2014-07-17
..............................\....\core_cmFunc.h,17146,2014-07-17
..............................\....\core_cmInstr.h,20513,2014-07-17
..............................\....\startup_stm32f40_41xxx.s,29605,2014-08-02
..............................\FWLIB
..............................\.....\inc
..............................\.....\...\misc.h,6924,2014-08-01
..............................\.....\...\stm32f4xx_adc.h,32880,2014-08-01
..............................\.....\...\stm32f4xx_can.h,27318,2014-08-01
..............................\.....\...\stm32f4xx_crc.h,2416,2014-08-01
..............................\.....\...\stm32f4xx_cryp.h,14481,2014-08-01
..............................\.....\...\stm32f4xx_dac.h,14946,2014-08-01
..............................\.....\...\stm32f4xx_dbgmcu.h,4296,2014-08-01
..............................\.....\...\stm32f4xx_dcmi.h,12977,2014-08-01
..............................\.....\...\stm32f4xx_dma.h,28882,2014-08-01
..............................\.....\...\stm32f4xx_dma2d.h,19692,2014-08-01
..............................\.....\...\stm32f4xx_exti.h,8012,2014-08-01
..............................\.....\...\stm32f4xx_flash.h,24467,2014-08-04
..............................\.....\...\stm32f4xx_flash_ramfunc.h,3275,2014-08-04
..............................\.....\...\stm32f4xx_fmc.h,44924,2014-08-01
..............................\.....\...\stm32f4xx_fsmc.h,27181,2014-08-01
..............................\.....\...\stm32f4xx_gpio.h,23548,2014-08-01
..............................\.....\...\stm32f4xx_hash.h,10084,2014-08-01
..............................\.....\...\stm32f4xx_i2c.h,31939,2014-08-01
..............................\.....\...\stm32f4xx_iwdg.h,4323,2014-08-01
..............................\.....\...\stm32f4xx_ltdc.h,21191,2014-08-01
..............................\.....\...\stm32f4xx_pwr.h,7728,2014-08-01
..............................\.....\...\stm32f4xx_rcc.h,30063,2014-08-01
..............................\.....\...\stm32f4xx_rng.h,3958,2014-08-01
..............................\.....\...\stm32f4xx_rtc.h,40546,2014-08-01
..............................\.....\...\stm32f4xx_sai.h,25470,2014-08-01
..............................\.....\...\stm32f4xx_sdio.h,22777,2014-08-01
..............................\.....\...\stm32f4xx_spi.h,21178,2014-08-01
..............................\.....\...\stm32f4xx_syscfg.h,8974,2014-08-01
..............................\.....\...\stm32f4xx_tim.h,51689,2014-08-01
..............................\.....\...\stm32f4xx_usart.h,17935,2014-08-01
..............................\.....\...\stm32f4xx_wwdg.h,3542,2014-08-01
..............................\.....\src
..............................\.....\...\misc.c,11443,2014-08-01
..............................\.....\...\stm32f4xx_adc.c,69068,2014-08-01
..............................\.....\...\stm32f4xx_can.c,60150,2014-08-01
..............................\.....\...\stm32f4xx_crc.c,3596,2014-08-01
..............................\.....\...\stm32f4xx_cryp.c,35493,2014-08-01
..............................\.....\...\stm32f4xx_cryp_aes.c,58026,2014-08-01
..............................\.....\...\stm32f4xx_cryp_des.c,9822,2014-08-01
..............................\.....\...\stm32f4xx_cryp_tdes.c,10577,2014-08-01
..............................\.....\...\stm32f4xx_dac.c,26804,2014-08-01
..............................\.....\...\stm32f4xx_dbgmcu.c,6809,2014-08-01
..............................\.....\...\stm32f4xx_dcmi.c,18782,2014-08-01
..............................\.....\...\stm32f4xx_dma.c,52917,2014-08-01
..............................\.....\...\stm32f4xx_dma2d.c,27165,2014-08-01
..............................\.....\...\stm32f4xx_exti.c,9828,2014-08-01
..............................\.....\...\stm32f4xx_flash.c,63033,2014-08-01
..............................\.....\...\stm32f4xx_flash_ramfunc.c,5444,2014-08-04
..............................\.....\...\stm32f4xx_fmc.c,56568,2014-08-01
..............................\.....\...\stm32f4xx_fsmc.c,41831,2014-08-01
..............................\.....\...\stm32f4xx_gpio.c,25202,2014-08-01
..............................\.....\...\stm32f4xx_hash.c,26630,2014-08-01
..............................\.....\...\stm32f4xx_hash_md5.c,9594,2014-08-01
..............................\.....\...\stm32f4xx_hash_sha1.c,9793,2014-08-01
..............................\.....\...\stm32f4xx_i2c.c,54393,2014-08-01
..............................\.....\...\stm32f4xx_iwdg.c,9348,2014-08-01
..............................\.....\...\stm32f4xx_ltdc.c,39790,2014-08-01
..............................\.....\...\stm32f4xx_pwr.c,37707,2014-08-01
..............................\.....\...\stm32f4xx_rcc.c,98839,2014-08-01
..............................\.....\...\stm32f4xx_rng.c,14060,2014-08-01
..............................\.....\...\stm32f4xx_rtc.c,102891,2014-08-01
..............................\.....\...\stm32f4xx_sai.c,46411,2014-08-01
..............................\.....\...\stm32f4xx_sdio.c,38957,2014-08-01
..............................\.....\...\stm32f4xx_spi.c,52522,2014-08-01
..............................\.....\...\stm32f4xx_syscfg.c,9575,2014-08-01
..............................\.....\...\stm32f4xx_tim.c,124732,2014-08-01
..............................\.....\...\stm32f4xx_usart.c,57949,2014-08-01
..............................\.....\...\stm32f4xx_wwdg.c,10492,2014-08-01
..............................\HARDWARE
..............................\........\BEEP
..............................\........\....\beep.c,1147,2014-07-05
..............................\........\....\beep.h,674,2014-05-04
..............................\........\KEY
..............................\........\...\key.c,1872,2014-07-12
..............................\........\...\key.h,1180,2014-07-12
..............................\........\LED
..............................\........\...\led.c,1177,2014-07-05
..............................\........\...\led.h,659,2014-07-03
..............................\keilkilll.bat,399,2011-04-23
..............................\OBJ
..............................\...\beep.crf,434300,2016-05-21
..............................\...\beep.d,1679,2016-05-21
..............................\...\beep.o,469864,2016-05-21
..............................\...\delay.crf,435060,2016-05-21
..............................\...\delay.d,1717,2016-05-21
..............................\...\delay.o,474932,2016-05-21
..............................\...\key.crf,435398,2016-05-21
..............................\...\key.d,1676,2016-05-21
..............................\...\key.o,473020,2016-05-21
..............................\...\led.crf,434341,2016-05-21
..............................\...\led.d,1637,2016-05-21

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 696518资源总数
  • 104347会员总数
  • 12今日下载