S32K344 Fee using internal flash?

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

S32K344 Fee using internal flash?

跳至解决方案
2,460 次查看
ola_gook
Contributor III

I am evaluating whether S32K344 is able to emulate FEE using internal flash.

The S32DS FEE example uses external flash via QSPI only.

My company is considering using different MCUs for different purposes, but all will need some kind of NVM like FEE.

Thus, since S32K312 does not have QSPI, I can only assume that it also does not support FEE?

Correct?

Otherwize please point me to an example of using FEE based on internal FLS setup.

Regards.

0 项奖励
1 解答
2,395 次查看
cuongnguyenphu
NXP Employee
NXP Employee

@ola_gook ,
S32K344 allows to use internal flash for Fee. As User manual of Fls module in Release RTD AUTOSAR Ver 1.0.0:

cuongnguyenphu_0-1650270561078.png

So, it's possible to use FEE with internal Flash.

cuongnguyenphu_1-1650270806493.pngcuongnguyenphu_2-1650270814489.png


For Fee example for S32K3, you can update your S32DS SW to latest version, which is installed S32K3XX development package and S32K3 RTD Autosar 4.4 includes:

cuongnguyenphu_3-1650270924490.png


Then you can find Fee example for S32K344 and S32K312 included

cuongnguyenphu_4-1650271038856.png



Please note that select Fls channel is FLS Hardware channel is 'FLS_CH_INTERN' to use internal flash config

cuongnguyenphu_5-1650271133219.png

Later, in configuration of FEE module, select the corresponding Fls sector defined previously in Fls

cuongnguyenphu_6-1650271277414.png

 

 

 

在原帖中查看解决方案

4 回复数
2,401 次查看
cuongnguyenphu
NXP Employee
NXP Employee

Hi @ola_gook 
Can you let me know which NXP SW product version you're working on S32K344

0 项奖励
2,396 次查看
cuongnguyenphu
NXP Employee
NXP Employee

@ola_gook ,
S32K344 allows to use internal flash for Fee. As User manual of Fls module in Release RTD AUTOSAR Ver 1.0.0:

cuongnguyenphu_0-1650270561078.png

So, it's possible to use FEE with internal Flash.

cuongnguyenphu_1-1650270806493.pngcuongnguyenphu_2-1650270814489.png


For Fee example for S32K3, you can update your S32DS SW to latest version, which is installed S32K3XX development package and S32K3 RTD Autosar 4.4 includes:

cuongnguyenphu_3-1650270924490.png


Then you can find Fee example for S32K344 and S32K312 included

cuongnguyenphu_4-1650271038856.png



Please note that select Fls channel is FLS Hardware channel is 'FLS_CH_INTERN' to use internal flash config

cuongnguyenphu_5-1650271133219.png

Later, in configuration of FEE module, select the corresponding Fls sector defined previously in Fls

cuongnguyenphu_6-1650271277414.png

 

 

 

2,391 次查看
ola_gook
Contributor III

Thanks for the response.

So then I suppose S32K312 also has the internal flash FEE feature?

(What puzzled me was the fact that there was an external flash driver defined at the end. I didn't pay enough attention to the FLS_CH_INTERN pointer.)

Regards

/Ola

0 项奖励
2,385 次查看
cuongnguyenphu
NXP Employee
NXP Employee

Yes, It's correct. Because FEE refer to Fls HW config, which is allowed internal flash. In this case both S32K344 and S32K312 can refer Fls Internal flash setup

0 项奖励