Which flash driver is proper for S32K144?

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

Which flash driver is proper for S32K144?

2,918 次查看
najongmin
Contributor III

I installed Standard Software Driver v1.0.4 (C90TFS) for S32K144 Flash driving.

I want to import the c-array flash driver to my application.

But there are 3 types of driver.. What should i use as S32K144 Flash driver?

Plus, Let me know the flash blocks configuration of K144's 512KB Flash memory.

(For example, 64KB x 2EA, 128KB x 1EA.... so on)

najongmin_0-1619443076948.png

 

 

0 项奖励
回复
2 回复数

2,888 次查看
lukaszadrapa
NXP TechSupport
NXP TechSupport

Hi,

I will add that mentioned package (https://www.nxp.com/webapp/Download?colCode=C90TFS-FLASH-DRIVER-DEVD) is not maintained for S32K1xx anymore. SW example for S32K1144 was added in the last revision in the past but it's recommended to use rather SDK drivers included in S32 Design Studio.

Regards,

Lukas

0 项奖励
回复

2,910 次查看
somebyte
Contributor I

Hello!

I'm using flash driver in my project with S32K144 (512KB), but I'm importing driver in a different way.

My repository: https://github.com/somebyte/S32K144ZENKIT

See dir mcu/drv.

There is the function (mem_write) on  https://github.com/somebyte/S32K144ZENKIT/blob/main/mcu/fw/lib/fw.c

https://github.com/somebyte/S32K144ZENKIT/blob/main/docs/How_to_test_S32K144ZENKIT.pdf

 

0 项奖励
回复