This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Configure freeRTOS project for nRF52805

Hi,

Is it possible to run a freeRTOS project on nRF52805?

I've follow the instructions from "Developing for the nRF52805 with nRF5 SDK"  on the simple "blinky" example and it works fine. the problem begins when i'm trying to adjust the "blinky_RTOS" for nRF52805.

Thanks!

Parents
  • It's a Cortex-M4 like the other nRF52s - so no particular reason why you shouldn't be able to use freeRTOS.

    Do you have any experience with using FreeRTOS on any other microcontroller(s) ?

    I would suggest that nRF52 is not a good place to be getting started on FreeRTOS.

    The nRF52805 is intended for small, simple applications - do you really need an RTOS at all ... ?

    the problem begins

    What problem, exactly?

    We can't help to solve the problems when we have no idea what the problems are

Reply
  • It's a Cortex-M4 like the other nRF52s - so no particular reason why you shouldn't be able to use freeRTOS.

    Do you have any experience with using FreeRTOS on any other microcontroller(s) ?

    I would suggest that nRF52 is not a good place to be getting started on FreeRTOS.

    The nRF52805 is intended for small, simple applications - do you really need an RTOS at all ... ?

    the problem begins

    What problem, exactly?

    We can't help to solve the problems when we have no idea what the problems are

Children
No Data
Related