interrupt (timer0) problem

Guest #3305798
Rate this post
useful
not useful
Hi!


I've written simple program (attached code - main.c) that should set all 
GPIO0 pins when it would enter interrupt routine, but this never 
happens. GPIO0 pins always stay low. GPIO1 pins toggle as expected (very 
fast :P)

Using timer with out interrupt works eg. delay coded essentially like:
1
while(T0TC < value)


please help :(
Attached files:

Reply

Please log in before posting.

or

Log in with Google account

Registration is free and takes only a minute.

Register now