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 agoTadaaa...
Perhaps there's a typo somewhere, or perhaps I didn't read carefully enough Slave Mode both speeds: J3 = Open J4 = Open Full Speed: J5 = Open J6 = Closed Low Speed J5 = Closed J6 = Open I deduce the Fullspeed/Lowspeed by the presense of Low Speed Keep Alive Packets in the Stream. Now all I need to figure out is how to get the USB interrupts. I do this: alt_irq_enable_all(USB_IRQ); alt_irq_register (USB_IRQ, NULL, handle_USB_interrupts); Is that all I need, or... http://forum.niosforum.com/work2/style_emoticons/<#EMO_DIR#>/wink.gif best Regards Morten