stm32-external-loader icon indicating copy to clipboard operation
stm32-external-loader copied to clipboard

MX25L6433F SPI Flash

Open ndunello opened this issue 3 years ago • 2 comments

The MX25L6433F SPI Flash is used on the X-NUCLEO-GFX01M1 board. The use of the TouchGFX libraries makes it necessary the external loader for this flash. The TouchGFX designer provides two application templates that support this flash, but only for the NUCLEO-G071RB board. By downloading the application template through the TouchGFX Designer 4.15.0 you can get the External Loader MX25L6433F_STM32G071B_NUCLEO.stldr.

The X-NUCLEO-GFX01M1 board supports many other NUCLEO boards: there is a need to have many external loaders if you want to use TouchGFX libraries!

Based on this repository I have implemented the MX25L6433F_STM32F446RE_NUCLEO.stldr for X-NUCLEO-GFX01M1 and NUCLEO-F446RE. I would like to share the project. It's possible ? If so, how should I proceed to do this?

ndunello avatar Nov 24 '20 16:11 ndunello

Thank you for your contribution. You can share your project on the "contrib" branch here: https://github.com/STMicroelectronics/stm32-external-loader/tree/contrib

marwagd avatar Dec 10 '20 09:12 marwagd

Hi @marwagd, opened a pull request.

ndunello avatar Dec 15 '20 16:12 ndunello