cancel
Showing results for 
Search instead for 
Did you mean: 

ETH on STM32H743 with Zephyr

Charles Dias
Associate III

Dear,

I'm trying to use the ETH with Zephyr RTOS 3.5.99. It was built the samples/net/dhcpv4_client sample, however, I tried to build others examples from samples/net/socket, such as echo and echo_client, but was impossible.

I would appreciate it if anyone could provide information on how to set up ETH on Zephyr.

Thanks.

 

 

 
1 ACCEPTED SOLUTION

Accepted Solutions
Charles Dias
Associate III

As I was trying to build the sample from out-of-tree (I copied this example to another folder), the problem was that I didn't add the mbedtls module to the west.yml file. After this, everything worked fine.

View solution in original post

3 REPLIES 3
Charles Dias
Associate III

I did something wrong. I was trying to build the sample out-of-tree, but when I built it inside the Zephyr folder, the project worked fine. Sorry for my mistake!

LCE
Principal

I once had a look at the Zephyr ETH stuff. Wow, that stuff looks so much better than STM's HAL...

Charles Dias
Associate III

As I was trying to build the sample from out-of-tree (I copied this example to another folder), the problem was that I didn't add the mbedtls module to the west.yml file. After this, everything worked fine.