2020-01-07 08: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.
2020-02-24 10:34 PM
2020-01-13 02:35 AM
This is not really related to TouchGFX, so i'm adding a few more tags to it.
/Martin
2020-01-13 02: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.
2020-01-13 04:00 PM
Thank you so much!
2020-01-13 04: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.
2020-01-14 05: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
2020-01-14 04:12 PM
Thanks to you, something seems to be going on.
Have a nice day.
2020-02-24 10:34 PM
Solved.
I changed it to w25q256-> mt25ql512.
It works perfectly.