Skip to main content
stst9191
Associate II
December 11, 2019
Question

Is it possible to get the source code of the external loader "N25Q128A_STM32F7508-DISCO.stldr". I could try to modify the source of the example ^"N25Q512A_STM32F769I-EVAL", but it would save a lot of work if I could use the "N25Q128A_STM32F7508-DISCO

  • December 11, 2019
  • 2 replies
  • 694 views

..

This topic has been closed for replies.

2 replies

Tesla DeLorean
Guru
December 11, 2019

You could probably get via local ST support engineers for your account.

Built my own here, and have also done pin remapping on the supplied loaders.

What is your specific pin usage?​ Chip, clocks, etc?

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
stst9191
stst9191Author
Associate II
December 11, 2019

Hi User 6.022140857 x 10^23,

thank you for your answer. I tried to contact the ST support, but unfortunately I did not find where. So I accidentially sent this request in the community.

In the meantime I have started the porting of the loader.

I have an N25Q128A, so I must change the driver. The N25Q128A for example does not support the command "ENTER_4_BYTE_ADDR_MODE_CMD" used in the loader for the N25Q512A. The chip is an STM32F750Z8 with an external cristal of 16MHZ.

=> Instead of changing the Ports for the QSPI and the pll settings I have to adapt the flash routines, too.