RMII problem STM32F7, receive OK, transmit not working
I am implementing ethernet on bare metal STM32F746-DISCO board. I configured rmii, set the PHY interface and "happily" receiving packaged on the DMA buffer. Problem is that sending doesnt work. Before setting TX descriptor for first package, DMA_SR f...