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.
问题一:如图,在初始化Flash_api时,为什么需要加上EALLOW才能成功操作Fapi_issueProgrammingCommand(),不添加EALLOW指令时,执行Fapi_issueProgrammingCommand()虽然状态返回成功,但数据实际写入失败,使用Fapi_doVerify()进行check返回Fapi_Error_Fail
问题二:使用Fapi_issueAsyncCommandWithAddress()擦除时,每次擦除扇区大小为0x2000,是否有办法可以控制擦除区域大小
您好
问题一:如图,在初始化Flash_api时,为什么需要加上EALLOW才能成功操作Fapi_issueProgrammingCommand(),不添加EALLOW指令时,执行Fapi_issueProgrammingCommand()虽然状态返回成功,但数据实际写入失败,使用Fapi_doVerify()进行check返回Fapi_Error_Fail
请您参考这个帖子。
问题二:使用Fapi_issueAsyncCommandWithAddress()擦除时,每次擦除扇区大小为0x2000,是否有办法可以控制擦除区域大小
应该不可以。
您好
建议需要EALLOW,关于频率的问题建议通过代码进行修正补偿,详细请参考官方的例程。至于您如果实际情况不需要,您可以视您实际情况做相关修改。