cancel
Showing results for 
Search instead for 
Did you mean: 

Build FreeRTOS error

LSylv
Associate II

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' ....

0693W000000Tu9qQAC.png

Without FreeRTOS in a project, the error disappear !

I suppose there's something missing.

Thanks a lot.

1 REPLY 1
KnarfB
Principal III

Looks like a syntax error.

There may be a # missing in a preprocessor line like "include" or "define" instead or "#include" or "#define".