Is there a non-blocking version of FlashEraseSector()?

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Is there a non-blocking version of FlashEraseSector()?

跳至解决方案
549 次查看
davidwhite
Contributor II

It seems that when you call this function, it will not return until the erase has been completed, so it could block other code from running for many hundreds of milliseconds. Is there a non-blocking version of this function that can be polled for erase completed?

0 项奖励
1 解答
406 次查看
deepakrana
NXP Employee
NXP Employee

hi

FSL recommend the use of the C90TFS_Flash drivers.

http://cache.freescale.com/files/32bit/software/C90TFS_FLASH_DRIVER.exe?fpsp=1&WT_TYPE=Device%20Driv...

Think they should serve the purpose.

If you are looking to customize further you may but then make sure while erasing you are not accessing in the same block.

在原帖中查看解决方案

0 项奖励
1 回复
407 次查看
deepakrana
NXP Employee
NXP Employee

hi

FSL recommend the use of the C90TFS_Flash drivers.

http://cache.freescale.com/files/32bit/software/C90TFS_FLASH_DRIVER.exe?fpsp=1&WT_TYPE=Device%20Driv...

Think they should serve the purpose.

If you are looking to customize further you may but then make sure while erasing you are not accessing in the same block.

0 项奖励