HOw do I keep my EEprom Data


Closed Thread
Results 1 to 3 of 3
  1. #1
    kitcat's Avatar
    kitcat Guest

    Default HOw do I keep my EEprom Data

    Hi
    I want to upgrade my pic programm but I have some data stored in EEprom that I want to keep. With MPLAB IDE v6.6 how do I retain the data when I compile and load a new program?

    Thanks

  2. #2
    Join Date
    Jul 2003
    Posts
    2,358


    Did you find this post helpful? Yes | No

    Default

    Some of the better programmers & programming software give you the option of NOT overwriting things like EEPROM contents, or Config Fuse Settings, or Oscillator Calibration Bits etc etc when burning a new program. Hopefully yours is like that. With cheaper programmers you lose all these goodies which an be really important in the long term.

  3. #3
    Join Date
    May 2004
    Location
    NW France
    Posts
    3,648


    Did you find this post helpful? Yes | No

    Smile

    Hi, Kitkat

    A very simple way is to read the device ( if readable ... humour ), do a compile and program it ... if no special writing to the EEPROM is done by the source, the EEPROM window remains unchanged ... in MPLAB all versions !!!
    Open the EEPROM Window ... to be sure.

    I currently do so ...

    and that's what you want ...

    Alain

Similar Threads

  1. Data EEPROM gets clobbered during programming
    By BrianT in forum mel PIC BASIC Pro
    Replies: 5
    Last Post: - 18th July 2008, 02:46
  2. Big characters on HD44780 4x20
    By erpalma in forum mel PIC BASIC Pro
    Replies: 23
    Last Post: - 7th January 2007, 02:21
  3. LCD + bar graph
    By DynamoBen in forum mel PIC BASIC Pro
    Replies: 13
    Last Post: - 5th October 2005, 14:50
  4. Internal EEPROM Read/write Addressing Errors with 18F PIC's
    By Melanie in forum FAQ - Frequently Asked Questions
    Replies: 18
    Last Post: - 12th July 2005, 19:42
  5. Sinus calculating !
    By Don Mario in forum mel PIC BASIC Pro
    Replies: 29
    Last Post: - 28th November 2004, 23:56

Members who have read this thread : 0

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