Search found 2 matches

by boskz
Sun Jan 10, 2021 8:31 am
Forum: Bug Reports
Topic: Problem with timer operation in ATTINY84
Replies: 2
Views: 3248

Re: Problem with timer operation in ATTINY84

Hello team,

I think I found a solution to the problem,
ATTINY84.fcdx file

Need to replace the name

TIMER0_OVF_vect
TIMER1_OVF_vect

On

TIM0_OVF_vect
TIM1_OVF_vect
by boskz
Sat Jan 09, 2021 8:34 am
Forum: Bug Reports
Topic: Problem with timer operation in ATTINY84
Replies: 2
Views: 3248

Problem with timer operation in ATTINY84

Hello team, Problem with timer operation in ATTINY84. After adding a timer interrupt to the program, the microcontroller starts constantly rebooting (compilation proceeds without errors). Modeling in Flowcode v9 (the same in other versions) is going well. The problem begins to manifest itself after ...