cancel
Showing results for 
Search instead for 
Did you mean: 

Can Netx duo work with freertos

PeterMu
Associate II

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.

4 REPLIES 4
ravo
Senior

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

Hello

Why do you want to use Netxduo on FreeRTOS ?

Guillaume

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.

By the way, we also try the LWIP for our new network stack, but we can't confirm its stability.