-
I'm building a project where I hope to use the W5100S with the LWIP IP stack, and
noticed gcc complaining about several set but unused (never read) variables.
For example, in [w5x00_lwip.c:110](ht…
-
I managed to get a UDP server working on a Wiznet w5500-evb-pico board. Loaded up CircuitPython 9.0.4 from https://downloads.circuitpython.org/bin/wiznet_w5500_evb_pico/en_GB/adafruit-circuitpython-wi…
-
W5x00 expects the MAC to be in program memory. INET::print_mac expects it to not be in program memory.
-
-
Routine `wizchip_reset` within file `port\ioLibrary_Driver\src\w5x00_spi.c` attempts to use the reset GPIO line, however the rest line has not been initialised.
The line `gpio_init(PIN_RST);` need…
-
If Ethernet controller is not detected then still allow serial upload and use a shorter bootloader delay. This is claimed to have been done already in the [NetLoad bootloader](https://github.com/d0ugh…
-
I have setup the rpi tool flow on windows 11 based on this article https://len42.github.io/rp2040-dev-setup.html which comes from the rpi_pico handbook. Running from a developer power shell I run into…
-
Good day Sir,
I am using Nucleo 446ZE board with Wiznet W5000.
Iahve edited w5x00_spi.h
line16 #define SPI_PORT 2 // GPIOB, SCK_PIN = 3, MISO_PIN = 4, MOSI_PIN = 5 probably needs f…
-
Not sure if this is the best way to provide a way of discussing this desire publically but for now it seems the best I can find and therefore perhaps _adequate_ :smile:
I have created 2 branches off …
-
## Description
I have a protocol that uses UDP broadcast to let devices communicate. This works fine except for that from time to time a random device will lock up and stop responding permanently. Th…