Can not run/debug TouchGFX on STM32F750N8H6 - STM32F7508-DK
Hello,
I can't debug and run in STM32CubeIDE any program on my discovery kit. I have error
No source available for "_binary_______ExtMem_Boot_Binary_Bootloader_bin_start() at 0x8001ece"When I'm trying build auto project in touchGFX Designer everything works, but when I'm trying to run this project in STM32CubeIDE it doesn't works. My Debugger Console says
Temporary breakpoint 1, main () at C:/TouchGFXProjects/MyApplication_6/Core/Src/main.c:544
544 MPU_Region_InitTypeDef MPU_InitStruct = {0};
Program received signal SIGTRAP, Trace/breakpoint trap.
0x08001ece in _binary_______ExtMem_Boot_Binary_Bootloader_bin_start ()I was trying to build it with my pin and empty the same which I generated in Designer. At first i tried to do it with myself, but I fail. Next I tried solution from video from link.
I saw something about ExtBoot here too:
I'm student and I'm trying to do project in college so my knowledge isn't that good, but I tried other discovery kit and that kit works, but that don't have touchgfx and LCD. Here I can't run projects with touchGFX and without. Especially if I want add my external devices which I tried to pin. Can someone help me with it? What I'm doing wrong? I searched tons of materials and it's very problematic for me :\