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 agoi change to when 1 => word_buffer (0011 downto 0000) <= in_data;
when 2 => word_buffer (0111 downto 0100) <= in_data; when 3 => word_buffer (1011 downto 1000) <= in_data; when 4 => word_buffer (1111 downto 1100) <= in_data; but it said it is 12 elements, so confuzed, how to change? thank you