Forum Discussion
Altera_Forum
Honored Contributor
15 years ago@dsl
--- Quote Start --- An embedded ethernet/TCP stack shouldn't necessarily require interrupts --- Quote End --- Sorry, you are right. I actually meant Nichestack uses two high priority TASKS not interrupts. This is valid in the standard way of operation based on Micrium RTOS, unless you use superloop mode. Anyway what I said still applies: the OS scheduler interrupt periodically takes control over your polling loop and delays your samples by a possibly indeterminate amount of time. Cris