EEPROM

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

EEPROM

993 次查看
kdn
Contributor III

I am trying to use internal EEPROM in freescale microcontroller, what is difference between?

 

WriteWord(IEE1_TAddress AddrRow,word Data16)

 

WriteSector(IEE1_TAddress AddrSec,dword Data32)

 

IEE1_SetByte(IEE1_TAddress Addr,byte Data)

 

 

21539_21539.JPG10.JPG

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

787 次查看
ZhangJennie
NXP TechSupport
NXP TechSupport

Hi KDN,

are these three methods are internal, used by Processor Expert only.

WriteWord(IEE1_TAddress AddrRow,word Data16):  write the word data to EEPROM memory address <AddrRow>.


WriteSector(IEE1_TAddress AddrSec,dword Data32):  The method writes the data block to <AddrSec> allocated sector.

IEE1_SetByte(IEE1_TAddress Addr,byte Data): write a given byte to a specified address <Addr> in EEPROM.

for more information about these three methods, i suggest you check the comments in processor expert generated for them,

2015-03-30_10-24-22.png


Have a great day,
Zhang Jun

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 项奖励
回复