IAP in LPC2136
2006-04-24 by topandurangs
Hi all,
I am working with IAP in LPC2136 & using EE_demo code posted
on the board
but when i am calling the following routine
//copy initial data into Flash
//an address of eep_ini data is passed in command_ee parameter
command_ee=(unsigned int) (&eep_ini);
ee_write(command_ee,response_ee);
status = response_ee[0];
I am getting in status 0x0A ,which indicate compare error,what could
be the possible cause for this.Can any one help me out.
Thanks & Regards,
Pandurang S.