We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi, I have D80c400 evaluation kit and I am tring to read memory location 400000h. According to application note 606. The controller stores 'TINI' hex values, but when I read the loaction I am not getting the same value as mentioned.
unsigned char *ptrROM; unsigned int locationCounter; ptrROM = (unsigned char *)0x400000h; for(locationCounter =0; locationCounter<9;locationCounter++) printf("\r\ ROM value at = %x", *(ptrROM++));
HI.
the tini c libs ar at
ftp.dalsemi.com/.../index.html
and one about 24 bit pointers at
files.dalsemi.com/.../structFARPTR.html
plz read thru it. i did not use these C macros bcoz i did a lot in assemblar for my memory accesses
Always yo're freind.
Zeuisti.
Thanks for Your reply.