Quantcast
Channel: Renesas Synergy Platform
Viewing all articles
Browse latest Browse all 23645

Forum Post: NetX SNTP client set up

$
0
0
I am attempting to use the NetX SNTP service to set the time on an SK-S7-G2. I tried to use several different time serve rs (the ubuntu pool: 171.66.97.126, pool.ntp.org, 0.pool.ntp.org, etc.) in both unicast and multicast mode as shown in the sample application in the SNTP User Guide. The call to nx_sntp_client_receiving_updates(&sntp_client, &sntp_receive_status) always returns 0 for sntp_receive_status. I but a breakpoint in the kiss_of_death_handler() and that function is never called, so it looks like the SNTP client isn't calling the server. Looking at the network with tcpdump, I never see an ARP request for the configured server or an NTP request on port 123 from the SK. Is there anything beyond what is described in the sample application that needs to be configured for Synergy? thanks, pete

Viewing all articles
Browse latest Browse all 23645

Trending Articles