How to realize storing Data 10k-20kb


Results 1 to 10 of 10

Threaded View

  1. #7
    Join Date
    Jun 2007
    Location
    Germany
    Posts
    44


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by Jerson View Post
    Your application looks like its going to keep updating the memory continuously. Flash memories (24Cxxx series) have a finite lifetime and can waste away in this kind of an application. FRAM based memories are the ideal choice for you.

    Jerson
    Itīs not necessary to update the data continuosly. Only need to change some bytes and rewrite the bytes at their location.
    To delete the device itīs needed to delete by myself.
    Maybe i should explain more about my project. Itīs still working in my head ;-)
    I want to save data from an incoming RS232 Port of a printer.
    At first, the printer send a command, which activate my PIC.
    Now the Pic is receiving a command from the printer. Then the PIC must send a command like "ready to receiving data".
    Now the printer sends data to the PIC. These received data should be predefined e.g. 4kbyte,8kbyte or 16kbyte lenght. I donīt know how long is the receiving data, but maybe in this range. Now the PIC should store the received data at an eeprom or flash in this lenght which was predefined before (4k,8k, or 16k).
    Now when the bytes are stored i have to get access to the stored bytes to change some parameters and save it back on the storage device.
    If iīm using a 128kbyte eeprom and my stored data of the first received data is e.g. 8kbyte long, then the next block should be saved at the end of the last block.
    Now i will have space to save 17 blocks in that eeprom.
    On a second eeprom (smaller) should only be store the changed parameters and the serial of the printer. The changed paramaters are usually about 32 bytes/block.

    Thank you for any advise and help.
    (I hope my english is good enough for you to understand me)

    Robson
    Last edited by Robson; - 6th August 2007 at 22:26.

Similar Threads

  1. Using Nokia LCD
    By BobP in forum mel PIC BASIC Pro
    Replies: 300
    Last Post: - 3rd May 2018, 04:47
  2. Nokia 3310 display text
    By chai98a in forum mel PIC BASIC Pro
    Replies: 0
    Last Post: - 26th August 2007, 03:39
  3. Big characters on HD44780 4x20
    By erpalma in forum mel PIC BASIC Pro
    Replies: 23
    Last Post: - 7th January 2007, 02:21
  4. LCD + bar graph
    By DynamoBen in forum mel PIC BASIC Pro
    Replies: 13
    Last Post: - 5th October 2005, 14:50
  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