MG32F10x Standard Peripherals Firmware Library
宏定义 | 函数
mg32f10x_fmc.c 文件参考

This file provides all the FMC firmware functions. 更多...

#include "mg32f10x_fmc.h"

宏定义

#define FLASH_OP_RAM_CODE   {0xBF006008, 0x06006808, 0x4770D4FC}
 
#define PRE_OP()   ((void(*)(void))((unsigned int)(pre_op_code) | 0x01))()
 

函数

uint32_t FMC_ClearPageLatch (void)
 Clear page latches. 更多...
 
uint32_t FMC_ErasePage (uint32_t Page_Address)
 Erase a specified FLASH page. 更多...
 
uint32_t FMC_EraseSector (uint32_t Sector_Address)
 Erase a specified FLASH sector. 更多...
 
uint32_t FMC_EraseBulk (void)
 Erase main flash memory. 更多...
 
uint32_t FMC_ProgramPage (uint32_t Page_Address)
 Programs the data to the specified page address. 更多...
 

详细描述

This file provides all the FMC firmware functions.

作者
megawin Application Team
版本
V0.1.10
日期
05-January-2023