Re: User defined ethernet ISR
Bryan Armstrong <bryan.armstrong-6tN4nzCoH/[email protected]>
| Newsgroups | gmane.comp.hardware.microcontrollers.tini |
|---|---|
| Message-ID | <[email protected]> |
[email protected] wrote: > In my application I must answer a few special broadcast packets. > I tried a user defined ethernet ISR to decode the packets. If the > ISR is installed no ARP and Ping request are replied. You must allow the original ISR to complete so the other packets are processed. This is usually called "chaining". I'm pretty sure that this will work. Just make sure to jump to the address that was in the vector table before you added your ISR. -- -- Bryan Armstrong bryan.armstrong-6tN4nzCoH/[email protected] _______________________________________________ TINI mailing list TINI-6tN4nzCoH/[email protected] To UNSUBSCRIBE, edit your profile, or see list archives: http://lists.dalsemi.com/mailman/listinfo/tini