Nios® V/II Embedded Design Suite (EDS)
Support for Embedded Development Tools, Processors (SoCs and Nios® V/II processor), Embedded Development Suites (EDSs), Boot and Configuration, Operating Systems, C and C++
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

MicroC-OS II Issue

Altera_Forum
Honored Contributor II
1,236 Views

Hi, 

 

I am using Altera Stratix FPGA uC-OS-II and Nichestack IP for TCP/IP communication. 

here in a while loop where i am sending and receiving data i want to measure time . 

for that I am putting PC_ElapsedInit(),PC_ElapsedStart(),PC_ElapsedStop() functions.  

but i want to know which header files i have to add for these functions? 

Thanks in advance. 

 

regards: 

sblrde 

0 Kudos
2 Replies
Altera_Forum
Honored Contributor II
549 Views

why not using GPIO and taking measures using a scope? the best way to do it.

0 Kudos
Altera_Forum
Honored Contributor II
549 Views

Or add a small avalon slave that counts sys_clk are returns the 32bit count value on reads.

0 Kudos
Reply