i want to read address 0x72800 from st10 flash memory, how i can do this? i use this code but the result is not correct:
int a = 0; DPP0 = 0x1c; __asm mov a,0x2800
i can read 0x0000 to 0x7fff but other memory location cusses a wrong answer in comparison with the result of read from flash memory with a programmer??
Have you spent any time checking in the manual about pointer implementation:
http://www.keil.com/support/man/docs/c166/c166_le_ptrmemtype.htm
http://www.keil.com/forum/58287/