1. S

    Ping with length >245 bytes ignored by ENC28j60

    Hi, Using a ENC28j60 with a cc1352p1 microcontroller and the lwIP stack. I'm trying to ping my device after manually assigning it an IP, and I can ping it and get a response when the number of bytes in the ping is < 244 bytes. So if I do >> ping 192.168.1.10 I get: 64 bytes from...
  2. S

    Receive packets and read routine ENC28J60

    I am using an ENC28J60 Rev 7 (REVID = 0x06) with a TI CC1352P microcontroller. Trying to transmit and receive ethernet packets between the MCU and my computer. I was able to transmit packets from my MCU and see them in Wireshark, I could see the content of the message correctly. I am doing a...
Top