Forum Discussion
Altera_Forum
Honored Contributor
17 years agoDE2 board USB communication
Hello people, I'm curious to know is there anyone who have experience with DE2 board USB communication ? There is some ISP1362 USB-OTG controller which must be appropriate configured in order to...
Altera_Forum
Honored Contributor
16 years agoYou need to write a clocked process and check the status of buffer_full. Don't use a while' use a if instead. If buffer_full is 0 then you don't do anything, if it is 1 then you start.
If you need to do more complex operations after that, it could be easier to do with a state machine.