9s08dz16 eeprom

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

9s08dz16 eeprom

460 次查看
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

标记 (3)
0 项奖励
1 回复

322 次查看
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 项奖励