Forum Discussion
Altera_Forum
Honored Contributor
22 years agoNIOS-II and USB
Hi all, I am having a lot of problems getting started with developing for the USB controller on the Microtronix Cyclone Development Board. The USB controller is a Cypress SL811HS, but how ...
Altera_Forum
Honored Contributor
22 years agoThanks, I was hoping that someone had some experience with the Microtronix Cyclone Dev-board.
The thing I was looking for is something similar to this: void main (void) { // config USB controller // set up interrupt control IOWR_ALTERA_AVALON_PIO_DATA(USB_BASE, USB_INTERRUPT_CONTROL_REG) IOWR_ALTERA_AVALON_PIO_DATA(USB_BASE + 4, ENABLE_SEND | ENABLE_RECV ) etc. }