|

楼主 |
发表于 2024-9-24 16:16:02
|
显示全部楼层
硬汉哥, 我看FlashFS了 , 新版的RL-Flash不支持 SPI Nand ,得是FSMC的才行 , 我看看FileX LevelX这个吧
下边是File System Component Version 6.16.6
MDK Middleware for Devices with Flash File System
关于Nand Flash的注意事项
Note
NOR Flash is typically connected over Memory Bus or SPI. For using a NOR Flash drive, a Flash driver is required which encapsulates either the Memory Bus interface or SPI (in which case an SPI driver required in addition).
The Middleware Component contains example drivers for Flash devices that can be used to implement other device drivers if required. The examples are: AM29x800BB/M29W640FB (Flash with 16-bit memory bus interface), S29GL064Nx2 (Flash with 32-bit memory bus interface), and AT45DB642D (Flash with SPI interface using an SPI driver).
Other drives (memory card, USB memory device, NAND Flash) require appropriate CMSIS-Driver for the microcontroller device. If no suitable CMSIS-Driver is available for your selected device, you may create the required Flash interface driver. Refer to the CMSIS-Driver Reference for details.
Currently, using NAND Flash devices with SPI interface (Serial NAND) is not supported. |
|