Skip to main content
Graduate
April 12, 2024
Question

Can Netx duo work with freertos

  • April 12, 2024
  • 2 replies
  • 1595 views

Hello, I would like to know if netx duo is able to work based on freertos and if there is already an implementation for it, since our work was based on freertos implementation. Or if there is an oslayer for netx duo for freertos.

    This topic has been closed for replies.

    2 replies

    Graduate II
    April 12, 2024

    Dear @PeterMu 

    What I know is that currently Netx Duo is supported only on ThreadX (Azure RTOS)

    But you can find some information about adaptation FreeRTOS API to ThreadX to simplify migration process see https://wiki.st.com/stm32mcu/wiki/Introduction_to_THREADX#FreeRTOS_API_Support

    Regards

    Radim

    ST Employee
    April 22, 2024

    Hello

    Why do you want to use Netxduo on FreeRTOS ?

    Guillaume

    PeterMuAuthor
    Graduate
    April 22, 2024

    My project is based on freertos, now I want to try netx duo because my network stack(cannot tell the name) is not working very well.

    If netx duo is not able to work with freertos, I may need to try other network stack.