cancel
Showing results for 
Search instead for 
Did you mean: 

Initialize STM32f407 Ethernet without using libraries

Mark Greally
Associate II
Posted on September 21, 2017 at 17:03

Hi.

Is there any procedure available that shows the steps involved in initializing the Ethernet. The cube code generated uses libraries like HAL. I would like to do this without using these libraries. Is there a procedure that shows which registers need to be set?

Thanks.

#stm-32
10 REPLIES 10
Posted on September 29, 2017 at 10:24

Indeed it is Jan and highlights the fact that by the time you figure out the defines and names etc you would be quicker going to the datasheet and figuring them out yourself. The libraries are great for getting things up and running but once you need to start tweaking things you need to start searching. Thank goodness for CTRL+F.