# GD32F5
话题数量:
13
# GD32F5
Zero
LV.1
2026年8月7日
bin duan
时间:2026-08-07
Example for a typical configuration flow of Ethernet:
1.Enable Ethernet clock.
2.Setup the communication interface.
3.Wait the resetting complete
4.Obtain and configure the parameters in PHY register
5.Initialize the DMA in Ethernet module for transaction
6.Initialize the physical memory space for descriptor table and data buffer
7.Enable MAC and DMA module to start transmit and receive
8.Wait the resetting complete
9.Initialize the physical memory space for descriptor table and data buffer
10.Enable MAC and DMA module to start transmit and receive
