Other Parts Discussed in Thread: CONTROLSUITE
Hi,in the “Flash2833x_API_Library.H" file I find the following functions about the Flash ,but I don't know how to use them.Can you help me?
extern Uint16 Flash_Erase(Uint16 SectorMask, FLASH_ST *FEraseStat);
extern Uint16 Flash_Program(Uint16 *FlashAddr, Uint16 *BufAddr, Uint32 Length, FLASH_ST *FProgStatus);
extern Uint16 Flash_Verify(Uint16 *StartAddr, Uint16 *BufAddr, Uint32 Length, FLASH_ST *FVerifyStat);