STM32F746igt using touch gfx with quadspi w25q128 custom board
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-06-06 7:02 AM
I'm having trouble running stm32f746igt processor with quadsb w25q128 external memory using touchgfx
Note when using touchgfx using internal memory, it works fine
Also included in the function is osKernelStart(); And it does not come out of it
Picture showing the problem
- Labels:
-
STM32F7 Series
-
TouchGFX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-06-06 11:25 AM
Debug why osKernelStart() fails.
Memory it's using, data it's copying..
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
‎2021-06-11 5:51 AM
I don't know I'm going crazy because of this prossesor and memory and touchgfx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-06-11 7:09 AM
It's hard to debug remotely with no details or specifics about what exactly is failing, or where it's stopping/stuck.
Is it in the HardFault_Handler() or Error_Handler() ?
Is it stuck in a while() loop somewhere?
Describing symptoms only gets you so far, you need to drill down to isolate specific causes
You should probably tag the post as TouchGFX and engage with the engineers responsible for that product to get better diagnostics and integrity checking.
#TouchGFX @Romain DIELEMAN​
Up vote any posts that you find helpful, it shows what's working..
