FreeRTOS App compilation error

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
User8819
Level 4
Level 4
Hello,

I included FreeRTOS app. It cannot be compiled, due to errors reported in port.c file. Some instructions give errors, i.e.
"selected processor does not support Thumb mode `vstmdbeq r0!,{s16-s31}".
"instruction not allowed in IT block -- `stmdb r0!,{r4-r11,r14}"

has this application been tested?

rum
0 Likes
1 Reply
User8819
Level 4
Level 4
It is necessary enable hardware floating point support in compiler options. Strangely in cortex M4 core (as XMC) only software support is enabled in DAVE in default settings.
0 Likes