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.

CCS/TM4C129XNCZAD: UDP broadcast messaging on Tiva4C

Part Number: TM4C129XNCZAD

Tool/software: Code Composer Studio

I would like to implement a UDP broadcast on: The PC will broadcast some packet to my TIVA4C MCU. I have been able to communicated so far using UDP messaging between my PC and Tiva using udp_echo.c example. But it does not seem this example works for UDP broadcast. The call back function void udp_echo_recv(void *arg, struct udp_pcb *pcb, struct pbuf *p, struct
ip_addr *addr, u16_t port) just ignore any broadcast message sent from the PC.

Is there any configuration in the stack that I need to enable?

Thank you