how preserve eeprom data - 9S08DZ60

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

how preserve eeprom data - 9S08DZ60

2,523 次查看
cocheca
Contributor I
Hello !
I´m working with the board DEMO9S08DZ60 and I need preserve the eeprom data when I reprogram the project.
I try to SET in the programmer -> MultilinkCyclonePro/ AdvancedProgramming / Always Preserve All EEPROM Data or same range of them .. but DIDN´T WORK !!!
What i need to do ?
I try with the forum of P&E ... but, it don´t work or i can´t do a search !!
Excuse me for my english.
Thanks, Jose.-

标签 (1)
0 项奖励
回复
4 回复数

1,165 次查看
Lundin
Senior Contributor IV
It works for me, using CW6.0. If you are using the same version, you should post a service request at the Freescale site.
0 项奖励
回复

1,165 次查看
Ake
Contributor III
Hi,
Now I am not a C-guru at all, I have not tried it, but I would use
const unsigned char data[64] @EEROM
and then use.
But as I said, I haven't tried it myself, so it might not work at all.
 
Regards,
Ake
0 项奖励
回复

1,165 次查看
Lundin
Senior Contributor IV
He is asking for how to prevent the debugger from erasing the eeprom each time he loads the project.
0 项奖励
回复

1,165 次查看
cocheca
Contributor I
Hy Lundin,

You have reason ... the problem is how prevent the debbuger to erase the eeprom.

I found this theard http://forums.freescale.com/freescale/board/message?board.id=CW816COMM&message.id=1112&query.id=1028...
it´s explain how edit the xxx.S8P file to preserve the EEPROM !!! That works for me !!!

But, I wiil try again with the setting of MultilinkCyclonePro/ AdvancedProgramming

Thanks for your help.

Regards, Jose.-
0 项奖励
回复