MK10DN512VLK10 no eeprom ,how to Storage parameters

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

MK10DN512VLK10 no eeprom ,how to Storage parameters

672 Views
李志權
Contributor II

MK10DN512VLK10 no eeprom ,how to Storage parameters?

I use CodeWarrior 10.4 with PE

Labels (1)
0 Kudos
3 Replies

458 Views
Hui_Ma
NXP TechSupport
NXP TechSupport

For the device without FlexMemory (eeprom), you could use  Flash command to erase/program a Flash sector to emulate eeprom operation.

You can refer C90TFS_FLASH_DRIVER: TFS Flash Driver Software for Kinetis and ColdFire+ Microcontrollers from below link, which provides Flash operation demo.

http://cache.freescale.com/files/32bit/software/C90TFS_FLASH_DRIVER.exe

Wish it help.

458 Views
李志權
Contributor II

Thanks,I use FLASH_LDD to finsh Storage parameters function.

0 Kudos

458 Views
Hui_Ma
NXP TechSupport
NXP TechSupport

Please check attached project, which is using FLASH_LDD component of PE with CW V10.5 to write/read data from Flash memory address 0x40000.

Wish it helps.

0 Kudos