Skip to main content
ggyy426
Associate III
May 16, 2019
Question

TouchGFX taget MDK-ARM debug fault (Automatic run without clicking run )

  • May 16, 2019
  • 1 reply
  • 4872 views

Hi all

I try to use MDK-ARM Keil to debug TouchGFX project?

But it hang on Debug mode.

When enter debug it directly run and hang like photo below

0690X000008vxo3QAA.png

This happen after I add new algorithm for STM32H7

0690X000008vxoNQAQ.png

After adding this for QSPI setting for insufficient flash

Because I code and photo are more than 2MBs so I need add .flm file to use QSPI

Here is my file

Thanks

This topic has been closed for replies.

1 reply

Martin KJELDSEN
Principal III
May 16, 2019

Hi,

Are you saying that you were able to debug prior to adding the Flash Algorithm for QSPI?

/Martin

ggyy426
ggyy426Author
Associate III
May 16, 2019

Hi Martin

Yes if code and photo in flash below 2MBs it will work but in my case code and photo more than 2MBs will cause error like flash insufficient.

So I need external flash to store photo just remove Flash Algorithm won't work