S32K344 Fee using internal flash?

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

S32K344 Fee using internal flash?

ソリューションへジャンプ
3,168件の閲覧回数
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 解決策
3,103件の閲覧回数
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 返答(返信)
3,109件の閲覧回数
cuongnguyenphu
NXP Employee
NXP Employee

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

0 件の賞賛
返信
3,104件の閲覧回数
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

 

 

 

3,099件の閲覧回数
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 件の賞賛
返信
3,093件の閲覧回数
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 件の賞賛
返信