TMR Interrupt Problem

A forums to allow bugs and problems with Flowcode v7 to be reported and resolved.

Moderator: Benj

Post Reply
john_m
Posts: 1
Joined: Fri Dec 08, 2017 5:21 pm
Contact:

TMR Interrupt Problem

Post by john_m »

hello
found the same problem with the timer interrupt
the sample softpwm-1.fcfx runs in simulation on fc6 not on fc7
there is no timer interrupt
done a test on a ecio40p16 same problem
is this a bug or am i missing something in the set-up of fc7 ?
thanks

medelec35
Matrix Staff
Posts: 9520
Joined: Sat May 05, 2007 2:27 pm
Location: Northamptonshire, UK
Has thanked: 2585 times
Been thanked: 3815 times
Contact:

Re: TMR Interrupt Problem

Post by medelec35 »

Hi John,
Welcome to the forums.

The timer interrupt taking a long time to trigger with simulation only is a know bug.
It will trigger after a while. What I do for testing purposes is disable interrupt and just use a call macro.
Then when finished debugging just disable call macro and re-enable timer interrupt component.

It has been fixed in the next update that's due to be released.

Martin
Martin

Post Reply