Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What are the RAM/ROM requirements?

RAM requirements ROM
0
Posted

What are the RAM/ROM requirements?

0

The entire library was written to be efficient with memory more so than speed. So depending on what features you include, and how efficient your C compiler is, code size can vary greatly. Using the HI-TECH C compiler with the PIC18LF2610, code size varies between 6K and 15K, depending on which options are selected. The RAM requirements start at about 100-200 bytes for read-only with no file system. Read/Write should be about 600-800 bytes, minimum. We normally use about 1200 bytes, but this is just to have two 512-byte buffers for faster file copies. Q: Does the SFCLIB support long file names? A: We do not currently support long filenames, but we do think it would be a valuable feature, along with subdirectory support. (The down side of using long file names and FAT32 is, if Microsoft has its way, you will have to pay them a royaltyfor every product you sell that uses it. for more information look at: http://en.wikipedia.org/wiki/FAT_file_system Scroll down to the section on Fat Licens

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123