Problems in developing a custom external loader.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-01-07 8:41 PM
Hello.
I am trying to make a touchgfx demo using stm32f767 apollo board.
However, I was stuck while applying a custom external loader using w25q256.
I've modified the code from my existing 746-disco demo and it doesn't work at all.
Dose anyone have examples or references that use the sw4stm32 compiler and w25q256?
Please help me.
Thanks.
Solved! Go to Solution.
- Labels:
-
Flash
-
FlashLoader
-
TouchGFX
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-02-24 10:34 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-01-13 2:35 AM
This is not really related to TouchGFX, so i'm adding a few more tags to it.
/Martin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-01-13 2:49 AM
I use Keil, and have worked with W25Q256 parts and External Loaders for Cube Programmer and ST-LINK Utilities.
A worked example will run several hundred dollars.
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
2020-01-13 4:00 PM
Thank you so much!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-01-13 4:06 PM
omg... I can't use keil because it is an expensive compiler.
In the end, I'll have to study myself and code related things.
Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-01-14 5:46 AM
These things can be built with the Lite/Eval version of Keil.
The specificity of your question tends to limit the chances of getting an answer that checks all your boxes.
When developing External Loaders it helps significantly to have a fully tested and debugged library running in an application on your QSPI hardware. Once you have the test app working you can port code into a loader. The loaders are hard to debug from within the ST-LINK Utility, or Cube Programmer
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
2020-01-14 4:12 PM
Thanks to you, something seems to be going on.
Have a nice day.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-02-24 10:34 PM
Solved.
I changed it to w25q256-> mt25ql512.
It works perfectly.
