Hi,
I’ve spent quite some time finding why FreeRTOS does not work out of the box with STM32F415 micro using software FP. It gets stuck in prvPortStartFirstTask
in port.c
Then I found the solution, in file stm32.xml, changing value from “CM3” to “CM4” fixed the problem and everything works just fine.
Can you please fix this, so it’ll be generated correctly?
<KeyValue>
<Key>com.sysprogs.bspoptions.stm32.freertos.portcore</Key>
<Value>CM4</Value> <!-- Here was "CM3" -->
</KeyValue>
Thanks.