Is it possible to combine Threadx RTOS with LWIP stack? #3284
-
|
I was able to run the Mongoose web server with ThreadX and NetX, and also with FreeRTOS and lwIP. However, I have been trying to combine ThreadX with the lwIP stack without success. I assume this behavior is not natively supported by the library. Is it possible to achieve this with minimal intervention? this is my configuration file // See https://mongoose.ws/documentation/#build-options #define MG_ENABLE_DRIVER_IMXRT10 1 #define MG_TCPIP_PHY_ADDR 2 #define MG_OCOTP_FUSES ((volatile uint32_t *) 0x401f4410) I was able to get the ip address from the DHCP server using LWIP but it seems that mongoose doesnot communicate with the ethernet there is something missing. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
No, you can't because we don't have a separate enabler for NetXDuo, so when you select THREADX, it assumes NetXDuo. |
Beta Was this translation helpful? Give feedback.
No, you can't because we don't have a separate enabler for NetXDuo, so when you select THREADX, it assumes NetXDuo.
I don't even know if what you want to do is supported by them, anyway.
If you have a compelling usage scenario for a commercial license, we can see how to achieve this. Otherwise, I'm afraid we won't.