2020-03-25 08:41 AM
Cube does not allow connecting through additional applications, and the library does not have libtouchgfx.a for m3. In version 4.10 this file is. Use old version?
Solved! Go to Solution.
2020-03-31 06:12 AM
I figured it out.
Create a project for the board (cortex-m4 or cortex-m0) with a screen. Turn on touchGFX. Interface - Custom. App Tick Source - Custom. Graphics Accelerator - None. The rest is as you need.
Copy the TouchGFX folder (where the gfx project is) and copy the library folder (Middlewares / ST / touchgfx).
Understand includes and use the libtouchgfx.a library for Cortex-m0.
2020-03-31 06:12 AM
I figured it out.
Create a project for the board (cortex-m4 or cortex-m0) with a screen. Turn on touchGFX. Interface - Custom. App Tick Source - Custom. Graphics Accelerator - None. The rest is as you need.
Copy the TouchGFX folder (where the gfx project is) and copy the library folder (Middlewares / ST / touchgfx).
Understand includes and use the libtouchgfx.a library for Cortex-m0.