EEPROM

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

EEPROM

546 Views
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

Labels (1)
Tags (1)
0 Kudos
1 Reply

340 Views
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 Kudos