relationships between flash operation and interrupt

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

relationships between flash operation and interrupt

ソリューションへジャンプ
472件の閲覧回数
gumu
Contributor IV

Hi NXP team,

If write/erase the flash different block, do I need to disable all interrupt?

if yes, how to fix FS26 watchdog feed problem, Since I have to fresh watchdog in duration which is based on GPT, the interrupt of GPT is disable by operation of flash。

Thanks for any advice!

 

0 件の賞賛
1 解決策
461件の閲覧回数
danielmartynek
NXP TechSupport
NXP TechSupport

Hi @gumu,

There is the “Read-While-Write” (RWW) that allows performing a read and a write simultaneously (applies only when operations are in different blocks).

When it comes to interrupts, it depends on where the vector table, the ISR and the resources that the ISR reads are stored.

For example, if you want to reprogram Block_0, none of the above mentioned can be stored in that block.

 

Regards,

Daniel

 

元の投稿で解決策を見る

0 件の賞賛
2 返答(返信)
462件の閲覧回数
danielmartynek
NXP TechSupport
NXP TechSupport

Hi @gumu,

There is the “Read-While-Write” (RWW) that allows performing a read and a write simultaneously (applies only when operations are in different blocks).

When it comes to interrupts, it depends on where the vector table, the ISR and the resources that the ISR reads are stored.

For example, if you want to reprogram Block_0, none of the above mentioned can be stored in that block.

 

Regards,

Daniel

 

0 件の賞賛
457件の閲覧回数
gumu
Contributor IV

Hi Daniel,

I see, thanks for your reply. 

I will do some tests in bootloader.

0 件の賞賛