Ethernet - without RTOS or CubeMX - STM32H7
Hello,
I am hoping i can be pointed in the right direction.
I would like to create, using an STM32H7, a device that has an ethernet port.
The idea is simply to go to various sites and scrape info for processing later on. I guess this will require TCP/IP.
So i have found some examples online of this to help me and get started. However they seem to make little sense to me since i dont use and refuse to use CubeMX. I would rather understand what i am writing rather than have so much abstraction it takes forever to understand the code.
Ideally not having to use RTOS would be good, mostly because i dont understand them yet and i feel it just adds more complexity to what i am doing.
Ideally i would have liked to use the H7 internal MAC and an external PHY. Then i can attempt to code in the stack, which i know would be quite difficult and time consuming. But it does allow me to do software update fixes.
This would be preferred over using say a WIZ5500, although i do understand the benefits of using a hardwired stack.
I am looking for something stuctured that can help me understand what i need to have and also why thats been written at a lower level, i.e register level.
Does anyone know of any such resource?
