2019-12-28 07:11 AM
I am going to use STM32H743 mcu.
And I am trying to configure the nand-flash memory test circuit using this chip (using the EVL board).
What I want to ask is whether you can use nand-flash memory chip that supports only ONFI1.0 as STM32H743 chip.
Thank you.
2019-12-28 07:16 AM
NAND might be better achieved via eMMC, 8-bit and DDR modes being supported by the SDMMC interface.
2019-12-28 09:23 AM
I'm not sure what specific aspects of ONFi you are looking to use. The FMC (External Bus) on the H7 is rather agnostic to the hardware interface specifics, and has a finite set of pins to implement memory banks/selects. If you need additional signals perhaps look at how you can use address bus bits to drive them, and then use offsets within the decode window to actuate those signals high/low.
Any query methods on the array/geometry would need to be implemented in user's driver code.