Build FreeRTOS error
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-03-13 9:06 AM
Hi everyone,
I'm using STM32cubeMX + TouchGFX on the STMF746-DISCO.
And with a basic project generate by the STM32cubeMX, I have this error :
"Error: expected '=', ',', ';', 'asm' ....
Without FreeRTOS in a project, the error disappear !
I suppose there's something missing.
Thanks a lot.
Labels:
- Labels:
-
STM32CubeMX
-
STM32F7 Series
-
TouchGFX
This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-03-14 9:14 AM
Looks like a syntax error.
There may be a # missing in a preprocessor line like "include" or "define" instead or "#include" or "#define".
