User Activity

I am trying to send a simple udp Packet with the stm32f767zi nucleo sincle 3 days. At first I tried to use the drivers and project generated by cubemx. Sending the packets was done with this:void lwip_udp_send(void) { struct udp_pcb *UdpPcb; ip_add...