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 agoHi,
I already have four task running in a Cyclone III. I prefer for design complexity use as less task as I can. I'm trying to add another timer and handle at hardware level the interrupt....I'm not sure but these could help to solve the problem