STM32F415 Freertos port

Sysprogs forums Forums VisualGDB STM32F415 Freertos port

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #11220
    Kysel
    Participant

    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.

    #11221
    support
    Keymaster

    Hi,

    This can actually be changed via VisualGDB Project Properties (we made it into a separate setting to simplify troubleshooting). We normally mention this in our tutorials; if you followed one that does not mention this setting, please let us know and we will update it.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.