|
Problem with ARP source address
#ethernet
#stm32
Hi, I am using an STM32F4 board with an ENC28J60 (Ethernet over SPI chip) and am trying to get the net/sockets/http_get sample to work. To make it easier I use a static IP of google instead of DNS. Th
Hi, I am using an STM32F4 board with an ENC28J60 (Ethernet over SPI chip) and am trying to get the net/sockets/http_get sample to work. To make it easier I use a static IP of google instead of DNS. Th
|
By
tobias.roehmel@...
· #2419
·
|
|
Ethernet and CAN on STM32
#can
#ethernet
Hi Michael, When available, peripheral drivers of one SoC series should work with all boards using SoC of this series. Peripheral configuration is not done systematically on all the boards, as it requ
Hi Michael, When available, peripheral drivers of one SoC series should work with all boards using SoC of this series. Peripheral configuration is not done systematically on all the boards, as it requ
|
By
Erwan Gouriou
· #2411
·
|
|
Ethernet and CAN on STM32
#can
#ethernet
Dear all, I am new to Zephyr, I would like to use it on a STM32 for a Ethernet-to-CAN converter. While looking on the list of supported boards, and the supported feature, I can not find a single STM32
Dear all, I am new to Zephyr, I would like to use it on a STM32 for a Ethernet-to-CAN converter. While looking on the list of supported boards, and the supported feature, I can not find a single STM32
|
By
schmid.enterprise@...
· #2410
·
|
|
Switch between network interfaces during runtime (Offloaded modem/Ethernet)
#driver
#networking
#stm32
#ethernet
#modem
Hi John, do you need both interfaces be up all the time? If you do not, then simplest way is to take the other interface down. The stack selects the network interface according to destination IP addre
Hi John, do you need both interfaces be up all the time? If you do not, then simplest way is to take the other interface down. The stack selects the network interface according to destination IP addre
|
By
Jukka Rissanen
· #2358
·
|
|
Switch between network interfaces during runtime (Offloaded modem/Ethernet)
#driver
#networking
#stm32
#ethernet
#modem
Hi Zephyr Users, I wonder how I can make my app switch between which network interface it use during runtime. My idea is to automate the if-selection depending on which of the ifs that has a internet
Hi Zephyr Users, I wonder how I can make my app switch between which network interface it use during runtime. My idea is to automate the if-selection depending on which of the ifs that has a internet
|
By
John Johnson
· #2352
·
|
|
STM32: Ethernet Driver not working on F7 and H7 with 2.4.0
#networking
#driver
#ethernet
#stm32
Andreas, Can you bisect this to narrow down where things stopped working for you? David
Andreas, Can you bisect this to narrow down where things stopped working for you? David
|
By
David Leach
· #2265
·
|
|
STM32: Ethernet Driver not working on F7 and H7 with 2.4.0
#networking
#driver
#ethernet
#stm32
Dejavu, I think I have seen this question before. I don’t have a H7 or F7, but I remember a similar question was posted in April. Here is what it said, unfortunately there was no follow up to say if t
Dejavu, I think I have seen this question before. I don’t have a H7 or F7, but I remember a similar question was posted in April. Here is what it said, unfortunately there was no follow up to say if t
|
By
Lawrence King
· #2252
·
|
|
STM32: Ethernet Driver not working on F7 and H7 with 2.4.0
#networking
#driver
#ethernet
#stm32
Dear all, We try to run the net/sockets/packet sample on both, the Nucleo F746ZG and the H747I Discovery Board an run into the following issue with version 2.4.0 (works fine with 2.3.0 on F7): *** Boo
Dear all, We try to run the net/sockets/packet sample on both, the Nucleo F746ZG and the H747I Discovery Board an run into the following issue with version 2.4.0 (works fine with 2.3.0 on F7): *** Boo
|
By
andreas.eberhart@...
· #2251
·
|
|
[EXT] [Zephyr-users] Custom Ethernet driver and IPv4
#ipv4
#ethernet
#networking
Hello, Have you added ETH_NET_DEVICE_INIT In your code? Do you have CONFIG_NET_IPV4=y set in your application? What sample are you using? You can have a look at enc28j60 code, that is an SPI ethernet
Hello, Have you added ETH_NET_DEVICE_INIT In your code? Do you have CONFIG_NET_IPV4=y set in your application? What sample are you using? You can have a look at enc28j60 code, that is an SPI ethernet
|
By
Andrei Gansari
· #2075
·
|
|
Custom Ethernet driver and IPv4
#ipv4
#ethernet
#networking
I am working to implement a driver for a SPI Ethernet controller. The code is being called at initialization, but I am stuck at testing the driver. I would like to use the Net Shell, so net ping xxx.x
I am working to implement a driver for a SPI Ethernet controller. The code is being called at initialization, but I am stuck at testing the driver. I would like to use the Net Shell, so net ping xxx.x
|
By
Maik Vermeulen
· #2073
·
|