Jump to content

Recommended Posts

Posted

Hi Pilo,

MIOS_Timer uses TMR3, thats already a 16 bit timer, and by using the MIOS_Timer_Init function you're able to control "allowed" parameters.

Take care that USER_Timer is an interrupt service routine (Use FSR2, use IRQ_TMP*, etc...)

Best Regards, Thorsten.

Posted

mmm sounds good ;)

actually I don't need the interupt, or maybe just in case the input frequency is too low. I just need to get and set the 16bits counter value.

thanks! ;)

Posted

Hi Pilo,

the problem is, that you didn't mention which problems you are observing, therefore I cannot really give you an useful answer...

However, the lcd_benchmark application demonstrates how to use TMR3 w/o interrupts.

Best Regards, Thorsten.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...