STM32F746GDISCOVERY and TouchGFX 4.13 problem
Hi to all i have this problem, i create a simpe example with TouchGFX Designer 4.13, i use the STM32F746GDISCOVERY for my test.
I create the esample and i see all work well because i run simulator and run target all work well.
I generate the code, i open the project with CubeIde 1.3 and in folder ..Middlewares\ST\touchgfx copy the files present in TouchGFX folder,
If i build the project i don't have error this is the output:
11:11:51 **** Incremental Build of configuration Debug for project STM32F746G_DISCO ****
make -j8 all
arm-none-eabi-size STM32F746G_DISCO.elf
text data bss dec hex filename
44976 192 9812 54980 d6c4 STM32F746G_DISCO.elf
Finished building: default.size.stdout
11:12:14 Build Finished. 0 errors, 0 warnings. (took 22s.711ms)
if i run the debug i have this error:
STMicroelectronics ST-LINK GDB server. Version 5.5.0
Copyright (c) 2019, STMicroelectronics. All rights reserved.
Starting server with the following options:
Persistent Mode : Disabled
Logging Level : 1
Listen Port Number : 61234
Status Refresh Delay : 15s
Verbose Mode : Disabled
SWD Debug : Enabled
InitWhile : Enabled
Waiting for debugger connection...
Debugger connected
-------------------------------------------------------------------
STM32CubeProgrammer v2.4.0
-------------------------------------------------------------------
ST-LINK SN : 0676FF535651727067074056
ST-LINK FW : V2J36M26
Voltage : 3.20V
SWD freq : 4000 KHz
Connect mode: Under Reset
Reset mode : Hardware reset
Device ID : 0x449
Device name : STM32F74x/STM32F75x
Flash size : 1 MBytes
Device type : MCU
Device CPU : Cortex-M7
Memory Programming ...
Opening and parsing file: ST-LINK_GDB_server_a20696.srec
File : ST-LINK_GDB_server_a20696.srec
Size : 44728 Bytes
Address : 0x08000000
Erasing memory corresponding to segment 0:
Erasing internal memory sectors [0 1]
Download in Progress:
File download complete
Time elapsed during download operation: 00:00:02.196
Verifying ...
Download verified successfully
(Read)Failed determine breakpoint type
Error! Failed to read target status
Debugger connection lost.
Shutting down...
i don't know where is the problem
can you help me?