1/1
USB 2.0 HOST controller?
by yyyg45 on Dec 7, 2009 |
yyyg45
Posts: 1 Joined: Dec 3, 2009 Last seen: Sep 3, 2014 |
||
Hi, friends,
Is it easy to design a USB 2.0 HOST controller with the code base of USB 2.0 DEVICE core in the svn repo? What should I start from? Thanks a lot! Regards, Huang |
RE: USB 2.0 HOST controller?
by ravivlsiii on Apr 24, 2010 |
ravivlsiii
Posts: 45 Joined: Jul 4, 2008 Last seen: Feb 8, 2014 |
||
Hi,
If you want to design host then just define ur register level architecture first. Like define registers for send request,receive status...etc. after u define your register level architecture in protocol layer u need to make just one controller module inside device IP core. So using ur register level architecture u can call this controller to send tokens or receive token. let me know if u have any problem.. Best Regards: Ravi |
RE: USB 2.0 HOST controller?
by WaiSiangYeoh on Nov 17, 2011 |
WaiSiangYeoh
Posts: 1 Joined: Nov 16, 2011 Last seen: Nov 29, 2011 |
||
Hi,
If you want to design host then just define ur register level architecture first. Like define registers for send request,receive status...etc. after u define your register level architecture in protocol layer u need to make just one controller module inside device IP core. So using ur register level architecture u can call this controller to send tokens or receive token. let me know if u have any problem.. Best Regards: Ravi Hi Ravi, looks like you know how to DIY a USB2.0 controller from scratch,can you share more information about that with newbie like me? |
RE: USB 2.0 HOST controller?
by vipin.vc on Jun 5, 2012 |
vipin.vc
Posts: 4 Joined: May 3, 2012 Last seen: Feb 2, 2017 |
||
As ravi said first build datapath and then write controller to controll data transfer to deside what is to be sent and when.Same as you do a processor.
|
1/1