Altera_Forum
Honored Contributor
20 years agomsec Interval task
I need to control some peripherals at a regular interval ( usec resolution). From what I've read, it looks like an ISR is the only way to go. Are there any examples of reasonably (i.e., an adequate interval interrupt is available) portable solutions to this problem? I fear a good portion of my code will end up in kernel space, with the userland portion simply IOCTL'ing commands/data in/out.