Okay, I was blind. When updating my project file from 1.16.1 to 1.17 I didn't recognise that the Designer made a backup of the touchgfx Middleware and copied the new one into the directory. Now I replaced the .lib file of that new directory and every...
@Martin KJELDSEN Much appreciated, thank you. It works very well with a new project. I'm still struggling a bit with updating my existing project to the new TouchGFX version, but I'm sure I will find a way. Thanks again!
Hi @Martin KJELDSEN .As far as I know there are no different versions of Keil Middleware, only the version that needs "-fshort-enums -fshort-wchar" as a compiler setting. If you're not using the Middleware then there is no real need for this compile...
Hello @Romain DIELEMAN . Thanks for your reply.I'm using a STM32F746G-Discovery Board with no alterations in a custom project. I replaced the TouchGFX Middleware in my project with the new one and let the new version of TouchGFX Designer generate th...
For the new version of TouchGFX (1.17) the library included for Keil6.x for a cortex_m7 core doesn't work with Keil Middleware. I guess it is because the TouchGFX library was compiled wihtout the checkmark "short enums/wchar". Is it possible to provi...