How to coexist Fatfs with low level Nand flash reading and writing in UC-OSiii?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-08-07 11:44 PM
I'm using STM32F415VG, on which we built uc-osIII, I've built a Fatfs on nand flash, unfortunately, we had to use a block at the end of low-level nand flash read and write. How can I change the size of Fatfs and realize that this low-level function coexists with the file system at the same time, can I realize it?
Labels:
- Labels:
-
FatFS
-
STM32F4 Series
This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-08-08 8:03 AM
The large erase block size of NAND memories is ill-suited to MCU with limited RAM resources.
Do you have to use FatFS? Could you use something more incremental / journalling ?
Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
Up vote any posts that you find helpful, it shows what's working..
