12f675 eeprom DATA ok but not write


Closed Thread
Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 2009
    Posts
    11

    Default 12f675 eeprom DATA ok but not write

    DATA works, but write doesn't for me. What am I missing?

    Code:
    '********************************* ******************************
    @ device pic12F675, intrc_osc_noclkout, wdt_on, pwrt_on, mclr_off, bod_off, protect_off
    '********************************* *******************************
    
    DEFINE osc 4             ' 4 MHz oscillator
    Define OSCCAL_1K 1       ' Set OSCCAL for 1K device
    
    PAUSE 500
    write 3, 8  '  Does not work
    data @4, 6  '  Does work

  2. #2
    Join Date
    Jan 2009
    Posts
    11


    Did you find this post helpful? Yes | No

    Default

    Nevermind.
    (couldn't find the delete post)

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