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

freertos and 52810

SDK 14.2      keil5

I want to run freertos with nrf52810.but I did not find any example .

Is there anyone have tried this?

I downloaded nrf52832 code(ble_app_hrs_freertos)  on the nrf52810 board. It can work properly.           

But I'm not sure if this is the right way.

Is there any  example or  Transplant method for 52810 to run freertos ?

Parents
  • There is a blog post on how to adapt nRF52832 projects for nRF52810 - see the link here, and note the other comments.

    I can't see that there'd be anything specific to FreeRTOS about it.

    But do note that the whole point of the nRF52810 is that it is a cost-reduced, low-memory version of the nRF52832 - so possibly not the best choice if your project really needs an RTOS ... ?

    And probably the reason why there are no examples?

Reply
  • There is a blog post on how to adapt nRF52832 projects for nRF52810 - see the link here, and note the other comments.

    I can't see that there'd be anything specific to FreeRTOS about it.

    But do note that the whole point of the nRF52810 is that it is a cost-reduced, low-memory version of the nRF52832 - so possibly not the best choice if your project really needs an RTOS ... ?

    And probably the reason why there are no examples?

Children
Related