cancel
Showing results for 
Search instead for 
Did you mean: 

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

ggyy426
Associate II

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

13 REPLIES 13

No I mean How can I enter QSPI (0x90000000) to get asset data to get ExtFlashSection FontFlashSection TextFlashSection these three section data.

like question I asked before

https://community.st.com/s/question/0D50X0000AqALvpSQG/stm32h743-qspi-function

I can use function to get QSPI data

Hi,

So you've managed to program the QSPI allright? You should be able to use BSP_QSPI_Read() to read back data. Maybe your QSPI command isn't set up properly?

/Martin

I will check QSPI command again.

But Where should I call my QSP_QSPI_Read() to load QSPI data?

As long as the QSPI is initialized, you should be able to read from it. Could you tell me exactly what you're trying to accomplish?