2020-08-21 11:36 PM
hi, i have been trying to develop a touch based project in my STM32F7508-DK,
i created a project of a simple switch turning on and off , using STM32IDE and TouchGFX
but while trying to build the project i got an error message saying : OSWrappers.hpp dose not exist what to do
Solved! Go to Solution.
2020-08-31 01:13 PM
Please check my answer/test in this thread about generating solely from CubeIDE and using TouchGFX 4.14.0:
2020-08-22 05:34 AM
Move the file to the "Inc" folder or add the directory of the file to your include directories.
Oh, I see this is TouchGFX stuff. Not real sure. Seems you're not alone:
https://community.st.com/s/question/0D53W000004jz1ISAQ/error-oswrappers-has-not-been-declared
2020-08-24 02:51 AM
Hello,
Could you try generate with CubeMX instead of CubeIDE ?
Also, if you use the Application Template for F750-DK in Designer, it should work just fine.
Please provide the steps you did to reach this problem.
/Alexandre
2020-08-24 06:31 AM
why in CubeMX instead of CubeIDE? CubeIDE is not yours recommended app?
2020-08-24 06:53 AM
This is only my opinion, but I've always been working with CubeMX and CubeIDE separately and it worked just fine.
Working with CubeIDE for everything was not efficient and to me felt kind of buggy. Therefore, for productivity purpose I never switched to CubeIDE.
And from my experience and problems that I see from people, I think this is better.
So yes, I believe we (meaning ST) are pushing people towards CubeIDE (again not a good idea in my opinion) but please try to use CubeMX to see if you still have the problem.
/Alexandre
2020-08-24 11:05 PM
hi,
i tried using cubeMX but the same error is showing
2020-08-25 03:23 AM
Hello,
Could you tell me all the steps you did ?
Along with it, could you enclose your project here, removing all the unnecessary files to have a small size archive ?
/Alexandre
2020-08-31 08:29 AM
TouchGFX Designer only knows what project to update by looking in the .ioc file. So make sure that the IDE you're using is specified in the .ioc file as current IDE. e.g. If i were to select EWARM in CubeMX as default ide, save, generate code with TouchgFX, only the EWARM project would be updated with files, include paths, etc.
/Martin
2020-08-31 01:13 PM
Please check my answer/test in this thread about generating solely from CubeIDE and using TouchGFX 4.14.0:
2020-12-09 11:27 PM
i am sorry for the delay , i was concentrated some other projects during this time,
i found a video on youtube and followed those steps
https://www.youtube.com/watch?v=bCppZf8FKYg
this is the link to the video