I am wondering what the correct way to read the UDID on this part is as all I can get is 0's, none of the following seem to work
unsigned int UDID;
unsigned int *DIDIPTR = (0x801600);
UDID = *DIDIPTR;// does not work
memcpy..