Microchip SST26VF064B (64Mbit Serial Flash)


Results 1 to 6 of 6

Threaded View

  1. #4
    Join Date
    May 2013
    Location
    australia
    Posts
    2,653


    Did you find this post helpful? Yes | No

    Default Re: Microchip SST26VF064B (64Mbit Serial Flash)

    it is heavy going for me to understand what's happening as ̶ ̶m̶o̶s̶t̶ ̶i̶s̶ ̶i̶n̶ ̶a̶s̶s̶e̶m̶b̶l̶y̶ a tiny little bit of assembly code is sprinkled in for speed
    99% of the asm is for usercmd not really code per se.
    i can't see any way to make a flash FS that's any less complex or resource hungry than a fat16 or fat32 sd card system , hardly worth the effort
    for such a tiny storage space. my system was for storing images with a 8.3 file name and their width, height, size in 64k blocks
    the files can span up to two blocks at least [can't remember].
    i spent a week trying to come up with a FS that could allocate the 4k sectors in such a way that files could grow and/or be erased. i was hoping
    to develop a fat that handled a list of free blocks and a linked list of allocated blocks for each file that did not wear out that region of flash.
    the task was simply beyond me. i did come up with this rather manual scheme, it did the job at the time.
    Last edited by richard; - 12th April 2021 at 11:07.
    Warning I'm not a teacher

Similar Threads

  1. Spi flash chip example - 8mb flash
    By longpole001 in forum Code Examples
    Replies: 6
    Last Post: - 1st August 2014, 11:00
  2. AT45 Flash problems
    By khufumen in forum mel PIC BASIC Pro
    Replies: 6
    Last Post: - 19th November 2008, 00:42
  3. can't even flash an LED
    By bruno333 in forum mel PIC BASIC Pro
    Replies: 7
    Last Post: - 28th April 2005, 13:27
  4. NEXFLASH serial flash
    By TONIGALEA in forum mel PIC BASIC Pro
    Replies: 0
    Last Post: - 11th July 2004, 20:10
  5. Replies: 0
    Last Post: - 18th November 2003, 08:24

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