I have a question in connection with the lwIP concerto example. The lwIP timer is served in a SysTick interrupt handler. But what will happen when I have an infinite loop for example in my data sending function? Will a next SysTick interrupt occur or SysTick interrupt is disabled somewhere in the lwipTimer() function?
Thanks in advance!
Best regards,
Tamas