Hello, I recently bought one STM32F413Discovery board, and I would like to ask the developers to create a TouchGFX example in order to use also the display with the new software, and not using the old STemWin.Thank you
Is TouchGFX implemented on the 32F413HDiscovery Board? And if yes, how can I implement it? Because I tried in so many ways but either I have nonsenses errors, or I don't have the right screen size, and so it won't compile and run
I noticed another thing: I tried to put the include lines that give me back the errors I mentioned, and the program will still give me an include error to the next included file, until I commented all include files and it gave me errors that the func...
It didn't work, Romain, it gives me the same errors it gave me before enabling the FreeRTOS.May I ask you: is it possible to send here or by my email the project you download into the board before selling it?
What I mean by that is, instead of creating a project with SMT32CubeMX, I created a project with the CubeIDE, and then I added the software package, which is TouchGFX; after that, I build the project and the TouchGFX folder appeared. Then I opened fr...
Hi Romain,thank you for your fast reply. I already tried this method with STM32CubeIDE and, I don't know why, some files in "TouchGFX" folder return me an error that says "No such file or directory", even though the file in that specific path exist. ...