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

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

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

ソリューションへジャンプ
560件の閲覧回数
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 解決策
417件の閲覧回数
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 返信
418件の閲覧回数
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 件の賞賛
返信