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++

timer in nios ii

Altera_Forum
Honored Contributor II
1,059 Views

hello everyone, i want to ask how much period cycle do the nios ii timer take???? please help mee :cry:

0 Kudos
2 Replies
Altera_Forum
Honored Contributor II
304 Views

Nios has not a native timer. All processor peripherals are implemented in Qsys. 

When you instantiate the Qsys component you can set a fixed period or make it sofware programmable. 

If you are working on a Nios system someone else has built for you, refer to the bsp or system.h to retrieve the device capabilities and parameters.
0 Kudos
Altera_Forum
Honored Contributor II
304 Views

 

--- Quote Start ---  

Nios has not a native timer. All processor peripherals are implemented in Qsys. 

When you instantiate the Qsys component you can set a fixed period or make it sofware programmable. 

If you are working on a Nios system someone else has built for you, refer to the bsp or system.h to retrieve the device capabilities and parameters. 

--- Quote End ---  

 

thank you for your answer. i will check it
0 Kudos
Reply