Initialization OSPI in Quad mode SPI for working with NOR FLASH
Hi everyone!
I'm trying to use STM32H723 in QUAD SPI mode.
CubeMX does project generation but when I trying to compile project at Keil an error appears about undeclared "GPIO_AF4_OCTOSPIM".
If I changed it to GPIO_AF4_OCTOSPIM_P1 compilation run without errors.
But how I could know that I chose correct define or not?
Other question about commands to work with memory, which HAL command and it what sequence for READ/WRITE/STATUS CHECK in this mode?
I cannot find examples from STM to test and revise my code.
