User Activity

When I try to "Program and Run Target" I get the following in the log window: Compile make -f ../gcc/Makefile -j8 Reading TouchGFX/application.config Reading TouchGFX/target.config Compiling Core/Src/main.c Com...
The MX configuration reported (generated from within the STM32CubeIDE, if that makes a difference) only includes the settings for the Config Parameters, Include Parameters and Advanced Settings tabs, but there are many more (Tasks and Queues, Timers ...
Process Explorer is showing a number of TouchGFXDesigner processes as running even though all instances of it have been closed (there are no windows visible).I found this when I tried to delete and folder and that failed with an "in use" message - Re...
I've copied the folder containing a TouchGFX project for the STM32H7B3I-DK from one machine to another. However, I get the following error when I try to generate code on the new machine:  Generate Assets make -f simulator/gcc/Makefile assets ...
I am currently working on testing of some code using a testing tool. As nearly all of the code interacts with the hardware, it is easiest for me to do this on the target. The tool automatically builds the test environment and allows files and/or func...