登录
首页 » C/C++ » stm32f4-usb-msc-(sd-card)

stm32f4-usb-msc-(sd-card)

于 2015-07-14 发布 文件大小:737KB
0 83
下载积分: 1 下载次数: 23

代码说明:

  本例是基于STM32F407完成对。本代码主要完成MP3播放,界面显示等功能,还可在此基础上外扩点阵屏实现LED显示功能!(This case is based on the completion of the STM32F407. The code is mainly to complete MP3 playback, interface display and other functions, can also be based on the expansion of LED dot matrix screen display function!)

文件列表:

usb msc
.......\app
.......\...\inc
.......\...\...\lcd_log_conf.h,2785,2012-03-22
.......\...\...\stm32f10x_conf.h,3342,2012-03-22
.......\...\...\stm32f2xx_conf.h,3734,2012-03-22
.......\...\...\stm32f4xx_conf.h,3735,2012-03-22
.......\...\...\stm32fxxx_it.h,2183,2012-03-22
.......\...\...\usbd_conf.h,2658,2012-03-22
.......\...\...\usbd_desc.h,3554,2012-03-22
.......\...\...\usb_conf.h,9817,2013-12-02
.......\...\src
.......\...\...\app.c,327,2013-12-01
.......\...\...\main.c,178,2013-11-21
.......\...\...\stm32fxxx_it.c,5539,2013-12-02
.......\...\...\system_stm32f10x.c,30124,2012-03-22
.......\...\...\system_stm32f2xx.c,20915,2012-03-22
.......\...\...\system_stm32f4xx.c,21856,2012-03-22
.......\...\...\usbd_desc.c,8511,2013-12-01
.......\...\...\usbd_storage_msd.c,7145,2013-12-01
.......\...\...\usbd_usr.c,2303,2013-12-01
.......\...\...\usb_bsp.c,2681,2013-12-01
.......\bsp
.......\...\inc
.......\...\...\led.h,282,2013-11-21
.......\...\...\sdio_sd.h,19585,2012-06-08
.......\...\...\usart.h,223,2013-11-22
.......\...\src
.......\...\...\led.c,583,2013-11-20
.......\...\...\sdio_sd.c,97033,2013-11-30
.......\...\...\usart.c,1542,2013-11-22
.......\lib
.......\...\Release_Notes.html,58812,2013-01-10
.......\...\st_stdperiph_lib
.......\...\................\cm4
.......\...\................\...\startup_stm32f40xx.s,29600,2013-07-29
.......\...\................\...\startup_stm32f427x.s,30456,2013-01-10
.......\...\................\...\stm32f4xx.h,544861,2013-01-11
.......\...\................\...\stm32f4xx_conf.h,3754,2013-01-18
.......\...\................\...\system_stm32f4xx.c,22031,2013-07-29
.......\...\................\...\system_stm32f4xx.h,2234,2013-01-10
.......\...\................\inc
.......\...\................\...\misc.h,6925,2013-01-10
.......\...\................\...\stm32f4xx_adc.h,32550,2013-01-10
.......\...\................\...\stm32f4xx_can.h,27319,2013-01-10
.......\...\................\...\stm32f4xx_crc.h,2417,2013-01-10
.......\...\................\...\stm32f4xx_cryp.h,14482,2013-01-17
.......\...\................\...\stm32f4xx_dac.h,14947,2013-01-10
.......\...\................\...\stm32f4xx_dbgmcu.h,4297,2013-01-10
.......\...\................\...\stm32f4xx_dcmi.h,12978,2013-01-10
.......\...\................\...\stm32f4xx_dma.h,28883,2013-01-10
.......\...\................\...\stm32f4xx_exti.h,8013,2013-01-10
.......\...\................\...\stm32f4xx_flash.h,18074,2013-01-10
.......\...\................\...\stm32f4xx_fsmc.h,27182,2013-01-10
.......\...\................\...\stm32f4xx_gpio.h,18535,2013-01-10
.......\...\................\...\stm32f4xx_hash.h,10085,2013-01-10
.......\...\................\...\stm32f4xx_i2c.h,31940,2013-01-10
.......\...\................\...\stm32f4xx_iwdg.h,4324,2013-01-10
.......\...\................\...\stm32f4xx_pwr.h,6358,2013-01-10
.......\...\................\...\stm32f4xx_rcc.h,25862,2013-01-10
.......\...\................\...\stm32f4xx_rng.h,3959,2013-01-10
.......\...\................\...\stm32f4xx_rtc.h,40547,2013-01-10
.......\...\................\...\stm32f4xx_sdio.h,22778,2013-01-10
.......\...\................\...\stm32f4xx_spi.h,21179,2013-01-10
.......\...\................\...\stm32f4xx_syscfg.h,7334,2013-01-10
.......\...\................\...\stm32f4xx_tim.h,51690,2013-01-10
.......\...\................\...\stm32f4xx_usart.h,17936,2013-01-10
.......\...\................\...\stm32f4xx_wwdg.h,3543,2013-01-10
.......\...\................\src
.......\...\................\...\misc.c,11444,2013-01-10
.......\...\................\...\stm32f4xx_adc.c,68877,2013-01-10
.......\...\................\...\stm32f4xx_can.c,60282,2013-01-10
.......\...\................\...\stm32f4xx_crc.c,3597,2013-01-10
.......\...\................\...\stm32f4xx_cryp.c,35505,2013-01-10
.......\...\................\...\stm32f4xx_cryp_aes.c,57734,2013-01-17
.......\...\................\...\stm32f4xx_cryp_des.c,9823,2013-01-10
.......\...\................\...\stm32f4xx_cryp_tdes.c,10545,2013-01-10
.......\...\................\...\stm32f4xx_dac.c,26805,2013-01-10
.......\...\................\...\stm32f4xx_dbgmcu.c,6810,2013-01-10
.......\...\................\...\stm32f4xx_dcmi.c,18793,2013-01-10
.......\...\................\...\stm32f4xx_dma.c,52951,2013-01-10
.......\...\................\...\stm32f4xx_exti.c,10025,2013-01-10
.......\...\................\...\stm32f4xx_flash.c,42844,2013-01-10
.......\...\................\...\stm32f4xx_fsmc.c,41998,2013-01-10
.......\...\................\...\stm32f4xx_gpio.c,22091,2013-01-10
.......\...\................\...\stm32f4xx_hash.c,26663,2013-01-10
.......\...\................\...\stm32f4xx_hash_md5.c,9595,2013-01-10
.......\...\................\...\stm32f4xx_hash_sha1.c,9794,2013-01-10
.......\...\................\...\stm32f4xx_i2c.c,54139,2013-01-10
.......\...\................\...\stm32f4xx_iwdg.c,9349,2013-01-10
.......\...\................\...\stm32f4xx_pwr.c,26394,2013-01-10
.......\...\................\...\stm32f4xx_rcc.c,77695,2013-01-10
.......\...\................\...\stm32f4xx_rng.c,14061,2013-01-10
.......\...\................\...\stm32f4xx_rtc.c,102892,2013-01-10
.......\...\................\...\stm32f4xx_sdio.c,38958,2013-01-10
.......\...\................\...\stm32f4xx_spi.c,52315,2013-01-10
.......\...\................\...\stm32f4xx_syscfg.c,7753,2013-01-10
.......\...\................\...\stm32f4xx_tim.c,124733,2013-01-10
.......\...\................\...\stm32f4xx_usart.c,57950,2013-01-10
.......\...\................\...\stm32f4xx_wwdg.c,10550,2013-01-10

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

发表评论

0 个回复

  • 696518资源总数
  • 104271会员总数
  • 57今日下载