How to regenerate some source files for TouchGFX-generated project?
I use TouchGFX to generate a project for STM32U5A9J-DK and it can generate a list of files in the Target folder such as Buttons.cpp, CortexMMCUInstrumentation.hpp, CortexMMCUInstrumentation.cpp, KeySampler.hpp, KeySampler.cpp, and other files.
If I delete all the files under the Target folder and use the STM32CubeIDE to regenerate all the deleted files (I want to change the graphics-related settings in STM32CubeIDE and these changes should be in the generated source codes), the tool STM32CubeIDE cannot regenerate the following files: Buttons.cpp, CortexMMCUInstrumentation.hpp, CortexMMCUInstrumentation.cpp, KeySampler.hpp, KeySampler.cpp.
Which setup options of STM32CubeIDE or TouchGFX can we use to tell the Generator to regenerate the missing file above?
Thanks
