Export to GitHub

tinkerit - issue #9

Cantarino - hang on Arduino NG


Posted on Jul 26, 2009 by Happy Hippo

http://tinkerit.googlecode.com/files/speech_daisybell.pde hangs on Arduino NG with a fixed tone

Reported by gomako on Cantarino group.

Comment #1

Posted on Jul 26, 2009 by Happy Hippo

Write to TIMSK clears TOIE0. This freezes the Arduino millisecond timer, so delay() hangs.

Fix suggested - TIMSK write should only alter TOIE2 bit. gomako is verifying on Cantarino group.

Comment #2

Posted on Jul 27, 2009 by Happy Hippo

Fix verified as working by gomako

Status: Fixed

Labels:
Type-Defect Priority-Medium