Forum Discussion
Altera_Forum
Honored Contributor
12 years agoEthernet on Bemicro SDK
I'm trying to port the standard net example onto the BeMicroSDK which uses the DP83848C PHY. To keep it simple, I've disabled DHCP and hard-coded a Static IP for now. Everything seems to synth...
Altera_Forum
Honored Contributor
12 years agoRegarding cables, the problem could also be something like your host PC ethernet adapter had been configured to not auto-negotiate (for example, if you had previously set it to operate only in gigabit modes). This also is easy enough to confirm/deny with a switch.
Regarding packet storage, the software uses malloc() etc. to allocate packet storage space from the heap.