Hi, I need a simple timer that interrupts every second. I'm trying to use the code from the sleep timer, but it isn't working. this device is the PRX, so i don't want it go to sleep. what am i getting wrong? Thanks! Mahesh
main() {
mcu_init();
set_timer(0x7FFF);
while(1);
}