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.

LWIP porting to sysbios

Other Parts Discussed in Thread: SYSBIOS

Hi ,

we are planning to port LWIP ethernet example code to sysbios.

Without OS, the example is working fine on our custom board based on AM437x,

We don't want to change the LWIP code to accommodate OS features inside example code(without sys_arch  file changes). instead, just need to use the example code as it is but on Sysbios.

So if we change the Interrupt part code of LWIP example code to accommodate Sysios HWI , will it work straight forward?