16F690 read/write


Results 1 to 14 of 14

Threaded View

  1. #11


    Did you find this post helpful? Yes | No

    Default Re: 16F690 read/write

    OK, I try to make a memory pushbutton. If I switch on the power supply and push the button then lit up the led and i want to store to the eeprom value 1 which represent the led is on flag. When I switch off the power supply and then switch on again I want to read value from eeprom and if it is 1 then the led is lit up immediately after power is applied without pushing the button.

    I can program the pic, for me not work the write and the read to internal eeprom instruction.

    On different chip like 16F688 I normally use the Write and Read command to store and read variable value to internal eeprom like:

    WRITE Adress, Value
    (write 10,1)
    and

    READ Adress, Var
    (read 10,led)

    On 16F690 chip It doesn't work for me. The program stops on the line where is the WRITE command or if the read commadn is first then stops on this line.
    Last edited by louislouis; - 21st November 2016 at 13:06.

Similar Threads

  1. SD Card Write/Read
    By Ioannis in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 28th April 2014, 08:26
  2. PLEASE HELP...read write issues
    By nomad77 in forum mel PIC BASIC Pro
    Replies: 5
    Last Post: - 17th March 2011, 14:39
  3. Can't read an sms Using TC35i & 16F690
    By financecatalyst in forum mel PIC BASIC Pro
    Replies: 14
    Last Post: - 4th October 2009, 22:41
  4. I2C Read and Write
    By DerekMacom in forum mel PIC BASIC
    Replies: 14
    Last Post: - 21st April 2008, 15:44
  5. cannot read/write to 16F690 data memory after CPD_ON
    By awdsas in forum mel PIC BASIC Pro
    Replies: 0
    Last Post: - 22nd November 2006, 11:46

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