We strongly encourage users to use Package manager for sharing their code on Libstock website, because it boosts your efficiency and leaves the end user with no room for error. [more info]
Rating:
Author: matrix
Last Updated: 2014-12-19
Package Version: 1.0.0.0
Category: Ethernet
Downloaded: 695 times
Not followed.
License: MIT license
DP83848C Ethernet PHY init code for use with Net_Ethernet_Internal library for PIC32.
Can be used with Microchip ETHERNET STARTER KIT.
Do you want to subscribe in order to receive notifications regarding "DP83848C PHY for PIC32" changes.
Do you want to unsubscribe in order to stop receiving notifications regarding "DP83848C PHY for PIC32" changes.
Do you want to report abuse regarding "DP83848C PHY for PIC32".
DOWNLOAD LINK | RELATED COMPILER | CONTAINS |
---|---|---|
1418891358_dp83848c_phy_for_mikroc_pic32.rar [4.09KB] | mikroC PRO for PIC32 |
|
Use it in this way:
phy_InitPHYPins(true);
Net_Ethernet_Intern_SetPHYInit(&phy_Init_DP83848);
Net_Ethernet_Intern_Init(myMacAddr, myIpAddr, Net_Eth_Int_AUTO_NEGOTIATION);
Net_Ethernet_Intern_confNetwork(ipMask, gwIpAddr, dnsIpAddr);