This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

where should I start Filesystem?

I am working on a ROM mask chip, so I want to put Filesystem on EEPROM. However, I am not sure where I can start my Filesystem. Can I just start it right at the beginning address of EEPROM?

Parents
  • I am working on a ROM mask chip, so I want to put Filesystem on EEPROM.

    That may be the most premature conclusion I've seen here in months. Which, here being what it is, is quite something.

    What on earth makes you think that just because you may have to store some data in EEPROM, that would mean you need all the overhead of a file system to do it?

    And, though not entirely related, who still uses ROM mask chips to teach embedded computing?

Reply
  • I am working on a ROM mask chip, so I want to put Filesystem on EEPROM.

    That may be the most premature conclusion I've seen here in months. Which, here being what it is, is quite something.

    What on earth makes you think that just because you may have to store some data in EEPROM, that would mean you need all the overhead of a file system to do it?

    And, though not entirely related, who still uses ROM mask chips to teach embedded computing?

Children