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.

TMS320F28379D: 初始化时Flash_api,需要添加指令EALLOW,否则在后继调用Fapi_issueProgrammingCommand()函数时会失败

Part Number: TMS320F28379D

问题一:如图,在初始化Flash_api时,为什么需要加上EALLOW才能成功操作Fapi_issueProgrammingCommand(),不添加EALLOW指令时,执行Fapi_issueProgrammingCommand()虽然状态返回成功,但数据实际写入失败,使用Fapi_doVerify()进行check返回Fapi_Error_Fail

问题二:使用Fapi_issueAsyncCommandWithAddress()擦除时,每次擦除扇区大小为0x2000,是否有办法可以控制擦除区域大小