Tool/software: TI C/C++ Compiler
Hi,
assumed my application is running within the interrupt service routine of an interrupt (e.g. from Ethernet). What happens when an other event occurs, which causes an interrupt (e.g. a GPI is changed)? Is the GPI-intterrupt served as soon as I return from my Ethernet-ISR? Or is it dropped/ignored and I have to check on return somehow if an other interrupt is about to be handled? Has the interrupt-priority and influence on thie interrupt handling in this case?
Thanks!