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


Reply With Quote

Bookmarks