demo code for flash_partitioning_s32k148

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

demo code for flash_partitioning_s32k148

跳至解决方案
1,011 次查看
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,002 次查看
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,003 次查看
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 项奖励
980 次查看
jaylou
Contributor I

Thank you, Sir.

0 项奖励