STMicroelectronics / stm32-external-loader

Provides drivers, examples, loader files and testing routines for external loaders for STM32 series of microcontrollers.
Other
127 stars 71 forks source link

MX25L6433F SPI Flash #2

Open ndunello opened 4 years ago

ndunello commented 4 years ago

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?

marwagd commented 3 years ago

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

ndunello commented 3 years ago

Hi @marwagd, opened a pull request.