cancel
Showing results for 
Search instead for 
Did you mean: 

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.stl

stst9191
Associate II
 
2 REPLIES 2

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 Venmo
Up vote any posts that you find helpful, it shows what's working..
stst9191
Associate II

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.