Micron flash versus Macronix flash
STM32H7B3I EVAL hosts a Macronix flash.
stm32h7b3i_eval_ospi.c and mx25lm51245g.c implement functions to initialize, erase, read and write the Macronix flash.
Unfortunately, Macronix flash is unavailable in commercial quantities and we're planning to use Micron MT35X.
Macronix OCTAL functionality covers apparently all flash operations, almost 50 separate functions, each with a two byte function code.
Micron OCTAL functionality is far more limited, only supporting "read" and "page program" and then with single byte function codes.
Does STM make available driver software for the Micron MT35X part?