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.
9 years, 9 months ago.
Runtime Ethernet configuration change
I was trying to change Ethernet configuration from DHCP to static or vice versa. To do this, EthernetInterface class demands to call init() function, but calling init() twice will enter mbed_die(). No way to do this?