2021-06-10 06:17 PM
Hi,
I'm just starting with TouchGFX but quite familiar with STMCubeIDE and various chips.
Issue 1 - I have a STM32F769I-DISCO board and I'm unable to download any code onto the board. I get the below error
Compiling Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_flash.c
Compiling Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_i2c.c
0 [main] us 0 init_cheap: VirtualAlloc pointer is null, Win32 error 487
AllocationBase 0x0, BaseAddress 0x60EA0000, RegionSize 0x4B0000, State 0x10000
C:\TouchGFX\4.16.1\env\MinGW\msys\1.0\bin\mkdir.exe: *** Couldn't reserve space for cygwin's heap, Win32 error 0
Compiling Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_qspi.c
gcc/Makefile:346: recipe for target 'TouchGFX/build/STM32F769-DISCO/Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_flash.o' failed
make[2]: *** [TouchGFX/build/STM32F769-DISCO/Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_flash.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [generate_assets] Error 2
gcc/Makefile:289: recipe for target 'generate_assets' failed
../gcc/Makefile:50: recipe for target 'all' failed
make: *** [all] Error 2
Failed
Failed
Issue 2 - I continually get the above reload prompt popping up even though I've not change a thing.
2021-06-11 12:41 AM
Hi,
Are you working on a custom project or did you use the application template for the STM32F769I-Disco board available in TouchGFX Designer ?
/Romain
2021-06-14 03:19 PM
Hi,
I used the application template for the STM32F769I-Disco board available in TouchGFX Designer and a blank project.