[En-Nut-Discussion] Ethernet receive issue

Rasmus Aagesen rasmus.aagesen at tonica.dk
Tue Mar 16 11:25:38 CET 2010


Hallo every one. 

 

 

 

I am using ether nut core to send and receive data over local net via UDP. 

Using the Eclipse editor and Gcc compiler.

 

 

 

I have initiated  the Ethernet device with the following call's

 

 

 

NutRegisterDevice(&DEV_ETHER, 0x8300, 5);

 

 

 

NutNetLoadConfig(DEV_ETHER_NAME);

 

 

 

NutNetSaveConfig();

 

 

 

 

 

To have full control over Ethernet, I am using a Periodic interval timer

(PIT) to read and send data every 10 ms

 

 

 

The NutUdpSendTo()works perfectly but the NutUdpReceiveFrom()does not work,
the program stop's the first time it call's this function

 

 

 

My question is how do I solve this issue.

 

 




More information about the En-Nut-Discussion mailing list