9s08dz16 eeprom

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

9s08dz16 eeprom

461 Views
saravanananbazh
Contributor II


Hello All,

I am trying to write a program where I need store values in 9s08dz16 eeprom, which I can read later. How to write into dz16's internal EEPROM?

Thanks

Tags (3)
0 Kudos
1 Reply

323 Views
marek_neuzil
NXP Employee
NXP Employee

Hello,

If you are using CodeWarrior for MCU (e.g. version 10.6.x) and Prcessor Expert project you can use IntEEPROM component to write to the internal EEPROM of this MCU. You can use one of the Set<type> methods of this IntEEPROM component (SetByte, SetWord or SetLong methods).

Best Regards,

Marek Neuzil

0 Kudos