Hi
I'v configured the network for my nucleo board and I get the following
info on the NuttX nsh:
nsh> ifup eth0
ifup eth0...OK
nsh> route
SEQ TARGET NETMASK ROUTER
1. 0.0.0.0 0.0.0.0 192.168.178.109
nsh> ifconfig
eth0 Link encap:Ethernet HWaddr 5e:11:f1
Hi,
I think that it is expected. In case of "NETDEV_LATEINIT" the "
arm_netinitialize" is not called and you need to add explicit "
stm32_ethinitialize(0);" somewhere in "*board_app_initialize()*" and wrap
it with "defined(CONFIG_NETDEV_LATEINIT)".
Best regards,
Petro
пт, 29 квіт. 2022 р. о 10:3
Hi Greg,
By the way, could you please kindly advise what can be used as base example
for such USRSOCK driver. In my case I would like to use ESP32 network stack
through AT commands.
Thanks in advance!
---
With best regards, Oleg.
чт, 28 апр. 2022 г. в 19:53, Gregory Nutt :
> Shouldn't be to ha
By the way, could you please kindly advise what can be used as base example
for such USRSOCK driver. In my case I would like to use ESP32 network stack
through AT commands.
Here are a couple:
* apps/examples/usrsocktest
* apps/wireless/gs2200m