michi-jung commented on issue #8833: URL: https://github.com/apache/nuttx/issues/8833#issuecomment-1472477103
The w5500 driver uses the chip in MACRAW mode, i.e. only at the Ethernet level. All IP processing is done by NuttX's networking stack. This is why only the MAC is written to a chip register and why only 'socket0' is used to exchange raw Ethernet frames. You wrote > Then i wirte the config into ip register(netmask gateway etc.) [...] Do you mean that you extended the code to write the e.g. the netmask gateway into the W5500's registers? This does not make sense for the MACRAW mode. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org