Skip to main content
Associate II
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.

2 replies

Associate III
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

Guillaume K
ST Employee
April 22, 2024

Hello

Why do you want to use Netxduo on FreeRTOS ?

Guillaume

PeterMuAuthor
Associate II
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.