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
14 years agoOk guys thanks for your advice, you have been very helpful.
Basically in my design I don't have strong time requirements like microseconds. I have 8 ADC to contol and each adc is connetted to 5 sensors. I wanna use the timer just for a periodic check on sensors. So Daixiwen is right maybe the best solution is adding another task. Anyway I'll play a little bit with hardware intterupts to understand better how they works. Thanks again