demo code for flash_partitioning_s32k148

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

demo code for flash_partitioning_s32k148

ソリューションへジャンプ
1,807件の閲覧回数
jaylou
Contributor I

FTFx_FCCOB0 = FTFx_ERASE_SECTOR;
FTFx_FCCOB1 = GET_BIT_16_23(dest);
FTFx_FCCOB2 = GET_BIT_8_15(dest);
FTFx_FCCOB3 = GET_BIT_0_7(dest);

this is the Passing parameter command, but what is the exactly address?

0 件の賞賛
返信
1 解決策
1,798件の閲覧回数
lukaszadrapa
NXP TechSupport
NXP TechSupport

Hi,

FCCOBn registers are 8bit registers, so the address is split to FCCOB1-3. The address is 24bit only which is sufficient to cover whole flash.

Regards,

Lukas

元の投稿で解決策を見る

0 件の賞賛
返信
2 返答(返信)
1,799件の閲覧回数
lukaszadrapa
NXP TechSupport
NXP TechSupport

Hi,

FCCOBn registers are 8bit registers, so the address is split to FCCOB1-3. The address is 24bit only which is sufficient to cover whole flash.

Regards,

Lukas

0 件の賞賛
返信
1,776件の閲覧回数
jaylou
Contributor I

Thank you, Sir.

0 件の賞賛
返信