Forum Discussion
Altera_Forum
Honored Contributor
16 years agoalt_alarm_start()
int alt_alarm_start (alt_alarm* alarm, alt_u32 nticks, alt_u32 (*callback) (void* context), void* context); according to the handbook, program would transfer alt_u32 (*callback)(void* contex...
Altera_Forum
Honored Contributor
16 years agoAs long as your callback returns a positive non zero value, it should be called again. Are the interrupts still enabled? Is the timer working? What does alt_ticks_per_second() return?