Well I read that you HAVE to return from an interrupt.
So I tried something else... playing the sound in small increments and looping that. Like:
For w = 1 to 160
SOUND PortB.1,[110,1]
in here look to see if the flag is set that
we went through an interrupt.
Next w
But that sounds terrible!
Waiting for the next idea....
I'm starting to think about advancing the PICs counter, but not sure how to do that yet.
Sorry if I'm making this thread so long.... but I'm figuring why not document the process... could make for good archiving! :-)
Bookmarks