16f1936


Closed Thread
Results 1 to 5 of 5

Thread: 16f1936

  1. #1
    Join Date
    May 2009
    Posts
    40

    Default 16f1936

    I am using the new extended 16F1936 and am having a problem accessing the EEPROM from PICBASIC pro. I Have PBP 2.60. When I try to use the WRITE command I get an error 113 stating that The Symbol (WRITE) is not previously defined. The device has 256 bytes of eeprom.
    Is this device not supported by the WRITE command?

    Has anyone had any experience with this device?

  2. #2
    Join Date
    Nov 2003
    Location
    Wellton, U.S.A.
    Posts
    5,924


    Did you find this post helpful? Yes | No

    Default

    There is a wee bug in this version of PBP, this should help.
    http://www.picbasic.co.uk/forum/showthread.php?t=12527
    Dave
    Always wear safety glasses while programming.

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


    Did you find this post helpful? Yes | No

    Default

    Hi, Graham

    could you provide a piece of program ( variables declaration + guilty WRITE commands ) ???

    Alain
    ************************************************** ***********************
    Why insist on using 32 Bits when you're not even able to deal with the first 8 ones ??? ehhhhhh ...
    ************************************************** ***********************
    IF there is the word "Problem" in your question ...
    certainly the answer is " RTFM " or " RTFDataSheet " !!!
    *****************************************

  4. #4
    Join Date
    Feb 2006
    Location
    Gilroy, CA
    Posts
    1,530


    Did you find this post helpful? Yes | No

    Default

    Dave pointed it out, but here it is if you have trouble finding it: http://melabs.com/support/pbpissues.htm

    Add this at the top of your code:

    DEFINE WRITE_USED 1

  5. #5
    Join Date
    May 2009
    Posts
    40


    Did you find this post helpful? Yes | No

    Default

    Thank you to all. The Define has fixed the problem.

    Graham

Members who have read this thread : 1

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