This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMS320F28335: 请教关于TMS320F28335写数据到flash并读取的问题:

Part Number: TMS320F28335
Other Parts Discussed in Thread: C2000WARE

您好,我在阅读flash_API例程的过程中,这些API的功能是什么,Flash_Program(a,b,c,d)是写b到flash吗?Flash_Verify(a,b,c,d)是读取数据到b这个缓冲区吗?

#if FLASH_F28335
#define Flash_Erase(a,b)          Flash28335_Erase(a,b)
#define Flash_Program(a,b,c,d)    Flash28335_Program(a,b,c,d)
#define Flash_Verify(a,b,c,d)     Flash28335_Verify(a,b,c,d)
#define Flash_ToggleTest(a,b)     Flash28335_ToggleTest(a,b)
#define Flash_DepRecover()        Flash28335_DepRecover()
#define Flash_APIVersionHex()     Flash28335_APIVersionHex()
#define Flash_APIVersion()        Flash28335_APIVersion()