EmbDev.net

Forum: ARM programming with GCC/GNU tools interrupt (timer0) problem


von Ursus (Guest)


Attached files:

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 :(

Please log in before posting. Registration is free and takes only a minute.
Existing account
Do you have a Google/GoogleMail account? No registration required!
Log in with Google account
No account? Register here.