Skip to main content
Visitor II
August 8, 2021
Question

How to coexist Fatfs with low level Nand flash reading and writing in UC-OSiii?

  • August 8, 2021
  • 1 reply
  • 629 views

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?

    This topic has been closed for replies.

    1 reply

    Graduate II
    August 8, 2021

    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 ?