Page 1 of 1

Timer interrupts missing on V5.0 - V5.2 12F series

Posted: Mon May 07, 2012 8:22 pm
by medelec35
Attached are some FCD files that will enable timer interrupts on some 12F series targets
E.g with 12F675 Timer 1 is not selectable

With 12F615 & 12F617 timers 1 & 2 are not selectable.

If 64bit windows go to C:\Program Files (x86)\Flowcode\v5\FCD
or
If 32bit windows go to C:\Program Files\Flowcode\v5\FCD

Repace existing files with ones attacted.

Martin

Re: Timer interrupts missing on V5.0 - V5.2 12F series

Posted: Tue May 08, 2012 4:08 pm
by Benj
Thanks Martin,

I have added these missing interrupts to the FCD generator so the fixes should be there next time.

Re: Timer interrupts missing on V5.0 - V5.2 12F series

Posted: Fri Jun 08, 2012 4:25 am
by Chet
Could you help me with a fix for the 12F683 I need Timer1 to work in the worst way, thanks!

Re: Timer interrupts missing on V5.0 - V5.2 12F series

Posted: Fri Jun 08, 2012 12:04 pm
by Benj
Hello Chet,

Please can you give the attached v5 FCD file a go and let me know how you get on.

Re: Timer interrupts missing on V5.0 - V5.2 12F series

Posted: Fri Jun 08, 2012 3:25 pm
by Chet
Thank you! I got it loaded will test with some code later. Off topic but can I copy and paste code from one FC macro into another without issues?

Re: Timer interrupts missing on V5.0 - V5.2 12F series

Posted: Sat Jun 09, 2012 6:31 am
by Chet
It works! I actually ended up using TMR2 as TMR1 has no resemblance to TMR0. On a side note, It seems that in View Chip mode, pin simulation does not match LED activity on a given pin. Thank you.