2020-03-13 09: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.
2020-03-14 09: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".