This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

C2000-DIGITAL-CONTROL-LIBRARY: 28388 CM udp_rx_callback not working.

Part Number: C2000-DIGITAL-CONTROL-LIBRARY

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?