Hi..how to use to read or write on specific page area using column address in functions nand_write_page,nand_read_page
Hi Orfeo, I think the project was moved to: https://github.com/rickyzheng/uffs but there are additional links that might answer your question.
I have a question about UFFS filesystem and I have not found any answer in the web. The UFFS filesystem advertises "guaranteed integrity across unexpected power losses" but what does it happen to a file if the power loss occurs during the writing in the flash memory? The filesystem will show only the file part actually written or the UFFS will roll back the file to its previous version causing the loss of the latest changes. Thanks in advance
I'm using an SD Card in an embedded system and I don't have to use FATFs. As a matter...
Minor Bug In Access Flags
Hi, my fault! The error was coming from a... stack overflow, so there is NO obscure...
UO_TRUNC obscure bug?
Added power cut simulation
Fixed unclean block marked as bad block issue; ...
Hello, We have a NOR Atmel flash with 4kb block size and 256page size (only implements...
Fixed CRC check bug
Using rspec to test UFFS, working in progress
Simplify debug message init setup
Added ruby test script
Build shared lib for mkuffs (libmkuffs.so)
Make shared library
Support pages_per_block over 256 (maximum 1024)...
An update to this post: Ricky, thanks for your help in troubleshooting the problem!...
My immediate workaround was to add a length sanity check to the core CRC routine....
I guess we could check the name_len here or add a CRC to check uffs_FileInfo. But...
Initialization Robustness in BuildValidTreeNode