EEPROM

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

EEPROM

3,067 次查看
EagleBeak
Contributor I
The MC9S12E128 data sheet explains how to configure the INITEE register but according to the memory map and technical summary, there is no on-chip EEPROM. Is that not right?
 
If that's the case, is it possible to program the FLASH EEPROM from the Microcontroller operating program? I have calibration constants that I need to retain when power is off. This means, I will be programming pages of FLASH from code running in FLASH. Is this possible?
 
Thanks,
Eagle Beak
标签 (1)
0 项奖励
回复
3 回复数

1,109 次查看
colinh
Contributor I
Hi

Unless the 128k flash consists of 2 or more blocks (which I doubt) you will need to execute some of your code out of RAM. There is an app note: http://www.freescale.com/files/microcontrollers/doc/app_note/AN2720.pdf
which describes how to do it.

Colin
0 项奖励
回复

1,110 次查看
EagleBeak
Contributor I
Colin,
 
Thanks. Of all the documents people have recommended, AN2720 is the most straight forward.
 
Eagle Beak
0 项奖励
回复

1,110 次查看
jag
Contributor IV
Hi,
there is anything (a guide, or a demo) for the 56F8013 DSP?

I need to save some data to the flash between power ups and I've no clue how to do this.

Thanks bye Jack
0 项奖励
回复