How to emulate EEPROM on K60(MK20DX512)

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

How to emulate EEPROM on K60(MK20DX512)

ソリューションへジャンプ
1,504件の閲覧回数
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,474件の閲覧回数
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,493件の閲覧回数
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,491件の閲覧回数
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,475件の閲覧回数
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 件の賞賛
返信