Forum Discussion
Altera_Forum
Honored Contributor
19 years agoWith what are you guys measuring? NIOS peripherals?
Time critical stuff is best done in HDL. Best option would be to perform the measurement in a custom peripheral that buffers the measurement in a FIFO, and if it's too much for M4Ks and you have external memory to spare, create an avalon master. Use an interrupt to get rid of busy-looping, unless it doesn't have any other tasks. Let the firmware assist the software, that's what SoPC is all about. Cheers, Roger