Forum Discussion
Altera_Forum
Honored Contributor
14 years agohow to use sys_timer and high_res_timer
when I test the simple socket server sample, it be required sys_timer and high_res_timer. how to use it .where? when ? thanks !
Altera_Forum
Honored Contributor
14 years ago --- Quote Start --- the sys_timer is for sys_clk_timer(nios ii bsp editor->common->main->) and other is for timestamp_timer? --- Quote End --- That's correct. Anyway, as Kirska said, they both are actually generic interval timer components. So you could possibly define two other timers, call them timer1 and timer2 and assign them to sys_clk_timer and timestamp_timer in bsp editor.