We triedOSTmrCreate() to create a periodic 1ms timer. We also tried OSTimeDly. Which one is better suited for what we need? 2. I see we can change the priorities in lwipopts.h. Are the following three that we should change to lower priorities than the timer? Any other th...
We triedOSTmrCreate() to create a periodic 1ms timer. We also tried OSTimeDly. Which one is better suited for what we need? 2. I see we can change the priorities in lwipopts.h. Are the following three that we should change to lower priorities than the timer? Any other things ...