Skip to main content
Fadi.Albaghdadi
Associate III
June 6, 2021
Question

STM32F746igt using touch gfx with quadspi w25q128 custom board

  • June 6, 2021
  • 1 reply
  • 1729 views

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

0693W00000BaDEWQA3.jpg

This topic has been closed for replies.

1 reply

Tesla DeLorean
Guru
June 6, 2021

Debug why osKernelStart() fails.

Memory it's using, data it's copying..

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
Fadi.Albaghdadi
Associate III
June 11, 2021

I don't know I'm going crazy because of this prossesor and memory and touchgfx

Tesla DeLorean
Guru
June 11, 2021

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​ 

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..