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

