Forum Discussion
Altera_Forum
Honored Contributor
13 years agoThanks Cris72 and Daixiwen.
The UDP setup: PC with a RTOS is a very simple UDP client which sends UDP packets. 128 bytes payload. Nios-II app is a modified UDP server based on "Simple Socket Server" TCP template. Current round-trip time as measured on the PC client side (using RTOS APIs) is about 30-40 ms. Board is "Cyclone IV GX Transceiver Started Kit" with original SOPC. SOPC screenshot is attached. One of the tutorials mentioned using "sdram" for "linker section names". I noticed that the board does not have "sdram"; it has "onchip_ram" and "ssram", to which the CPU intr/data masters are connected. Could it be the mem speed issue due to this arrangement? Will set -O2 optimization. Will also increase CPU clk and look into CPU profiling. Any idea how to check if the TSE IP driver is interrupt-driven or is polling? We are trying to get round-trip time in sub-millisecond range. -swguy