This application is a national stage application of Patent Cooperation Treaty (PCT) Application No. PCT/IB2004/050640 filed May 12, 2004, which in turn claims priority from PCT/SG03/00128 filed May 15, 2003, the contents of which are incorporated by reference herein.
This invention relates to a bus system, and in particular to a bus controller, and to a device incorporating the bus controller.
More particularly, the invention relates to an integrated circuit which can be used as a host controller within an electronic device, in order to improve the efficiency of operation of the device.
In a conventional electronic device, operating as a USB host, the processor is able to write data into a system memory. A host controller integrated circuit is then able to read the data directly from the system memory. In order to be able to do this, the host controller needs to master the system memory. However, since the system memory is shared between the host controller integrated circuit and the system processor, this requirement that the host controller be able to master the system memory requires the use of a bus master, which is specific to the system processor. Moreover, while the host controller is mastering the system memory, the core function of the device, running under the control of the system processor, may be disrupted.
According to an aspect of the present invention, a host controller integrated circuit is unable to master the system memory, but instead acts purely as a slave. The embedded processor is then adapted to write the data to the host controller integrated circuit in the form of transfer-based transactions.
The invention will be described with reference to the accompanying drawings in which:
It will be apparent that the device 10 will have many features, which are not shown in
The device 10 has a host microprocessor 20, which includes a processor core 22, connected by a standard system bus 23 to a LCD controller 24, a DMA master 25, and a memory controller 26. The memory controller 26 is connected to a system memory 30 by means of a peripheral bus 32.
A host controller 40 is also connected to the host microprocessor 20 and the system memory 30, by means of the peripheral bus, or memory bus, 32. The host controller 40 has an interface for a USB bus 42, through which it can be connected to multiple USB devices. In this illustrated embodiment, the host controller 40 is a USB 2.0 host controller.
As is conventional, the host controller 40 is adapted to retrieve data which is prepared by the processor 20 in a suitable format, and to transmit the data over the bus interface. In USB communications, there are two categories of data transfer, namely asynchronous transfer and periodic transfer. Control and bulk data are transmitted using asynchronous transfer, and ISO and interrupt data are transmitted using periodic transfer. A Queue Transaction Descriptor (qTD) data structure is used for asynchronous transfer, and an Isochronous Transaction Descriptor (iTD) data structure is used for periodic transfer.
The processor 20 prepares the data in the appropriate structure, and stores it in the system memory 30, and the host controller 40 must then retrieve the data from the system memory 30.
As mentioned above, the host controller 40 has a connection for the memory bus 32, which is connected to an interface 44, containing a Memory Mapped Input/Output, a Memory Management Unit, and a Slave DMA Controller. The interface 44 also has a connection 46 for control and interrupt signals, and registers 48 which support the RAM structure and the operational registers of the host controller 40.
The interface 44 is connected to the on-chip RAM 50 of the host controller, which in this preferred embodiment is a dual port RAM, as will be described in more detail below. The memory 50 is connected to the host controller logic unit 52, which also contains an interface for the USB bus 42. Control signals can be sent from the registers 48 to the logic unit 52 on an internal bus 54.
As mentioned above, the on-chip memory 50 in this case is a dual port RAM, allowing data to be written to and read from the memory simultaneously.
As shown in
This structure of the RAM has the advantage that the host microprocessor 20 an easily write and read all of the transfer descriptor headers together. This structure also makes it easy for the headers relating to periodic transfers to be scanned only once in each micro-frame, while headers relating to asynchronous transfers are scanned continuously throughout the micro-frame.
This means that the time between transactions will be small and, equally importantly, it will be consistent from one transaction to another.
The host controller 40 runs USB driver software 80 and USB Enhanced Host Controller Interface software 82, which are generally conventional.
However, in accordance with the present invention, the host controller 40 also runs USB EHCI interface software 84, which prepares a list of transfer-based transfer descriptors for every endpoint to which data is to be transmitted.
The EHCI interface software 84 is written such that it uses the parameters which are generated by the EHCI host stack 82 for the existing periodic and asynchronous headers, and can be used for all different forms of USB transfer, in particular high speed USB transfer, such as high speed isochronous, bulk, interrupt and control and start/stop split transactions.
The host microprocessor 20 writes the transfer-based transfer descriptors into the RAM 50 or 56 of the host controller 40 through the peripheral bus 32, without the host controller 40 requiring to master the bus 32. In other words, the host controller 40 acts only as a slave. The transfer-based transfer descriptors can then be memory-mapped into the RAM 50 or 56 of the host controller 40.
Advantageously, the built-in memory 50 or 56 of the host controller 40 is mapped in the host microprocessor 20, improving the ease with which transactions can be scheduled from the host microprocessor 20.
Moreover, as described above, the use of a dual-port RAM 50, or a single-port RAM 56 plus an arbiter 58, means that, while one transfer-based transfer descriptor is being executed by the host controller 40, the host microprocessor 20 can be writing data into another block space.
The transfer-based protocol allows the host microprocessor 20 to write a 1 ms frame of data into the RAM 50 or 56 of the host controller (provided that the RAM is large enough to hold this data), such that this can be transmitted over the USB bus 42 without further intervention from the host microprocessor 20.
The transfer-based protocol also ensures that data can be sent to each USB endpoint on a fair basis.
As indicated by the arrow 90 in
Secondly, in step 92, the first packet PL1 associated with the second transfer descriptor TD2 is transferred. This transfer descriptor now contains an Active flag which is set low by the host controller 40, indicating that this completes the transfer of the payload data associated with the second transfer descriptor TD2.
Next, in steps 93 and 94, the first packets PL1 of payload data associated with the third and fourth transfer descriptors TD3 and TD4 respectively, are transferred. Again, each of these transfer descriptors contain an Active flag which is set high, indicating that there is more of the payload data associated with each of the transfer descriptors, remaining to be transferred.
Next, in step 95, the second packet PL2 of payload data associated with the first transfer descriptor TD1 is transferred. The Active flag remains high, because there is still more of the payload data associated with that transfer descriptor, remaining to be transferred.
The transfer of the payload data associated with the second transfer descriptor TD2 has been completed, and so, in step 96, the second packet PL2 of payload data associated with the third transfer descriptor TD3 is transferred. This time, the Active flag in this transfer descriptor is set low, indicating that this completes the transfer of the payload data associated with the third transfer descriptor TD3.
In step 97, the second packet PL2 of payload data associated with the fourth transfer descriptor TD4 is transferred, and the Active flag remains high.
In step 98, the third packet PL3 of payload data associated with the first transfer descriptor TD1 is transferred, and the Active flag is set low, indicating that this completes the transfer of payload data associated with the first transfer descriptor.
In steps 99 and 100, the third and fourth packets PL3 and PL4 of payload data associated with the fourth transfer descriptor TD4 are transmitted, with the Active flag being set low in step 100, to indicate that this completes the transfer of the payload data associated with the fourth transfer descriptor TD4.
During execution of the transfer-based transfer descriptors, the content of the transfer-based transfer descriptors is updated by the host controller logic unit 52. For example, the Active flag within a transfer descriptor header is set low when the transfer of the payload data associated with the transfer descriptor is completed. The USB EHCI interface software 84 then reformats the updated transfer-based transfer descriptors into a format which can be handled by the conventional EHCI host stack 82, and the updated transfer-based transfer descriptors are copied back to the system memory 30.
There is therefore provided a host controller which allows the incorporation of high speed USB host functionality, in particular into non-PC based systems.
Filing Document | Filing Date | Country | Kind | 371c Date |
---|---|---|---|---|
PCT/IB2004/050640 | 5/12/2004 | WO | 00 | 11/10/2005 |
Publishing Document | Publishing Date | Country | Kind |
---|---|---|---|
WO2004/102406 | 11/25/2004 | WO | A |
Number | Name | Date | Kind |
---|---|---|---|
5974486 | Siddappa | Oct 1999 | A |
6119190 | Garney | Sep 2000 | A |
6470409 | Ridgeway | Oct 2002 | B1 |
6496869 | Cheng | Dec 2002 | B1 |
6742076 | Wang et al. | May 2004 | B2 |
6748466 | Leete | Jun 2004 | B2 |
7003613 | Wang et al. | Feb 2006 | B1 |
7007119 | Howard et al. | Feb 2006 | B2 |
7028109 | Saito et al. | Apr 2006 | B2 |
7028111 | Chang et al. | Apr 2006 | B2 |
7035948 | Liang et al. | Apr 2006 | B1 |
7058747 | Chang et al. | Jun 2006 | B2 |
7093118 | Nalawadi et al. | Aug 2006 | B2 |
7281074 | Diefenbaugh et al. | Oct 2007 | B2 |
7340554 | Lee et al. | Mar 2008 | B2 |
20020116565 | Wang et al. | Aug 2002 | A1 |
20030005272 | Nalawadi et al. | Jan 2003 | A1 |
20040093437 | Leete | May 2004 | A1 |
20040111543 | Leete et al. | Jun 2004 | A1 |
20050033896 | Wang et al. | Feb 2005 | A1 |
20070011386 | Ng et al. | Jan 2007 | A1 |
20070028011 | Lee et al. | Feb 2007 | A1 |
20070208895 | Chang et al. | Sep 2007 | A1 |
20070208896 | Chang et al. | Sep 2007 | A1 |
Number | Date | Country |
---|---|---|
0530363 | Mar 1993 | EP |
0632390 | Jan 1995 | EP |
8339210 | Dec 1996 | JP |
2005504392 | Feb 2005 | JP |
2005527877 | Sep 2005 | JP |
03029996 | Apr 2003 | WO |
03029998 | Apr 2003 | WO |
Number | Date | Country | |
---|---|---|---|
20070011386 A1 | Jan 2007 | US |