STM32+NAND+USBOTG acting as a pendrive
Hi everyone,
Recently i've been looking for information about NAND flash interfacing with STM32 devices. Few App notes after, and some watched tutorias, I actually cannot understand how can i interface with a NAND memory in order to use it as a SD card (controller is supposed to be the STM32 device).
In brief, does anyone knows how to store data into a NAND flash and use FATFs module with USB OTG libs to read it using a computer?. This is to say, employing a STM32 MCU + NAND memory as a USB Stick but saving incoming information from an UART device to NAND memory in order to read it later with a computer.
Thanks for all!
Best regars!