Forum Discussion
Altera_Forum
Honored Contributor
12 years agoProgramming NIOSII interfaced with custom component, using Avalon MM Interface
Hello Everyone, I am trying to interface NIOS II with a custom component using Avalon MM Inferface where NIOS acts as Master. During the C coding, how do i get access to the function to send/...
Altera_Forum
Honored Contributor
11 years agoHello everyone
I need to sent 5 different 16 bits data in 5 five clock cycles to my costum component. My Altera board is driven by a 50MHz oscillator (a period of 0.02 µs). so should I write IOWR_16DIRECT(BASE , OFFSET, DATA_1); usleep(0.02); IOWR_16DIRECT(BASE , OFFSET, DATA_2); usleep(0.02); . . . IOWR_16DIRECT(BASE , OFFSET, DATA_5);