Ada driver library ethernet component

Hello,
I’m working on an STM32F746 devboard with an ethernet port.

I’ve seen the ethernet component (STM32.eth) in the Ada driver library, as well as two procedures (enabled_eth and reset_eth) in the STM32.Device package. I wonder if there is any examples of this? I couldn’t find anything. From what I see, only the RX is implemented, right?

Thanks for your answer.

Hi and welcome to the community!

From what I have seen of the eth periferal… I has not been touch much in the past 10 years… It seems to be in a very basic state as you say…

HOWEVER, the prolific @stcarrez has a networking stack that should be fully compatible with your board ada-enet! So I would recommend you give it a good try ^^

I hope this helps. Best regards,
Fer

1 Like

Thanks for your answer!

Well I guess I’m going to work on this driver then and update it for everyone ahaha!

I’ve already seen his stack, it’s a great piece of software! Unfortunately I have specific stack needs for my project, so I built my own (plus it supports PTP, maybe I could share it if it can be useful to other people).

Thanks again, have a nice day. :slight_smile:

3 Likes