Hello.
TI 28388 ControlCARD is in use.
Testing Ethernet with C2000 example.
CPU1 has an example of ethernet_c28x_config.
The CM has an example of enet_lwip_udp.
My question is why the "udp_rx_callback" function assigned to udp_recv does not work.
It was confirmed that the "Connected_udp_28000" variable in the corresponding callback function must be true to operate the send function.
How can I make "udp_rx_callback" in CM project work?