We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi,
We are using LPC4088 with DP83848 PHY for Ethernet communication.
If we does not supply power to PHY or it is not present on PCB & if call the netInitialize(); function then program crash.
After crash it does not go to any exception handler.
It should return Ethernet driver error or initialize fail error.
Amogh said:netInitialize
You mean this:
https://www.keil.com/pack/doc/mw/Network/html/group__net_sys___func.html#ga0c68e74df79a37750413f72518f63f73
Amogh said:It should return Ethernet driver error or initialize fail error
Should it?
Maybe it assumes that the hardware is present & powered-up ?