confuse page write??


Closed Thread
Results 1 to 8 of 8

Hybrid View

  1. #1
    Join Date
    Apr 2008
    Posts
    85


    Did you find this post helpful? Yes | No

    Default

    Thanks a lot Aratti,


    I see clearly now,

    the data loaded into a pic is limited. in case of the volume of external Eeprom is bigger than that of internal eeprom? but i do not have a eeprom programmer


    thanks a gain Aratti,
    Minh LE

  2. #2
    Join Date
    Apr 2008
    Posts
    85


    Did you find this post helpful? Yes | No

    Default Eeprom again

    Hello Aratti,
    thanks a lot for your help,
    i realize that i should not have to use an external eeprom. the pic 16f877a containes an 8k bytes, a lot of space to be written on. the problem now is how to write data on these pages (FLASH MEMORY), use DATA , EEPROM or other PBP commands; or copy the code from data sheet?

    but,,, not sure i understand all.

  3. #3
    Join Date
    May 2008
    Location
    Italy
    Posts
    825


    Did you find this post helpful? Yes | No

    Default

    the pic 16f877a containes an 8k bytes, a lot of space to be written on
    Be carefull because 8Kb are code space ram. Available eeprom is 256 bytes ( see table attached)

    Read PEEKCODE and POKECODE commands @ pag 113 & 115 of PBP manual.

    Al.
    Attached Images Attached Images  
    All progress began with an idea

  4. #4
    Join Date
    Apr 2008
    Posts
    85


    Did you find this post helpful? Yes | No

    Default

    thanks a lot Aratti,

    i see now, and will try it later,

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