load widjet to 25q256 to keil and stm32h743iit6
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-08-26 9:54 AM
Hello friends
My problem is I can not widgets load to 25q256 via qspi I do not know what the problem is in my program, I put the project for you to find the problem, thanks
- Labels:
-
STM32H7 Series
-
TouchGFX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-08-26 10:43 AM
You'd need to build a Flash Algorithm (.FLM) to program the external memory device directly from Keil's debugger.
Might be easier to start with getting the read, write, erase validated on your QSPI device.
Provide a means of programming via a .HEX sent to your board, or XMODEM a .BIN, so you can test your TouchGFX app with all its data in place.
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-08-26 1:47 PM
Thank you for your answer
I do not remember what you wrote, if you can see the programming code I attached and modify it
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-08-26 3:51 PM
Not really looking to wade through a 70MB download and try to diff it.
Can you read/write the 25Q256 currently?
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-08-27 12:42 AM
Yes I can but for touchgfx I can not
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-08-28 1:42 PM
Is there no one to answer my question?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-08-28 2:06 PM
The pool here is pretty shallow, most have their own jobs to attend too, and the pay here is awful.
No one has your hardware, so you're likely going to have to debug the situation yourself.
Not much to work with here. A "not working" report needs more specificity, perhaps showing what the debugger can see currently in working vs non-working cases.
If you have one app working with QSPI, and another not, you're going to need to go through the clock, pin and peripheral settings on the STM32 to see where they diverge.
If you can access the QSPI in the TouchGFX app, but there is not content, then you're going to have to find away to load the memory with the content generated by the toolchain.
Keil is not going to be able to write the QSPI from the debugger without a custom flash algorithm tailored for your board.
Similarly STM32 Cube Programmer will need a custom external loader.
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-08-28 2:46 PM
thanks a lot Can I do training for external loader find?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-08-28 2:48 PM
This is a schematic of my victory
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-08-28 7:24 PM
So are you using a WINBOND W25Q256 or a MICRON N25Q256A ?
Up vote any posts that you find helpful, it shows what's working..
