User Guide
GD32450Z-EVAL
42
3) udp application. Users can link the eval board with another station, using 1025 port.
Users can send information from station to board, then the board will send back the
information.
By default, the packet reception is polled in while(1). If users want to receive packet in
interrupt service, uncomment the macro defined USE_ENET_INTERRUPT in main.h.
If users need dhcp function, it can be configured from the private defines in main.h. This
function is closed in default.
Note: Users should configure ip address, mask and gw of GD32450Z-EVAL-V1.1 board,
or server according to the actual net situation from the private defines in main.h.
DEMO running result
Download the program <Raw_tcpudp> to the EVAL board.
Using Network assistant software, configure the pc side to tcp client, using 8000 port,
and when send something through the assistant, users can see the reply from the server:
Using Network assistant software, configure the pc side to tcp server, using 1026 port,
press the Tamper key, and when send something through the assistant, users can see
the echo reply from the client:
Using Network assistant software, configure to use udp protocol, using 1025 port, and