How to emulate EEPROM on K60(MK20DX512)

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to emulate EEPROM on K60(MK20DX512)

Jump to solution
1,490 Views
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 Kudos
Reply
1 Solution
1,460 Views
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.
-------------------------------------------------------------------------------

View solution in original post

0 Kudos
Reply
3 Replies
1,479 Views
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 Kudos
Reply
1,477 Views
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 Kudos
Reply
1,461 Views
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 Kudos
Reply