文件名称:Program
-
所属分类:
- 标签属性:
- 上传时间:2014-10-29
-
文件大小:12.38kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
这个示例提供了 STM32 FLASH 的操作-This example provides a descr iption of how to program the STM32F10x FLASH.
After Reset, the Flash memory Program/Erase Controller is locked. To unlock it,
the FLASH_Unlock function is used.
Before programming the desired addresses, an erase operation is performed using
the flash erase page feature. The erase procedure starts with the calculation of
the number of pages to be used. Then all these pages will be erased one by one by
calling FLASH_ErasePage function.
Once this operation is finished, the programming operation will be performed by
using the FLASH_ProgramWord function. The written data is then checked and the
result of the programming operation is stored into the MemoryProgramStatus variable.
After Reset, the Flash memory Program/Erase Controller is locked. To unlock it,
the FLASH_Unlock function is used.
Before programming the desired addresses, an erase operation is performed using
the flash erase page feature. The erase procedure starts with the calculation of
the number of pages to be used. Then all these pages will be erased one by one by
calling FLASH_ErasePage function.
Once this operation is finished, the programming operation will be performed by
using the FLASH_ProgramWord function. The written data is then checked and the
result of the programming operation is stored into the MemoryProgramStatus variable.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Program/main.c
Program/readme.txt
Program/stm32f10x_conf.h
Program/stm32f10x_it.c
Program/stm32f10x_it.h
Program/system_stm32f10x.c
Program
Program/readme.txt
Program/stm32f10x_conf.h
Program/stm32f10x_it.c
Program/stm32f10x_it.h
Program/system_stm32f10x.c
Program
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.