Anyone got some example code for timers? Preferably without using the gpSDK. I just need to want to find out when a number of seconds has passed since starting the timer (so doesn't need to use interrupts).
i actually use the watchdog for that..
really really simple to setup, just take a look in the users manual for s3c2400x..
you could also use the RTC, doesn't have as good resolution, but i think it's 1/128 sec atleast.