I want to read byte values from the Flash memory. My understanding is the code is simple. I am trying to do this in C . It looks like I set a value in PAGESEL and then read memory. I dont see a define anywhere that lets me read the byte. So the code would be :
unsigned char Temp;
PAGESEL=0x80;
Temp = ?;