How to build an external loader for ST-LINK programmer for Micron flash
I have a board based on the STM32L4R9 Discovery board. A key difference is that my board has Micron external flash (MT35XL512ABA1G12-0SIT) rather than Macronix (MX25LM51245GXDI0). The ST-LINK programmer fails to erase my flash, presumably because the OCTOSPI timings are different. It appears I have to build a custom external loader as I don't see one in https://github.com/STMicroelectronics/stm32-external-loader.
I am struggling to find the necessary timing data for the Micron flash. Has anyone done this already?
