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??