I tried a simple blank project (TouchGFX)for STM32H7B3I-DK first starting from IDE 1.6.1 and second time from MX v 6.2.1 but I've error
fatal error: cmsis_os2.h: No such file or directory OSWrappers.cpp /TTS/. The MX configured for NO OS. attached
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-04-25 4:02 AM
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-04-27 5:02 AM
Create a project from TouchGFX Designer 4.16.1 with the application template for the STM32H7B3 disco board to see and understand the additional configurations made to have TouchGFX running on that board.
/Romain
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-04-26 10:51 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-04-26 10:52 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-04-27 5:00 AM
Hi,
Do you wish to work with or without an OS ? If without, then get rid of the path to the cmsisos2 as this is meant for FreeRTOS.
/Romain
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-04-27 5:02 AM
Create a project from TouchGFX Designer 4.16.1 with the application template for the STM32H7B3 disco board to see and understand the additional configurations made to have TouchGFX running on that board.
/Romain
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-04-28 1:19 AM
Thank you, @Romain DIELEMAN​ , it is working as follows:
1- start the project from TGX. designer 4.16.1
2- open the generated MX. 6.2.1
3- generate code from MX.
4- open project, IDE 1.6.1, build project is ok.
The question remains of the strange performance if I start the project from the IDE!
