This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

pleas help, how to read address 0x72800 from flash memory?

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

0