Hi,
The stadard ethernet examples on mbed hang at init() with the arch pro.
This happens when the library tries to query the MAC address.
extern “C” void mbed_mac_address(char *mac){
mac[0] = 0x00;
mac[1] = 0x02;
mac[2] = 0xF7;
mac[3] = 0xF1;
mac[4] = 0x91;
mac[5] = 0x9F;
};
This isn’t a question, I just wand to put this out there so that others won’t take the time I did to realize what the issue was.
See the thread on the mbed site:
developer.mbed.org/forum/platfor … ment-26729
Also, I don’t see an mbed section on the forum? Would you rather keep the discussion on the mbed site?
thanks!
Dan