Quantcast
Channel: ARM Connected Community : All Content - All Communities
Viewing all articles
Browse latest Browse all 3617

ARM Cortex M7 UDP comunication

$
0
0
static struct netconn *conn; static struct ip_addr server_ip; static struct udp_pcb *pcb;   udp_init(); pcb = udp_new(); err = udp_bind(pcb, &local_ip, 0); if (err == ERR_OK) { sprintf(text,"Server connected"); } else   {

Viewing all articles
Browse latest Browse all 3617

Trending Articles