reserving a section of internal flash for FatFs
Hi, I wanted to know if it is possible and how to approach reserving/allocating a section of internal flash (The Resource section) for a FatFs file?
Hi, I wanted to know if it is possible and how to approach reserving/allocating a section of internal flash (The Resource section) for a FatFs file?
TBH it's woefully ill suited to FatFs..
You can hide areas from the LINKER via the LINKER SCRIPT (.ld) or the SCATTER FILE (.sct) depending on your tools. The Linker can only use space you tell it about, so you can shrink sizes and make holes, which it will then NOT USE.
FatFs works a lot better with the QSPI NOR FLASH 4KB sectors (very slow to write), or with eMMC / MicroSD cards
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.