Re: How to use the w5500 network module?

2022-09-15 Thread Alan Carvalho de Assis
Hi Prelude, The W5500 initialization code is already merged into mainline: https://github.com/apache/incubator-nuttx/blob/master/boards/arm/stm32/stm32f4discovery/src/stm32_w5500.c Did you have the chance to test it? BR, Alan On 9/14/22, Alan Carvalho de Assis wrote: > Hi Prelude and Michael

Re: How to use the w5500 network module?

2022-09-14 Thread Alan Carvalho de Assis
Hi Prelude and Michael, Yes, I'm adding W5500 to ESP32-S2 to test the SPI driver that I implemented and because I was facing some issues on it I decided to test on STM32F4Discovery board. I'll submit the PR to mainline. I got it working, but for some reason it is stopping after 5 pings: https://p

Re: How to use the w5500 network module?

2022-09-14 Thread Michael Jung
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 res