How to emulate EEPROM on K60(MK20DX512)

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

How to emulate EEPROM on K60(MK20DX512)

跳至解决方案
1,487 次查看
FirmFruits
Contributor II

Hi,

I am working on EEPROM creation using NVM of MK20DX512 on MCUXpresso IDE.

I looked at a few Application Notes(AN4282, AN4903, AN5338), but it seems that there was no information about MK20DX256, and it is difficult to understand the contents because it is written too complexly.

 

Q1. Is it possible to create eeprom emulation on MK20DX512?

Q2. If so, is there an example source code? What documentation can I refer to to get the example source code?

0 项奖励
回复
1 解答
1,457 次查看
nxf56274
NXP Employee
NXP Employee

Hi,

Yes. You should port the driver for the mk20. Copy the fsl_ftfx_xxx file into your project. And try to run it.

Some article for you to refer.

Have a great day,
TIC

-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!

- We are following threads for 7 days after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

在原帖中查看解决方案

0 项奖励
回复
3 回复数
1,476 次查看
nxf56274
NXP Employee
NXP Employee

Hi,

You can refer the other sdk that has eeprom like frdm-ke15z.

Have a great day,
TIC

-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!

- We are following threads for 7 days after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

0 项奖励
回复
1,474 次查看
FirmFruits
Contributor II

Thank you for reply.

As you replied, I took a look at the ke15z sdk.

There really is a FlexNVM eeprom emulation example. I have checked that it is implemented using the FSL FlexNVM driver.
But as you know, there is no FlexNVM driver in MK20DX256 SDK.

Should I implement not only application but also the driver for MK20DX256 myself / and just refer the KE15Z SDK?

0 项奖励
回复
1,458 次查看
nxf56274
NXP Employee
NXP Employee

Hi,

Yes. You should port the driver for the mk20. Copy the fsl_ftfx_xxx file into your project. And try to run it.

Some article for you to refer.

Have a great day,
TIC

-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!

- We are following threads for 7 days after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

0 项奖励
回复