stm32f407_NorFlash

所属分类:单片机开发
开发工具:C/C++
文件大小:1043KB
下载次数:33
上传日期:2015-07-02 10:59:25
上 传 者5079058
说明:  NorFlash驱动程序,stm32f407单片机,keil编译器,改一下接口就可以使用。
(NorFlash driver, stm32f407 microcontroller, keil compiler, change the interface can be used.)

文件列表:
stm32f407_NorFlash (0, 2015-07-02)
stm32f407_NorFlash\Doc (0, 2015-07-02)
stm32f407_NorFlash\JLinkLog.txt (49487, 2014-10-20)
stm32f407_NorFlash\JLinkSettings.ini (573, 2012-10-12)
stm32f407_NorFlash\Libraries (0, 2015-07-02)
stm32f407_NorFlash\Libraries\CMSIS (0, 2015-07-02)
stm32f407_NorFlash\Libraries\CMSIS\CMSIS END USER LICENCE AGREEMENT.pdf (51511, 2011-11-14)
stm32f407_NorFlash\Libraries\CMSIS\Device (0, 2015-07-02)
stm32f407_NorFlash\Libraries\CMSIS\Device\ST (0, 2015-07-02)
stm32f407_NorFlash\Libraries\CMSIS\Device\ST\STM32F4xx (0, 2015-07-02)
stm32f407_NorFlash\Libraries\CMSIS\Device\ST\STM32F4xx\Include (0, 2015-07-02)
stm32f407_NorFlash\Libraries\CMSIS\Device\ST\STM32F4xx\Include\stm32f4xx.h (530690, 2011-11-14)
stm32f407_NorFlash\Libraries\CMSIS\Device\ST\STM32F4xx\Include\system_stm32f4xx.h (2096, 2011-11-14)
stm32f407_NorFlash\Libraries\CMSIS\Device\ST\STM32F4xx\Release_Notes.html (17827, 2011-11-14)
stm32f407_NorFlash\Libraries\CMSIS\Device\ST\STM32F4xx\Source (0, 2015-07-02)
stm32f407_NorFlash\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates (0, 2015-07-02)
stm32f407_NorFlash\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\arm (0, 2015-07-02)
stm32f407_NorFlash\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\arm\startup_stm32f4xx.s (29511, 2011-11-14)
stm32f407_NorFlash\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\gcc_ride7 (0, 2015-07-02)
stm32f407_NorFlash\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\gcc_ride7\startup_stm32f4xx.s (23970, 2011-11-14)
stm32f407_NorFlash\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\iar (0, 2015-07-02)
stm32f407_NorFlash\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\iar\startup_stm32f4xx.s (24546, 2011-11-14)
stm32f407_NorFlash\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\system_stm32f4xx.c (21726, 2011-11-14)
stm32f407_NorFlash\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\TASKING (0, 2015-07-02)
stm32f407_NorFlash\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\TASKING\cstart_thumb2.asm (3672, 2011-11-14)
stm32f407_NorFlash\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\TrueSTUDIO (0, 2015-07-02)
stm32f407_NorFlash\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\TrueSTUDIO\startup_stm32f4xx.s (24040, 2011-11-14)
stm32f407_NorFlash\Libraries\CMSIS\Documentation (0, 2015-07-02)
stm32f407_NorFlash\Libraries\CMSIS\Documentation\CMSIS-SVD_Schema_1_0.xsd (13643, 2011-11-14)
stm32f407_NorFlash\Libraries\CMSIS\Documentation\CMSIS_CM4_SIMD.htm (127419, 2011-11-14)
stm32f407_NorFlash\Libraries\CMSIS\Documentation\CMSIS_Core.htm (65406, 2011-11-14)
stm32f407_NorFlash\Libraries\CMSIS\Documentation\CMSIS_DebugSupport.htm (9956, 2011-11-14)
stm32f407_NorFlash\Libraries\CMSIS\Documentation\CMSIS_History.htm (17863, 2011-11-14)
stm32f407_NorFlash\Libraries\CMSIS\Documentation\CMSIS_Logo_Final.jpg (123676, 2011-11-14)
stm32f407_NorFlash\Libraries\CMSIS\Documentation\CMSIS_System_View_Description.htm (67286, 2011-11-14)
stm32f407_NorFlash\Libraries\CMSIS\Include (0, 2015-07-02)
stm32f407_NorFlash\Libraries\CMSIS\Include\arm_common_tables.h (1120, 2011-11-14)
stm32f407_NorFlash\Libraries\CMSIS\Include\arm_math.h (240326, 2011-11-14)
stm32f407_NorFlash\Libraries\CMSIS\Include\core_cm0.h (31948, 2011-11-14)
... ...

/********************************************************************************** ** 红龙407开发板 ** 论坛:bbs.openmcu.com ** 旺宝:www.openmcu.com ** 邮箱:support@openmcu.com ** 实验名:nor flash例程 ** KEIL MDK-ARM Standard Version:4.23 ** 固件库(ST) Version: V1.0.0 ** 使用外设: fsmc **********************************************************************************/ 测试说明: 本程序NOR flash 测试程序,大致流程为 写1K的数据 再读出来,与之对比.数据正常LED1亮,数据错误,LED2亮。 第一步:取下所有跳线帽(因为FSMC管脚共用的比较多),留下J11(BOOT0 接 GND),J13接PG8与NE2。 第二步:编译并下载程序。 测试结果: LED1亮,测试正常通过。 LED2亮,测试未通过。 版本更新备注 当前版本V1.0 日期:2013.4.3

近期下载者

相关文件


收藏者