Skip to content

The timer with external interrupt issue..... #283

Closed
@Jason0416

Description

@Jason0416

When use the timer, The external interrupts not work.........

stimer_t timer1; // Timer1

void.....(){
timer1.handle.Instance = TIM1;
TimerPulseInit(&timer1, 417, 0, IsrTim1);
.
.
.
pinMode(PA1, INPUT);
attachInterrupt(PA1, rxPinChanged, CHANGE);
}

The timer interrupt working, But the external interrupts no work.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions