2025-02-17 11:49 PM
Good morning,
we are working on a project using a 5 inch display (RVT50HQSNWC01-B) in the TouchGFX Designer environment. Simulation, code generation and code download to the MCU works.
Problems arise when moving to STM32CubeIDE. In this environment, carrying out the build (compilation + linker) of the application various errors are reported, and this even after generating the code via CubeMX.
It should be highlighted that by carrying out the same procedure (project creation in TouchGFX Designer + build in STM32CubeIDE) for an ST board (therefore not Riverdi), the errors do not appear and everything goes smoothly.
I look forward to your cordial response.
Thank you.
2025-02-26 1:06 PM
What I've found to be necessary (I'm a beginner, so take with a grain of salt), is generate code with TouchGFX, open in CubeMX, Generate code, Close and open again in TouchGFX, generate code again with TouchGFX, and then you can close and open in CubeIDE to build.
2025-03-03 12:14 AM
Hello,
thanks for your help.