Gathering chip temperature from PIC18F26K83
I have an application where I'd like to gather approximate internal chip temperature from a PIC 18F26K83. From the datasheet this requires looking up calibration data stored on the processor as part of the process. That data appears to be stored in a thing called the Device Information Area (DIA) not in specific readily accessible registers. So, my question is: to gather that data, do I use a PEEK command and use the relevant address listed in the datasheet table at the address used for the Peek statement?
Thanks,
Troy
2 Attachment(s)
Re: Gathering chip temperature from PIC18F26K83
it looks to be pretty much the same as for any of the non volatile memory for that chip
Attachment 10004
once region is set
Attachment 10005