Skip to main content
Associate III
February 21, 2025
Question

Touch GFX debug issue

  • February 21, 2025
  • 2 replies
  • 2364 views

Hello,

I have integrated touch GFX with quad SPI, and images are stored in external flash, in debug mode the code is getting stuck inside the Hal Delay. What is the root cause for this, if I disable the external loader the Hal delay does not get stuck.

 

 

2 replies

GaetanGodart
Technical Moderator
February 21, 2025

Hello @jijomathew ,

 

Have you bene able to fix your previous issue ?

 

Can you share the call stack like you did in your previous issue so we can all investigate where it is stuck exactly?

It does sound like an issue with the external loader exclusively, have you been able to make it work previously?

 

Regards,

GaetanGodart
Technical Moderator
February 24, 2025

Hello @jijomathew ,

 

Great to hear!

Can you give us more information on the current issue so we can help you better?

 

Regards,

Associate III
February 25, 2025

Hello,

 

I am using External loader to put Assets inside the external QSPI flash, once  I use Hal Delay inside  my code , in debug mode the code is stuck inside the Hal Delay. if I disable the Loader file in debug configuration the code is working fine. what will be the root cause and how I can trouble shoot

 

 

Associate III
March 4, 2025

quad.png

This is my debugger configuration for the Quad SPI external loader. Once I tick Initialize the Quad SPI, and if I debug the code, it gets stuck in HAL delay. is this a Debugger Configuration issue or a Loader file issue? Please help me to overcome this issue