Hello, I did implement the w5500 device driver, but I am only using it on a proprietary custom board at the moment. Alan is currently working on using the w5500 with the STM32F4Discovery board. Apparently there are still some issues, but I guess once those are resolved Alan will upstream the respective code.
Bye, Michael On Wed, Sep 14, 2022 at 11:51 AM prelude <wgz_z...@163.com> wrote: > I saw the driver code of the w5500 on Nuttx, but I did not find any > routine using these driver codes. The w5500_initialize interface has not > been called by any code. Have any friends used the w5500 on nuttx? > > > int w5500_initialize(FAR struct spi_dev_s *spi_dev, > FAR const struct w5500_lower_s *lower, > unsigned int devno) > { > FAR struct w5500_driver_s *self; > > > > >