Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
8 years, 11 months ago.
it possible to achieve both Ethernet and pin interrupt(interruptIn)?
Hello
I have developed using this board. I want to use EthernetInterface and interruptIn but the program will freeze before running and blink error LEDs. What can I do?
Question relating to:
1 Answer
8 years, 11 months ago.
If it blinks error LEDs you should have a message on the serial terminal why it is blinking them (probably because your InterruptIn pin is not supported. Did you try it without the Ethernet?).