Search found 2 matches

by mvictor
Fri Jan 16, 2026 6:53 pm
Forum: General
Topic: Implementing a non blocking delay
Replies: 4
Views: 155

Re: Implementing a non blocking delay

I did try using timer interrupt. I am able to work TMR0 and it calls my macro TIMERSERVICE, but in case of TMR1 it does not call my macro TIMERSERVICE2 which is linked to TMR1.
by mvictor
Fri Jan 16, 2026 6:59 am
Forum: General
Topic: Implementing a non blocking delay
Replies: 4
Views: 155

Implementing a non blocking delay

Hello, Flowcode version v4, PIC16F88. I am trying to implement a non blocking delay to power ports B5, B6 and B7 with the required delay in seconds on receiving a hi signal from input ports A4, A0 and A1. I was able to use TMR0 interrupt to create a delay for the first B5 output but whilst using TMR...