...ser/CarrierFuncs.c
ADDITIONAL_INCLUDE_PATHS := ../STM32CubeIDE/Application/User I have gotten it to work after modifying $projectName\gcc\Makefile and adding the c files individually t...
...IONAL_LIBRARIES :=
export ADDITIONAL_SOURCES ADDITIONAL_INCLUDE_PATHSADDITIONAL_LIBRARY_PATHS ADDITIONAL_LIBRARIES Now, how do I add more path? Thanks!
The problem I'm facing is that the Touchgfx doesn't know anything about additional link paths that I've setting up through IDE. Steps: 1. Create the project with touchgfx designer; 2. In the r...
I'm working with TouchGFX, in my project I include n files that are needed for the hardware I use, a custom hardware with STM32F429II... They are variable interchange files between the TouchGFX e...
Hello everybody, I would want to know if there is a way or another to exclude TouchGFX from build when debugging in STM32CubeIDE. I'm using ThreadX underneath, so basically I've got at least two se...