4 KB EEPROM

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

4 KB EEPROM

Jump to solution
654 Views
hugolap
Contributor I

I want to use the 4 KB EEPROM that is available on some of the Kinetis ARM MCUs.

I am using the MQC  RTOS.

What API calls do I use?

I can't find in in the MQXUG.

All I need is a .h file or something to look at.

Thanks Hugo

0 Kudos
1 Solution
442 Views
c0170
Senior Contributor III

Hello Hugo Russouw,

have you opened flexnvm (FlexEEPROM) example in mqx\examples folder ?

Regards,

0xc0170

View solution in original post

0 Kudos
5 Replies
443 Views
c0170
Senior Contributor III

Hello Hugo Russouw,

have you opened flexnvm (FlexEEPROM) example in mqx\examples folder ?

Regards,

0xc0170

0 Kudos
442 Views
hugolap
Contributor I

Thanks 0xc0170

I'll have a look.

0 Kudos
442 Views
Monica
Senior Contributor III

Hello Hugo,

don't forget to keep us posted, how's the project going? :smileywink:

Best,

Monica.

0 Kudos
442 Views
hugolap
Contributor I

Hallo

The MCU does not support this 4 KB EEPROM. :smileysad: (MK60DN512VLQ10)

I can not change to the MK60DX256VLQ10 because I need the program flash and SRAM size.


Can someone tell me if this MCU support Flash as EPROM?

The information I need to save is only going to be set at installation and at upgrade of the system.


Thanks Hugo

0 Kudos
442 Views
Martin_
NXP Employee
NXP Employee

Hi Hugo,

the internal flash memory of the K60DN can be erased/programmed at runtime. MQX has Flashx IO driver for this purpose. Check the /mqx/examples/flashx. Part of the internal flash (defined by BSP) can be accessed by fopen(), fread() and fwrite() functions.

0 Kudos