-
Hello, I am looking to interface a 2Gb NAND Flash MT29F02G01ABAGB with a STM32G473 processor. Previous we had a 256Gb NOR flash (MT25QL256) on the board which I was able to use with the I tried using the same driver for the NAND flash but got the below error: I debugged and found this section of the code fails in
My dtsi looks like this:
My question is should the same driver work with the NAND flash? I did not find any NAND flash driver in zephyr. Zephyr version 2.7.99 Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
Any help on this is highly appreciated. |
Beta Was this translation helpful? Give feedback.
-
Is there any plans for supporting NAND flash any time soon? |
Beta Was this translation helpful? Give feedback.
-
@deyro Are you still looking for something? There is a PR for a driver that has not been merged: #50690 I wrote an SPI NAND driver for a Kioxia part (TC58CVG2S0HxAIx ). It is not complete as I did not get around to implementing the ECC. I got it working with LittleFS and determined LittleFS has some issues with NAND that have not been resolved. Not sure if it would work in your situation. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
@deyro Are you still looking for something?
There is a PR for a driver that has not been merged: #50690
I wrote an SPI NAND driver for a Kioxia part (TC58CVG2S0HxAIx ). It is not complete as I did not get around to implementing the ECC. I got it working with LittleFS and determined LittleFS has some issues with NAND that have not been resolved. Not sure if it would work in your situation.