Oryx-Embedded / CycloneTCP

Dual IPv4/IPv6 Stack
https://www.oryx-embedded.com/products/CycloneTCP
GNU General Public License v2.0
150 stars 69 forks source link

enc28j60 problem #16

Open nimaltd opened 2 years ago

nimaltd commented 2 years ago

I have problem with enc28j60, in some network it does not work.

Link is up (eth0)...
  Link speed = 10 Mbps
  Duplex mode = Full-Duplex
1s 272ms: DHCP client SELECTING state

and not happen

nimaltd commented 2 years ago

is it maybe for mac address? after change mac, it is work fine.

jacksonjim commented 2 years ago

I have problem with enc28j60, in some network it does not work.

Link is up (eth0)...
  Link speed = 10 Mbps
  Duplex mode = Full-Duplex
1s 272ms: DHCP client SELECTING state

and not happen

this problem is you does not in the SysTick_Handler to set systemTicks++;

void SysTick_Handler(void) { systemTicks++; }