Gathering chip temperature from PIC18F26K83


+ Reply to Thread
Results 1 to 3 of 3
  1. #1
    Join Date
    Dec 2010
    Location
    Melbourne Australia
    Posts
    171

    Default 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. #2
    Join Date
    May 2013
    Location
    australia
    Posts
    2,682


    Did you find this post helpful? Yes | No

    Default 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


    Name:  dia.jpg
Views: 7
Size:  274.4 KB



    once region is set


    Name:  nvm.jpg
Views: 8
Size:  51.6 KB
    Warning I'm not a teacher

  3. #3
    Join Date
    Dec 2010
    Location
    Melbourne Australia
    Posts
    171


    Did you find this post helpful? Yes | No

    Default Re: Gathering chip temperature from PIC18F26K83

    Okay, thanks Richard. I was really hoping to avoid assembly, but it is what it is.

    Troy

Similar Threads

  1. Value of temperature
    By cobuccit in forum mel PIC BASIC
    Replies: 7
    Last Post: - 26th May 2020, 11:16
  2. Temperature does not go below 0
    By amodpathak in forum mel PIC BASIC Pro
    Replies: 16
    Last Post: - 11th June 2015, 15:56
  3. read temperature
    By breeno in forum General
    Replies: 16
    Last Post: - 6th October 2010, 13:55
  4. Temperature with the LM34C
    By StoneColdFuzzy in forum mel PIC BASIC Pro
    Replies: 25
    Last Post: - 3rd June 2009, 01:32
  5. temperature controller
    By PoTeToJB in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 24th April 2006, 21:01

Members who have read this thread : 2

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts