Forum Discussion
Altera_Forum
Honored Contributor
12 years ago --- Quote Start --- Does your higher priority task use any network API function? (either receive or send) --- Quote End --- No, I don't use any network function. --- Quote Start --- How did you implement the 500ms pause? --- Quote End --- I call OSTimeDly() function. --- Quote Start --- You are right that the higher priority task should be the one running even if there is a high IP load, but the interruptions always have a higher priority. --- Quote End --- I'm using the SMSC MAC, maybe building the driver to polling mode would be the solution, what do you think? Thanks.