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

FreeRTOS version 9 support for nRF52832

Hi team,

My customer found that our SDK15.3 is supporting FreeRTOS version 10, but their original codes are based on FreeRTOS version 9, do we have any guideline which version of SDK is supporting FreeRTOS version 9?

Thanks!

Leon

Parents
  • Hi Leon

    I'm sorry but none of the SDKs support FreeRTOS version 9. SDK versions 15.0 and newer support FreeRTOS version 10, while older SDKs support FreeRTOS version 8.2.

    It shouldn't be that hard using version 10 with a version 9 based project. As stated on their websiteHowever, V10 is a drop-in compatible replacement for FreeRTOS V9.x.x, as the new source file is only required to enable new features, and two copies of the changed header file are provided - one with the old name and one with the new.

    Best regards,

    Simon

Reply
  • Hi Leon

    I'm sorry but none of the SDKs support FreeRTOS version 9. SDK versions 15.0 and newer support FreeRTOS version 10, while older SDKs support FreeRTOS version 8.2.

    It shouldn't be that hard using version 10 with a version 9 based project. As stated on their websiteHowever, V10 is a drop-in compatible replacement for FreeRTOS V9.x.x, as the new source file is only required to enable new features, and two copies of the changed header file are provided - one with the old name and one with the new.

    Best regards,

    Simon

Children
Related