Forum Discussion
Altera_Forum
Honored Contributor
14 years agoUDP delay to send
Hi, I am using NicheStack with the Altera Cyclone III NiosII Embended Evaluation kit. My application principale is to get measurements and send it each 1ms with UDP_send(). I have done it. ...
Altera_Forum
Honored Contributor
14 years agoHello dsl !
I am using an external 1MHz Oscillator in FPGA I div 10 000 and set an INT input to the NIOS Processor = 10ms. This part is good due to the good counter value received in UDP Trame, mean INT and UDP_send(). But it takes too much time to effectively send the trame in RJ45. I think a buffer is fed, but send only once each 24ms. I would like to flush it. Bvincent1