登录
首页 » Visual C++ » NAND_and_SD_card_SDIO_U_for_128M

NAND_and_SD_card_SDIO_U_for_128M

于 2020-11-11 发布 文件大小:644KB
0 213
下载积分: 1 下载次数: 151

代码说明:

  采用STM32内部自带的usb控制器外加大页nandflash k9f1g08u0a实现一个128M的U盘(STM32 uses the internal built-in usb controller to increase foreign 128M page nandflash k9f1g08u0a to achieve a U-disk)

文件列表:

USB Mass Storage学习笔记-STM32+FLASH实现U盘.pdf
源程序
......\common
......\......\inc
......\......\...\cortexm3_macro.h
......\......\...\fonts.h
......\......\...\lcd.h
......\......\...\main.h
......\......\...\spi_flash.h
......\......\...\stm32f10x_bkp.h
......\......\...\stm32f10x_flash.h
......\......\...\stm32f10x_fsmc.h
......\......\...\stm32f10x_gpio.h
......\......\...\stm32f10x_it.h
......\......\...\stm32f10x_lib.h
......\......\...\stm32f10x_map.h
......\......\...\stm32f10x_nvic.h
......\......\...\stm32f10x_pwr.h
......\......\...\stm32f10x_rcc.h
......\......\...\stm32f10x_rcc.h.bak
......\......\...\stm32f10x_spi.h
......\......\...\stm32f10x_systick.h
......\......\...\stm32f10x_type.h
......\......\...\stm32f10x_usart.h
......\......\src
......\......\...\CAN.txt
......\......\...\cortexm3_macro.s
......\......\...\CRC.c
......\......\...\DBGMCU.c
......\......\...\lcd.c
......\......\...\spi_flash.c
......\......\...\stm32f10x_adc.c
......\......\...\stm32f10x_bkp.c
......\......\...\stm32f10x_dma.c
......\......\...\stm32f10x_exti.c
......\......\...\stm32f10x_flash.c
......\......\...\stm32f10x_fsmc.c
......\......\...\stm32f10x_gpio.c
......\......\...\stm32f10x_i2c.c
......\......\...\stm32f10x_iwdg.c
......\......\...\stm32f10x_lib.c
......\......\...\stm32f10x_nvic.c
......\......\...\stm32f10x_pwr.c
......\......\...\stm32f10x_rcc.c
......\......\...\stm32f10x_rtc.c
......\......\...\stm32f10x_sdio.c
......\......\...\stm32f10x_spi.c
......\......\...\stm32f10x_systick.c
......\......\...\stm32f10x_tim.c
......\......\...\stm32f10x_usart.c
......\......\...\stm32f10x_wwdg.c
......\......\startup
......\......\.......\stm32f10x_vector.s
......\FLASH坏块管理说明.txt
......\fsmc_nand.c
......\fsmc_nand.h
......\hw_config.c
......\hw_config.h
......\JLinkArm_stm32_test.ini
......\JLinkLog.txt
......\listing
......\main.c
......\main.h
......\mass_mal.c
......\mass_mal.h
......\memory.c
......\memory.h
......\output
......\scsi_data.c
......\sdcard.c
......\sdcard.h
......\stm32f10x_dma.c
......\stm32f10x_dma.h
......\stm32f10x_it.c
......\stm32f10x_it.h
......\stm32f10x_sdio.c
......\stm32f10x_sdio.h
......\stm32_test.opt.bak
......\stm32_test.Uv2.bak
......\stm32_test.uvopt
......\stm32_test.uvproj
......\stm32_test_Mass_Storage.dep
......\stm32_test_Opt.Bak
......\stm32_test_stm32_test.dep
......\stm32_test_Uv2.Bak
......\stm32_test_uvopt.bak
......\stm32_test_uvproj.bak
......\usart1_fun.c
......\USBLIB
......\......\inc
......\......\...\usb_conf.h
......\......\...\usb_core.h
......\......\...\usb_def.h
......\......\...\usb_init.h
......\......\...\usb_int.h
......\......\...\usb_lib.h
......\......\...\usb_mem.h
......\......\...\usb_regs.h
......\......\...\usb_type.h
......\......\src

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

发表评论


0 个回复

  • function-generator-.c
    利用AT89c52实现对AD9850的控制,使之输出各种波形,常用在仪器仪表中(Using AT89c52 achieve AD9850 control, so that the output of various waveforms used in the instrumentation of)
    2011-05-31 19:15:40下载
    积分:1
  • aMBAA2410_iari
    aiji的s3c2410 lcd 源码实实例已经移植到iar ewarm v5.2 (real instance of aiji s3c2410 lcd source code has been ported to iar ewarm v5.2)
    2012-07-26 15:47:33下载
    积分:1
  • ARM7
    基于三星ARM7程序开发,最经典的程序设计.由BOOT程序导入工作程序.(Samsung ARM7-based program development, the most classic programming. By the BOOT program to import procedures.)
    2010-09-25 13:35:22下载
    积分:1
  • main
    OMAPl138按键控制,用来对开发板进行相应的测试(OMAPl138 button control panel is used to develop the corresponding test)
    2015-04-30 10:24:34下载
    积分:1
  • GPIO
    基于LPC17xx的GPIO驱动,开发环境为Kiel,以调试通过(The routines of LPC1768 is complete the Ethernet control function, through this source code can achieve the 1768 Ethernet connection, have debugging, through, welcome to download)
    2014-10-14 17:45:54下载
    积分:1
  • NAND_and_SD_card_SDIO_U_for_128M
    采用STM32内部自带的usb控制器外加大页nandflash k9f1g08u0a实现一个128M的U盘(STM32 uses the internal built-in usb controller to increase foreign 128M page nandflash k9f1g08u0a to achieve a U-disk)
    2020-11-11 15:59:45下载
    积分:1
  • marmousi
    marmousi模型的sgy数据体,地震偏移成像必备模型,本模型的sgy格式支持有/无卷头微机和有卷头工作站格式,欢迎广大地震工作者下载(This is the Marmousi model in sgy format,which is essential for Seismic migration imaging.)
    2021-04-23 23:28:47下载
    积分:1
  • STM32F103PSSD1963
    STM32F103+SSD1963源代码(STM32F103+SSD1963 source code )
    2011-11-05 10:48:51下载
    积分:1
  • 67506281TaiWanFont
    很多TFT都带有字库,直接调用函数就可以显示字库里面的内容,这个就是一个字库集,需要的朋友看一下(TFT comes with a lot of fonts, you can directly call the function displays the contents of the font inside, this is a character set, need to look at a friend)
    2009-11-17 15:36:13下载
    积分:1
  • BMS
    电动汽车快换电池箱电子控制单元通信协议(CAN)(BMS ECU communicating protocol)
    2017-09-25 15:41:22下载
    积分:1
  • 696518资源总数
  • 104971会员总数
  • 8今日下载