Welcome![Sign In][Sign Up]
Location:
Downloads SourceCode Windows Develop Other
Title: Program Download
 Description: This example provides a description 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.
 Downloaders recently: [More information of uploader rong]
 To Search:
File list (Check if you may need any files):
 

Program\main.c
.......\readme.txt
.......\stm32f10x_conf.h
.......\stm32f10x_it.c
.......\stm32f10x_it.h
.......\system_stm32f10x.c
Program
    

CodeBus www.codebus.net