Can't load "BIG" application on STM32H750DISCOVERY board
When i try to load an application to that disco board i keep having:
An error occured during flash. Please make sure you have the right target connected.
STM32CubeProgrammer is placed in Program Files
STM32CubeProgrammer is placed in Program Files
Converting images
STM32CubeProgrammer is placed in Program Files
STM32CubeProgrammer is placed in Program Files
Flashing bootloader
/usr/bin/sh: C:\Program Files\STMicroelectronics\STM32Cube\STM32CubeProgrammer\bin\STM32_Programmer_CLI.exe: No such file or directory
gcc/Makefile:463: recipe for target 'flash_bootloader' failed
make[1]: *** [flash_bootloader] Error 127
../gcc/Makefile:53: recipe for target 'flash' failed
make: *** [flash] Error 2
this happen both with my application and the online application downloaded for H750 via touchGfx, but if i make a new project with just a button, it works fine...
should i reinstall stm32CubeMx? (due that error...)