Using NOR Flash on FMC as USB Mass Storage on STM32H753
Hello, I’m working on a project using the STM32H753 controller, and I have a NOR Flash connected via the FMC interface (BANK1 at address 0x60000000). My goal is to use this NOR Flash memory as a USB Mass Storage Device. I’ve attempted the following a...