This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMDSCNCD28388D: enet_lwip sample project with RTOS issue

Part Number: TMDSCNCD28388D
Other Parts Discussed in Thread: C2000WARE

Hi,

I import enet_lwip sample project, and modify the NO_SYS to 0 in lwipopts.h to enable RTOS.
When I try to build the project, I encounter the error about "too few arguments in function call"

So I found out that because "f2838xif_interrupt(&g_sNetIF)" function has one less argument.
Please kindly refer to the following screenshot.

The location of the "f2838xif_interrupt(&g_sNetIF)" function :
enet_lwip/lwiplib.c -> lwIPInterruptTask(void *pvArg) -> f2838xif_interrupt(&g_sNetIF)

So the first question is, may I ask for suggestion on how to solve this issue?

Then there is a comment on the next line of the "f2838xif_interrupt(&g_sNetIF)" function,


My second question is, is this under development? Are there any risks in using the RTOS with lwip now?
Also, may I ask when the development and testing will be completed?


Looking forward to your reply!

Thanks in advanced.