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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-12-10 10:24 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-12-11 2:58 AM
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?
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-12-11 3:14 AM
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.
