How to create/configure a simple Timer?

Hi, I need to create/configure a Timer to interrupt the sample “SNMP User Defined MIB Sample” (namib) every 10 seconds, how can I do it?

On mctimer.h I saw some function like:int NAEnableTimer (const unsigned int timer);
Should I use them?

Hello,
I am not familiar with NET+OS API, but there are several examples of the timer API in sample projects. To take a look, create a Sample project and choose Timer API Sample. Inside root.c file you will find all the necessary information to setup a timer.

Regards.

Thanks, I found an example at netos74\src\examples
atimer