X-NUCLEO-GFX01M1 and NUCLEO-F446RE: External Loader
I'm trying to port the STM32G071 NUCLEO DEMO downloaded via TouchGFX Designer 4.15.0 to the NUCLEO-F446RE.
In order to use the external SPI Flash memory on the X-NUCLEO-GFX01M1 I need the external loder for the STM32F4 processor.
The project downloaded via TouchGFX Designer 4.15.0 provides the external loader MX25L6433F_STM32G071B_NUCLEO.stldr in binary format.
Is it possible to have the external loader project so that it can be adapted to other STM32s (STM32F446 in my case) ?
Or I have to necessarily implement it from scratch, maybe I get started on the MOOC "How to create an external QSPI loader MOOC" ?