eraseRegion min/max eraseable bytes

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

eraseRegion min/max eraseable bytes

ソリューションへジャンプ
679件の閲覧回数
albrecht
Contributor I

I am using the bootloader to erase Flash with the eraseRegion command.

How big/small is the byte-count that i can use? Do i have to make shure the byteCount fits in the page-size?

I am using a "MK02FN64VLH10".

0 件の賞賛
返信
1 解決策
550件の閲覧回数
miduo
NXP Employee
NXP Employee

Hi,

Flash is erased on sector boundaries. For MK02, the minimum erase size is 4K bytes (one sector of program flash). So the eraseRegion min eraseable bytes is 4K.

元の投稿で解決策を見る

1 返信
551件の閲覧回数
miduo
NXP Employee
NXP Employee

Hi,

Flash is erased on sector boundaries. For MK02, the minimum erase size is 4K bytes (one sector of program flash). So the eraseRegion min eraseable bytes is 4K.