2025-03-20 7:01 AM
Hello everyone,
I am currently working on a project using the STM32H745BIT6 chip, which features dual cores (M7 and M4). I am aiming to set up an LCD interface using TouchGFX. However, I encountered a build error right after writing the initial lines of code— the compiler cannot find a required library.
I have already tried adding the necessary include paths in both the "MCU/MPU Gcc Compiler" and "MCU/MPU G++ Compiler" settings, but the error still persists. Additionally, I attempted various methods to add the ST libraries from the Middlewares package, yet nothing has resolved the issue.
Currently, I am using STM32CubeIDE 1.18 and TouchGFX 4.20.
I would greatly appreciate any help or suggestions to resolve this build error.
Thank you very much for your support!