Skip to main content
Zakba.1
Associate III
December 30, 2023
Solved

W25N01xxxIG Driver for STM32H7

  • December 30, 2023
  • 1 reply
  • 3124 views

Hello, I have been trying to make a driver for the Winbond(W25N01GV)  NAND flash over QSPI(to use it in memory-mapped mode) but I've been failing so far. Can somebody give me some ideas about what I am doing wrong? I used W25Q256 before, but now I want to replace it with W25N01.

PS: If you know any working qspi driver I would be happy to send me the link.

Best answer by Tesla DeLorean

It's not going to work in Memory Mapped mode, it is NAND and accesses at a block level, and not byte addressable like NOR.

It is designed to work as mass storage. See BlackBox logger examples used on Flight Controller applications using STM32.

For Gbit NOR look at W25Q01G, MT25QL01, MX66L01G type parts

1 reply

Tesla DeLorean
Tesla DeLoreanBest answer
Guru
December 30, 2023

It's not going to work in Memory Mapped mode, it is NAND and accesses at a block level, and not byte addressable like NOR.

It is designed to work as mass storage. See BlackBox logger examples used on Flight Controller applications using STM32.

For Gbit NOR look at W25Q01G, MT25QL01, MX66L01G type parts

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
Tesla DeLorean
Guru
December 30, 2023
Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..