2023-08-01 02:44 AM
Hello, I want to use W25N01GVZEIG as an external loader to use it for Touch GFX and stm32h723zgt6. I used to use w25q256 before.
thank you
2023-08-01 10:34 AM
I'm afraid this makes little sense. W25N01GVZEIG is a NAND flash, and these differ significantly from NOR flash. In particular, you would be able to use memory mapped read, as read is a two step operation (first one page is transferred to page buffer, then data is retrieved from page buffer). Futhermore address space is not linear but two dimensional.
2023-08-03 01:41 AM
Hello @mbagh.1 ,
Could you please check if this NAND memory is supported.
For that, please verify make sure that the command format line is in line with the OCTOSPI controller frame format.
Additionally, I advise you to visit ST education material - How to create an external QSPI loader MOOC.
This MOOC can help you to create an external loader.
I hope this help you!
Kaouthar
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2023-12-30 03:47 AM
hello. could you solve your problem? If so help me . I asked a Question W25N01xxxIG Driver for STM32H7 - STMicroelectronics Community