US20090138638A1 - Serial Peripheral Interface for a Transceiver Integrated Circuit - Google Patents

Serial Peripheral Interface for a Transceiver Integrated Circuit Download PDF

Info

Publication number
US20090138638A1
US20090138638A1 US12/163,880 US16388008A US2009138638A1 US 20090138638 A1 US20090138638 A1 US 20090138638A1 US 16388008 A US16388008 A US 16388008A US 2009138638 A1 US2009138638 A1 US 2009138638A1
Authority
US
United States
Prior art keywords
spi
message
mode
command
master control
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Abandoned
Application number
US12/163,880
Inventor
David W. Russo
Kurt T. Nielsen
Andreas Kreuder
Thomas Glos
Gregory Ray Smith
Thomas Lux
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Infineon Technologies AG
Microsoft Technology Licensing LLC
Original Assignee
Microsoft Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Microsoft Corp filed Critical Microsoft Corp
Priority to US12/163,880 priority Critical patent/US20090138638A1/en
Assigned to MICROSOFT CORPORATION reassignment MICROSOFT CORPORATION ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: RUSSO, DAVID W, SMITH, GREGORY RAY, NIELSEN, KURT T
Assigned to INFINEON TECHNOLOGIES AG reassignment INFINEON TECHNOLOGIES AG ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: GLOS, THOMAS, KREUDER, ANDREAS, LUX, THOMAS
Publication of US20090138638A1 publication Critical patent/US20090138638A1/en
Assigned to MICROSOFT TECHNOLOGY LICENSING, LLC reassignment MICROSOFT TECHNOLOGY LICENSING, LLC ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: MICROSOFT CORPORATION
Abandoned legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G07CHECKING-DEVICES
    • G07FCOIN-FREED OR LIKE APPARATUS
    • G07F17/00Coin-freed apparatus for hiring articles; Coin-freed facilities or services
    • G07F17/32Coin-freed apparatus for hiring articles; Coin-freed facilities or services for games, toys, sports, or amusements
    • G07F17/3202Hardware aspects of a gaming system, e.g. components, construction, architecture thereof
    • G07F17/3223Architectural aspects of a gaming system, e.g. internal configuration, master/slave, wireless communication
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F13/00Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
    • G06F13/38Information transfer, e.g. on bus
    • G06F13/42Bus transfer protocol, e.g. handshake; Synchronisation
    • G06F13/4282Bus transfer protocol, e.g. handshake; Synchronisation on a serial bus, e.g. I2C bus, SPI bus
    • G06F13/4291Bus transfer protocol, e.g. handshake; Synchronisation on a serial bus, e.g. I2C bus, SPI bus using a clocked protocol
    • GPHYSICS
    • G07CHECKING-DEVICES
    • G07FCOIN-FREED OR LIKE APPARATUS
    • G07F17/00Coin-freed apparatus for hiring articles; Coin-freed facilities or services
    • G07F17/32Coin-freed apparatus for hiring articles; Coin-freed facilities or services for games, toys, sports, or amusements
    • AHUMAN NECESSITIES
    • A63SPORTS; GAMES; AMUSEMENTS
    • A63FCARD, BOARD, OR ROULETTE GAMES; INDOOR GAMES USING SMALL MOVING PLAYING BODIES; VIDEO GAMES; GAMES NOT OTHERWISE PROVIDED FOR
    • A63F2300/00Features of games using an electronically generated display having two or more dimensions, e.g. on a television screen, showing representations related to the game
    • A63F2300/10Features of games using an electronically generated display having two or more dimensions, e.g. on a television screen, showing representations related to the game characterized by input arrangements for converting player-generated signals into game device control signals
    • A63F2300/1025Features of games using an electronically generated display having two or more dimensions, e.g. on a television screen, showing representations related to the game characterized by input arrangements for converting player-generated signals into game device control signals details of the interface with the game device, e.g. USB version detection
    • A63F2300/1031Features of games using an electronically generated display having two or more dimensions, e.g. on a television screen, showing representations related to the game characterized by input arrangements for converting player-generated signals into game device control signals details of the interface with the game device, e.g. USB version detection using a wireless connection, e.g. Bluetooth, infrared connections
    • AHUMAN NECESSITIES
    • A63SPORTS; GAMES; AMUSEMENTS
    • A63FCARD, BOARD, OR ROULETTE GAMES; INDOOR GAMES USING SMALL MOVING PLAYING BODIES; VIDEO GAMES; GAMES NOT OTHERWISE PROVIDED FOR
    • A63F2300/00Features of games using an electronically generated display having two or more dimensions, e.g. on a television screen, showing representations related to the game
    • A63F2300/20Features of games using an electronically generated display having two or more dimensions, e.g. on a television screen, showing representations related to the game characterised by details of the game platform
    • A63F2300/209Features of games using an electronically generated display having two or more dimensions, e.g. on a television screen, showing representations related to the game characterised by details of the game platform characterized by low level software layer, relating to hardware management, e.g. Operating System, Application Programming Interface

Definitions

  • the presently disclosed subject matter relates to the field of computing and electronics, and more particularly, to fields such as entertainment consoles, although these are merely exemplary and non-limiting fields.
  • Video game and entertainment systems are increasingly incorporating new features and accessories.
  • Development of accessories, such as wireless radios, and the necessary drivers require significant design effort.
  • the commands and protocols required to control and manage the interfaces can be complicated and require significant development resources for developers of software and hardware accessories.
  • technologies and related standards change on a frequent basis, requiring developers to adapt to new interface requirements.
  • a developer's investment in developing products for a particular interface may not be recouped when the interfaces and protocols frequently change.
  • SPI Serial Peripheral Interface
  • Another problem with the SPI interface relates to the need of a Chip Select signal. This is normally used if the bus is shared between multiple slave devices. In an application in which only one slave device is implemented, the Chip Select signal is not required and can be tied to an always active state. This now presents a problem with byte framing on the bus. Each transfer is defined as the movement of one byte of data. If, for some reason a clock edge is missed or an extra created and no method exists to define the correct end of the byte transfer, the Master and Slave would become un-synchronized and self-recovery would not be possible. A method which permits frame timing on the SPI bus to be restored without resetting the slave device would be desirable.
  • a smart transceiver device may contain the complete physical (PHY) and media access control (MAC) layers of a wireless protocol stack, and the wireless protocol functionality may be partitioned into a single device.
  • PHY physical
  • MAC media access control
  • a protocol is disclosed that may be used to provide control and data transfer to and from such a smart transceiver device.
  • an exemplary format for the protocol, the commands, and responses is disclosed.
  • Such an exemplary format may be suitable for use in both wired and wireless implementations.
  • a method for mode synchronization that does not require the use of additional pins and can be accomplished with the standard SPI pins is disclosed.
  • the method used to select the correct mode used by the slave occurs immediately after a slave reset.
  • the slave may start up in a “Mode Detect” state.
  • the SPI port may then wait for a Mode byte to be sent to it from the Master.
  • the Mode byte is sent in the correct mode the Master wishes to use.
  • the slave measures the Mode byte to determine which of the four modes was used to send it.
  • the Mode byte may be detected three times to ensure proper detection. This byte is repeatedly transmitted until the slave responses to these bytes by returning a 0x00 byte.
  • the Mode Detect phase of the SPI bus has been completed.
  • the slave will now be in the correct SPI operating mode.
  • a method that permits frame timing on the SPI bus to be restored without resetting the slave device is disclosed.
  • the SPI Frame Resynchronization procedure may be invoked by the master detecting the messages being received from the slave are not valid. This can be done in at least three ways:
  • the slave device may detect errors using similar approaches, i.e. illegal command and length not valid. If these conditions occur, the master device may reset the interface.
  • the master When the Frame error has been detected, the master repeatedly sends an SPI reset command (0xFF) until it receives an acknowledgement from the slave.
  • the Acknowledgement is data is 0xFF with the Data Available interrupt line active. This indicates that the slave has data to send but is only sending an invalid command (the 0xFF command byte is reserved during normal use).
  • the master now knows the slave SPI port is back into the Mode Detect state and it must re-initialize the SPI port.
  • FIG. 1 illustrates an exemplary console for subject matter discussed herein
  • FIG. 2 illustrates an exemplary computing environment for subject matter discussed herein
  • FIG. 3 illustrates an exemplary networking environment for subject matter discussed herein
  • FIG. 4 illustrates an exemplary data transfer using an embodiment of a protocol disclosed herein
  • FIG. 5 illustrates an exemplary method of selecting an operational mode using an embodiment disclosed herein
  • FIG. 6 illustrates an example of a frame resynchronization sequence disclosed herein
  • FIG. 7 illustrates an exemplary method of frame resynchronization disclosed herein
  • FIG. 7 a illustrates an exemplary system for frame resynchronization disclosed herein
  • FIG. 8 illustrates a typical data transfer using a protocol disclosed herein
  • FIG. 9 illustrates an exemplary timing diagram depicting bus transfers using an embodiment of a protocol disclosed herein;
  • FIG. 10 illustrates an exemplary timing diagram depicting bus transfers using an embodiment of a protocol disclosed herein;
  • FIG. 11 illustrates an exemplary timing diagram depicting bus transfers using an embodiment of a protocol disclosed herein;
  • FIG. 12 illustrates an exemplary timing diagram depicting bus transfers using an embodiment of a protocol disclosed herein;
  • FIG. 13 illustrates an exemplary timing diagram depicting bus transfers using an embodiment of a protocol disclosed herein;
  • FIG. 14 illustrates an exemplary timing diagram depicting bus transfers using an embodiment of a protocol disclosed herein.
  • FIG. 15 illustrates an exemplary timing diagram depicting bus transfers using an embodiment of a protocol disclosed herein.
  • FIG. 1 a block diagram shows an exemplary multimedia console.
  • the multimedia console 100 has a central processing unit (CPU) 101 having a level 1 (L1) cache 102 , a level 2 (L2) cache 104 , and a flash ROM (Read-only Memory) 106 .
  • the level 1 cache 102 and level 2 cache 104 temporarily store data and hence reduce the number of memory access cycles, thereby improving processing speed and throughput.
  • the flash ROM 106 may store executable code that is loaded during an initial phase of a boot process when the multimedia console 100 is powered. Alternatively, the executable code that is loaded during the initial boot phase may be stored in a flash memory device (not shown). Furthermore, ROM 106 may be located separate from CPU 101 .
  • a graphics processing unit (GPU) 108 and a video encoder/video codec (coder/decoder) 114 form a video processing pipeline for high speed and high resolution graphics processing. Data is carried from the graphics processing unit 108 to the video encoder/video codec 114 via a bus. The video processing pipeline outputs data to an A/V (audio/video) port 140 for transmission to a television or other display.
  • a memory controller 110 is connected to the GPU 108 and CPU 101 to facilitate processor access to various types of memory 112 , such as, but not limited to, a RAM (Random Access Memory).
  • the multimedia console 100 includes an I/O controller 120 , a system management controller 122 , an audio processing unit 123 , a network interface controller 124 , a first USB host controller 126 , a second USB controller 128 and a front panel I/O subassembly 130 that are preferably implemented on a module 118 .
  • the USB controllers 126 and 128 serve as hosts for peripheral controllers 142 ( 1 )- 142 ( 2 ), a wireless adapter 148 , and an external memory unit 146 (e.g., flash memory, external CD/DVD ROM drive, removable media, etc.).
  • the network interface 124 and/or wireless adapter 148 provide access to a network (e.g., the Internet, home network, etc.) and may be any of a wide variety of various wired or wireless interface components including an Ethernet card, a modem, a Bluetooth module, a cable modem, and the like.
  • a network e.g., the Internet, home network, etc.
  • wired or wireless interface components including an Ethernet card, a modem, a Bluetooth module, a cable modem, and the like.
  • System memory 143 is provided to store application data that is loaded during the boot process.
  • a media drive 144 is provided and may comprise a DVD/CD drive, hard drive, or other removable media drive, etc.
  • the media drive 144 may be internal or external to the multimedia console 100 .
  • Application data may be accessed via the media drive 144 for execution, playback, etc. by the multimedia console 100 .
  • the media drive 144 is connected to the I/O controller 120 via a bus, such as a Serial ATA bus or other high speed connection (e.g., IEEE 1394).
  • the system management controller 122 provides a variety of service functions related to assuring availability of the multimedia console 100 .
  • the audio processing unit 123 and an audio codec 132 form a corresponding audio processing pipeline with high fidelity, 3D, surround, and stereo audio processing according to aspects of the present disclosure described above. Audio data is carried between the audio processing unit 123 and the audio codec 126 via a communication link.
  • the audio processing pipeline outputs data to the A/V port 140 for reproduction by an external audio player or device having audio capabilities.
  • the front panel I/O subassembly 130 supports the functionality of the power button 150 and the eject button 152 , as well as any LEDs (light emitting diodes) or other indicators exposed on the outer surface of the multimedia console 100 .
  • a system power supply module 136 provides power to the components of the multimedia console 100 .
  • a fan 138 cools the circuitry within the multimedia console 100 .
  • the CPU 101 , GPU 108 , memory controller 110 , and various other components within the multimedia console 100 are interconnected via one or more buses, including serial and parallel buses, a memory bus, a peripheral bus, and a processor or local bus using any of a variety of bus architectures.
  • application data may be loaded from the system memory 143 into memory 112 and/or caches 102 , 104 and executed on the CPU 101 .
  • the application may present a graphical user interface that provides a consistent user experience when navigating to different media types available on the multimedia console 100 .
  • applications and/or other media contained within the media drive 144 may be launched or played from the media drive 144 to provide additional functionalities to the multimedia console 100 .
  • the multimedia console 100 may be operated as a standalone system by simply connecting the system to a television or other display. In this standalone mode, the multimedia console 100 may allow one or more users to interact with the system, watch movies, listen to music, and the like. However, with the integration of broadband connectivity made available through the network interface 124 or the wireless adapter 148 , the multimedia console 100 may further be operated as a participant in a larger network community. In this latter scenario, the console 100 may be connected via a network to a server, for example.
  • FIG. 2 illustrated is a block diagram representing an exemplary computing device that may be suitable for use in conjunction with implementing the subject matter disclosed above.
  • Numerous embodiments of the present disclosure may execute on a computer.
  • the computer executable instructions that carry out the processes and methods for providing PC experiences on gaming consoles may reside and/or be executed in such a computing environment as shown in FIG. 1 .
  • the computing system environment 220 is only one example of a suitable computing environment and is not intended to suggest any limitation as to the scope of use or functionality of the presently disclosed subject matter. Neither should the computing environment 220 be interpreted as having any dependency or requirement relating to any one or combination of components illustrated in the exemplary operating environment 220 .
  • the various depicted computing elements may include circuitry configured to instantiate specific aspects of the present disclosure.
  • the term circuitry used in the disclosure can include specialized hardware components configured to perform function(s) by firmware or switches.
  • the term circuitry can include a general purpose processing unit, memory, etc., configured by software instructions that embody logic operable to perform function(s).
  • an implementer may write source code embodying logic and the source code can be compiled into machine readable code that can be processed by the general purpose processing unit.
  • Computer 241 typically includes a variety of computer readable media.
  • Computer readable media can be any available media that can be accessed by computer 241 and includes both volatile and nonvolatile media, removable and non-removable media.
  • the system memory 222 includes computer storage media in the form of volatile and/or nonvolatile memory such as read only memory (ROM) 223 and random access memory (RAM) 260 .
  • ROM read only memory
  • RAM random access memory
  • a basic input/output system 224 (BIOS) containing the basic routines that help to transfer information between elements within computer 241 , such as during start-up, is typically stored in ROM 223 .
  • BIOS basic input/output system 224
  • RAM 260 typically contains data and/or program modules that are immediately accessible to and/or presently being operated on by processing unit 259 .
  • FIG. 2 illustrates operating system 225 , application programs 226 , other program modules 227 , and program data 228 .
  • the computer 241 may also include other removable/non-removable, volatile/nonvolatile computer storage media.
  • FIG. 2 illustrates a hard disk drive 238 that reads from or writes to non-removable, nonvolatile magnetic media, a magnetic disk drive 239 that reads from or writes to a removable, nonvolatile magnetic disk 254 , and an optical disk drive 240 that reads from or writes to a removable, nonvolatile optical disk 253 such as a CD ROM or other optical media.
  • removable/non-removable, volatile/nonvolatile computer storage media that can be used in the exemplary operating environment include, but are not limited to, magnetic tape cassettes, flash memory cards, digital versatile disks, digital video tape, solid state RAM, solid state ROM, and the like.
  • the hard disk drive 238 is typically connected to the system bus 221 through an non-removable memory interface such as interface 234
  • magnetic disk drive 239 and optical disk drive 240 are typically connected to the system bus 221 by a removable memory interface, such as interface 235 .
  • the drives and their associated computer storage media discussed above and illustrated in FIG. 2 provide storage of computer readable instructions, data structures, program modules and other data for the computer 241 .
  • hard disk drive 238 is illustrated as storing operating system 258 , application programs 257 , other program modules 256 , and program data 255 .
  • operating system 258 application programs 257 , other program modules 256 , and program data 255 are given different numbers here to illustrate that, at a minimum, they are different copies.
  • a user may enter commands and information into the computer 241 through input devices such as a keyboard 251 and pointing device 252 , commonly referred to as a mouse, trackball or touch pad.
  • Other input devices may include a microphone, joystick, game pad, satellite dish, scanner, or the like.
  • These and other input devices are often connected to the processing unit 259 through a user input interface 236 that is coupled to the system bus, but may be connected by other interface and bus structures, such as a parallel port, game port or a universal serial bus (USB).
  • a monitor 242 or other type of display device is also connected to the system bus 221 via an interface, such as a video interface 232 .
  • computers may also include other peripheral output devices such as speakers 244 and printer 243 , which may be connected through a output peripheral interface 233 .
  • the computer 241 may operate in a networked environment using logical connections to one or more remote computers, such as a remote computer 246 .
  • the remote computer 246 may be a personal computer, a server, a router, a network PC, a peer device or other common network node, and typically includes many or all of the elements described above relative to the computer 241 , although only a memory storage device 247 has been illustrated in FIG. 2 .
  • the logical connections depicted in FIG. 2 include a local area network (LAN) 245 and a wide area network (WAN) 249 , but may also include other networks.
  • LAN local area network
  • WAN wide area network
  • Such networking environments are commonplace in offices, enterprise-wide computer networks, intranets and the Internet.
  • the computer 241 When used in a LAN networking environment, the computer 241 is connected to the LAN 245 through a network interface or adapter 237 . When used in a WAN networking environment, the computer 241 typically includes a modem 250 or other means for establishing communications over the WAN 249 , such as the Internet.
  • the modem 250 which may be internal or external, may be connected to the system bus 221 via the user input interface 236 , or other appropriate mechanism.
  • program modules depicted relative to the computer 241 may be stored in the remote memory storage device.
  • FIG. 2 illustrates remote application programs 248 as residing on memory device 247 . It will be appreciated that the network connections shown are exemplary and other means of establishing a communications link between the computers may be used.
  • FIG. 3 provides a schematic diagram of an exemplary networked or distributed computing environment.
  • the environment comprises computing devices 153 , 156 , and 157 as well as object 155 and database 158 .
  • Each of these entities 153 , 155 , 156 , 157 , and 158 may comprise or make use of programs, methods, data stores, programmable logic, etc.
  • the entities 153 , 155 , 156 , 157 , and 158 may span portions of the same or different devices such as PDAs, audio/video devices, MP3 players, smart phones, DVD players, cable box tuners, or just about any computing devices capable of remoted content provided by server PCs.
  • Each entity 153 , 155 , 156 , 157 , and 158 can communicate with another entity 153 , 155 , 156 , 157 , and 158 by way of the communications network 154 .
  • any entity may be responsible for the maintenance and updating of a database 158 or other storage element.
  • This network 154 may itself comprise other computing entities that provide services to the system of FIG. 3 , and may itself represent multiple interconnected networks.
  • each entity 153 , 155 , 156 , 157 , and 158 may contain discrete functional program modules that might make use of an API, or other object, software, firmware and/or hardware, to request services of one or more of the other entities 153 , 155 , 156 , 157 , and 158 .
  • an object such as 155
  • another computing device 156 may be hosted on another computing device 156 .
  • the physical environment depicted may show the connected devices as computers, such illustration is merely exemplary and the physical environment may alternatively be depicted or described comprising various digital devices such as PDAs, televisions, MP3 players, etc., software objects such as interfaces, COM objects and the like.
  • computing systems may be connected together by wired or wireless systems, by local networks or widely distributed networks.
  • networks are coupled to the Internet, which provides an infrastructure for widely distributed computing and encompasses many different networks. Any such infrastructures, whether coupled to the Internet or not, may be used in conjunction with the systems and methods provided.
  • a network infrastructure may enable a host of network topologies such as client/server, peer-to-peer, or hybrid architectures.
  • the “client” is a member of a class or group that uses the services of another class or group to which it is not related.
  • a client is a process, i.e., roughly a set of instructions or tasks, that requests a service provided by another program.
  • the client process utilizes the requested service without having to “know” any working details about the other program or the service itself.
  • a client/server architecture particularly a networked system
  • a client is usually a computer that accesses shared network resources provided by another computer, e.g., a server.
  • any entity 153 , 155 , 156 , 157 , and 158 can be considered a client, a server, or both, depending on the circumstances. And, moreover, regarding the entertainment console, it can be a client to a server.
  • a server is typically, though not necessarily, a remote computer system accessible over a remote or local network, such as the Internet.
  • the client process may be active in a first computer system, and the server process may be active in a second computer system, communicating with one another over a communications medium, thus providing distributed functionality and allowing multiple clients to take advantage of the information-gathering capabilities of the server.
  • Any software objects may be distributed across multiple computing devices or objects.
  • HTTP HyperText Transfer Protocol
  • WWW World Wide Web
  • a computer network address such as an Internet Protocol (IP) address or other reference such as a Universal Resource Locator (URL) can be used to identify the server or client computers to each other.
  • IP Internet Protocol
  • URL Universal Resource Locator
  • Communication can be provided over a communications medium, e.g., client(s) and server(s) may be coupled to one another via TCP/IP connection(s) for high-capacity communication.
  • the computing device may generally include a processor, a storage medium readable by the processor (including volatile and non-volatile memory and/or storage elements), at least one input device, and at least one output device.
  • One or more programs that may utilize the creation and/or implementation of domain-specific programming models aspects of the present disclosure, e.g., through the use of a data processing API or the like, are preferably implemented in a high level procedural or object oriented programming language to communicate with a computer system.
  • the program(s) can be implemented in assembly or machine language, if desired. In any case, the language may be a compiled or interpreted language, and combined with hardware implementations.
  • Various systems, methods, and computer readable instructions are disclosed herein for providing a platform to support the development of new accessories for video game and entertainment systems.
  • a simple serial interface may be used.
  • SPI Serial Peripheral Interface
  • SPI is an interface that enables the serial exchange of data between a master and a slave device.
  • SPI typically uses a synchronous protocol, where transmitting and receiving is guided by a clock signal generated by master microcontroller.
  • the SPI interface allows the connection of several SPI devices while a master selects each device with a CS (Chip Select) signal.
  • CS Chip Select
  • SPI typically comprises four signal wires:
  • MISO Master In Slave Out
  • SPI is a synchronous serial data link standard. Devices communicate in a master/slave mode where the master device initiates the data frame. Multiple slave devices are allowed with individual chip select lines.
  • a full duplex data transmission occurs, in which the master sends a bit on the MOSI line, the slave reads the bit from that same line, the slave sends a bit on the MISO line, and the master reads it from that same line.
  • Transmissions typically involve two shift registers of a given word size, such as eight bits, one in the master and one in the slave. The shift registers are connected in a ring configuration. Data is typically shifted out with the most significant bit first, while shifting a new least significant bit into the same register. After that register has been shifted out, the master and slave have exchanged register values. The process may then repeat as needed.
  • a smart transceiver device may be provided to support the rapid development of new wireless accessories for gaming platforms.
  • a smart transceiver may provide receiver and transmitter functions for physical and link wireless communications layers.
  • the PHY and Link layers of a wireless protocol stack, and wireless protocol functionality for such a device may be implemented in a wireless application specific integrated circuit (ASIC).
  • the smart transceiver may be the slave and a master control application may be the master of an SPI bus.
  • wireless communication may be provided using a frequency hopping digital radio protocol with time-division multiplexed access (TDMA) granting radio time for each wireless accessory.
  • TDMA time-division multiplexed access
  • ISM Industrial Scientific Medical
  • a minimum of external components may be needed to implement a complete Frequency Hopping Spread Spectrum (FHSS) 2.4 GHz ISM band digital radio transceiver compliant with worldwide regulatory requirements.
  • FHSS Frequency Hopping Spread Spectrum
  • a method of selecting an operational mode using the limited number of pins is desirable.
  • the operational modes relate to which is the active clock edge and to the phase of the serial data line.
  • four different operational modes may be used, and both devices at the interface may agree to a mode before starting communications. Such agreement can be accomplished by many methods but the methods typically require the use of additional IC pins.
  • only one mode may be used and the master device supports the selected mode.
  • the master device supports the selected mode.
  • a method is disclosed that may not require the use of additional pins and may be accomplished with the standard SPI pins.
  • a method for selecting the mode used by the smart transceiver may begin right after an IC reset.
  • the smart transceiver may start up in a “Mode Detect” state.
  • the SPI port may then wait for a Mode byte to be sent from the master control application.
  • the Mode byte may then be sent in the correct mode that the master control application wishes to use.
  • the smart transceiver may measure the Mode byte to determine which of the four modes was used to send the Mode byte. In one embodiment, the Mode byte may be detected three times to ensure proper detection.
  • the Mode byte may be repeatedly transmitted until the smart transceiver responds to the Mode byte by returning an acknowledgement byte. In one embodiment, the acknowledgement byte is the 0x00 byte.
  • the Mode Detect phase of the SPI bus may be considered completed, and the smart transceiver may now operate in the correct SPI operating mode.
  • FIG. 4 An example of the transaction is shown in FIG. 4 .
  • the transceiver SPI indicates its reset state by sending 0xFF on MISO and by driving low level on D_AVAIL#.
  • the Master sends at least 3 times mode byte on MOSI.
  • the transceiver has detected the “mode byte” and starts to send 0x00 on MISO for acknowledgement.
  • the Master has detected 0x00 on MISO and stops sending the “mode byte”.
  • the SPI-Mode initialization is finished.
  • D_AVAIL# is set to a high level if no data transmission is required.
  • SPI normal operation can begin, and normal communication between the Master and Transceiver starts.
  • FIG. 5 illustrates an exemplary method of selecting an operational mode.
  • the smart transceiver has been reset.
  • the smart transceiver starts up in a “Mode Detect” state.
  • the SPI port waits for a Mode byte to be sent from the master control application.
  • the Mode byte is sent in the correct mode that the master control application wishes to use.
  • the smart transceiver receives the Mode byte.
  • the smart transceiver measures the Mode byte to determine which of the four modes was used to send the Mode byte.
  • additional Mode bytes may be received to ensure proper detection.
  • the smart transceiver returns an acknowledgement byte.
  • the master control application receives the acknowledgement, the Mode Detect phase of the SPI bus may be considered completed, and the smart transceiver may now operate in the correct SPI operating mode.
  • Chip Select signal is normally used if the bus is shared between multiple slave devices. In a video game system platform, only one slave device may be desired. If the Chip Select signal is not used then the signal may be tied to an always active state. However, without a Chip Select signal, proper byte framing on the bus must be addressed. Each transfer of data may be defined as the movement of one byte of data. If a clock edge is missed or an extra clock edge created and no method exists to define the correct end of the byte transfer, the Master and Slave may become un-synchronized and self-recovery may not be possible. In an embodiment, a method that enables the restoration of frame timing on the SPI bus without resetting the smart transceiver is disclosed.
  • a frame resynchronization procedure may be initiated when a master control application detects that the messages being received from the smart transceiver are not valid. Detection of an invalid message may be done in a number of ways. One method is to determine that an undefined command was received. A second method is to determine that a command was sent but no response was received. A third method is to determine if the frame length field is not valid.
  • the master control application may command the smart transceiver to enter a mode in which the transceiver can reset its mode status.
  • the slave device may also detect errors using similar approaches, i.e. illegal command and length not valid. If these conditions occur, the master device may reset the interface.
  • the master control application may repeatedly send an SPI reset command until the master receives an acknowledgement from the smart transceiver.
  • the reset command may be 0xFF.
  • the acknowledgement may also be 0xFF with the Data Available interrupt line active, which indicates that the smart transceiver has data to send but is only sending an invalid command (the 0xFF command byte may be reserved during normal use).
  • the master control application now knows that the smart transceiver SPI port is back into the Mode Detect state and that it must re-initialize the SPI port.
  • the master control application may then transmit the desired mode commands.
  • the smart transceiver may then receive the correct mode command, detect the correct mode status, and respond with an acknowledgement that the mode has been received.
  • the mode status acknowledgement may be 0x00.
  • the master control application and the smart transceiver are synchronized. Once the master control receives the acknowledgement, the master may stop transmitting the mode command. At this point, the master control application and the smart transceiver are synchronized.
  • FIG. 6 An example of the Frame Resynchronization sequence is shown in FIG. 6 .
  • the master control application has detected a frame alignment error and starts to send the reset command 0xFF on MOSI continuously.
  • the smart transceiver has finished its last frame.
  • the smart transceiver has detected the reset command on MOSI (0xFF), starts sending 0xFF on MISO.
  • the smart transceiver has detected and locked on the mode byte and starts to send 0x00 on MISO as acknowledgement. Now the master control application and the smart transceiver are frame aligned again. Finally, at t 5 , the master control application has detected 0x00 on MISO and stops sending the “mode byte.”
  • FIG. 7 illustrates an exemplary method of frame resynchronization.
  • a frame resynchronization procedure may be initiated when a master control application detects that the messages being received from the smart transceiver are not valid.
  • a number of methods can be used to determine if an invalid message was received.
  • the master control application may command the smart transceiver to enter a mode in which the transceiver can reset its mode status.
  • the master control application may repeatedly send an SPI reset command until it receives an acknowledgement 730 from the smart transceiver.
  • the master control application may then transmit the mode commands.
  • the smart transceiver may receive the mode command.
  • the smart transceiver may detect and lock on the mode status.
  • the smart transceiver may respond with an acknowledgement that the mode has been received.
  • the mode status acknowledgement may be 0x00.
  • the master control application and the smart transceiver are synchronized. Once the master control receives the acknowledgement, the master may stop transmitting the mode command 780 .
  • An SPI device 1 786 and SPI device 2 788 may be in communication via a full duplex Serial Peripheral Interface (SPI) link. As discussed, one device may be a master device, and the other device may be a slave device. Circuitry 796 may reset SPI Device 1 786 . Circuitry 790 may configure SPI Device 1 786 to enter a mode detect state. Circuitry 792 may be configured to receive at least one mode message from the SPI Device 2 788 via the full duplex SPI link using a framed messaging protocol overlaid on the SPI link. The messages may further comprise a header and a variable length payload. The header may comprise a command field and a length field, and the length field may be representative of a size of the variable length payload. Circuitry 794 may be configured to enable SPI Device 1 786 to return an acknowledgment message to SPI Device 2 788 .
  • SPI Serial Peripheral Interface
  • a frame based SPI protocol is disclosed that may be used to provide control and data transfer to and from the smart transceiver device.
  • an exemplary format for the protocol, the commands, and responses is disclosed.
  • each frame may consist of a two byte header with a variable payload length.
  • the header may comprise two parts—a command byte and a length byte.
  • the length of the payload may be dependent upon the specific command, and the longest packet may define the length of the transfer.
  • FIG. 8 provides and exemplary illustration of a typical data transfer.
  • the disclosed protocol comprises a full duplex interface
  • the device may send an idle command.
  • the disclosed protocol may maintain a master/slave structure, with a master control application typically controlling all transactions, and the master control application transferring data whenever it has a message ready to transmit.
  • the smart transceiver may act as the slave device and may return a reply indicating either the result of the request, compliance to the command, or an indication of the occurrence of an event from a previous request.
  • the smart transceiver may further generate an interrupt to the master control application indicating that a message is ready to be read by the master.
  • the disclosed protocol may further comprise the following rules that apply to a frame transaction.
  • the chip select may be in an active state.
  • a header may always be transmitted first on both ends of the link. If one end does not have a valid message to transmit, the command field may be set to be 0x00.
  • the longest frame (master to slave or slave to master) may be used to define the length of the transfer.
  • the independent messages may be appended together within the same frame.
  • FIGS. 9-15 illustrate exemplary timing diagrams depicting bus transfers for the scenarios outlined in the table.
  • FIG. 9 depicts a master with data to transmit and the slave with a command to transmit but no data.
  • FIG. 10 depicts the master with a command to transmit but no data and the slave with no data.
  • FIG. 11 depicts the master with data to transmit and the slave with data to transmit.
  • FIG. 12 depicts the master with a command to transmit but no data and the slave with data.
  • FIG. 13 depicts the master with multiple data packets and the slave with multiple data packets.
  • FIG. 14 depicts the master with multiple data packets and the slave with a single data packet to transmit.
  • FIG. 15 depicts the master with no data to transmit, and the slave with multiple data packets.

Abstract

A protocol may be implemented in a smart transceiver device that contains the physical (PHY) and media access control (MAC) layers of a protocol stack. In various embodiments, a serial peripheral interface (SPI) based design may be used. A protocol is disclosed that may be used to provide control and data transfer to and from the smart transceiver device. In particular, an exemplary format for the protocol, the commands, and responses is disclosed. In a further embodiment, a method for mode synchronization that does not require the use of additional pins and can be accomplished with the standard SPI pins is disclosed. In another embodiment, a method that permits frame timing on the SPI bus to be restored without resetting the slave device is disclosed.

Description

    CROSS-REFERENCE TO RELATED APPLICATIONS
  • This application claims the benefit of U.S. Provisional Application No. 60/990,365, filed Nov. 27, 2007, the entirety of which is incorporated herein by reference.
  • This application is related by subject matter to the subject matter disclosed in the following commonly assigned application, the entirety of which are hereby incorporated by reference: U.S. patent application No. ______ (Attorney Docket No. MSFT-6083/321743.02) filed on May 30, 2008 and entitled “Interface Protocol And API For A Wireless Transceiver.”
  • COPYRIGHT NOTICE AND PERMISSION
  • A portion of the disclosure of this patent document may contain material that is subject to copyright protection. The copyright owner has no objection to the facsimile reproduction by anyone of the patent document or the patent disclosure, as it appears in the Patent and Trademark Office patent files or records, but otherwise reserves all copyright rights whatsoever. The following notice shall apply to this document: Copyright© 2008 Microsoft Corp.
  • FIELD OF TECHNOLOGY
  • The presently disclosed subject matter relates to the field of computing and electronics, and more particularly, to fields such as entertainment consoles, although these are merely exemplary and non-limiting fields.
  • BACKGROUND
  • Video game and entertainment systems are increasingly incorporating new features and accessories. Development of accessories, such as wireless radios, and the necessary drivers require significant design effort. In turn, the commands and protocols required to control and manage the interfaces can be complicated and require significant development resources for developers of software and hardware accessories. Furthermore, technologies and related standards change on a frequent basis, requiring developers to adapt to new interface requirements. Thus a developer's investment in developing products for a particular interface may not be recouped when the interfaces and protocols frequently change.
  • Nevertheless, it would be advantageous to use an existing standard interface developing features and accessories. An interface standard widely used in the industry and supported by a large number of products typically drive down costs, and incorporation of such off the shelf components is desirable to reduce the cost of product development. Furthermore, in the case of a wireless transceiver, it is typically desirable to limit the number of integrated circuit (IC) pins needed to support inter-processor communications, while at the same time providing sufficient data bandwidth. Therefore, a simple serial interface may be selected for a wireless architecture. One such standard interface commonly used and well known in the art that provides such features is the Serial Peripheral Interface (SPI). One limitation of the SPI interfaces is that data transfers are limited to 8 bits at one time. Because many applications may require higher command and data transfer capability, a higher level protocol is needed that has the advantages of a serial interface.
  • In an SPI link there are typically four different operational modes possible. Both ends of the interface must agree to one before starting communications. This can be accomplished by many methods but they require extra IC pins to be used. Another possibility is to only support one mode and require the Master end to support the selected one. This limits flexibility within the platform. It would be advantageous for devices in an SPI link to be able to select an operational mode without the need for additional pins
  • Another problem with the SPI interface relates to the need of a Chip Select signal. This is normally used if the bus is shared between multiple slave devices. In an application in which only one slave device is implemented, the Chip Select signal is not required and can be tied to an always active state. This now presents a problem with byte framing on the bus. Each transfer is defined as the movement of one byte of data. If, for some reason a clock edge is missed or an extra created and no method exists to define the correct end of the byte transfer, the Master and Slave would become un-synchronized and self-recovery would not be possible. A method which permits frame timing on the SPI bus to be restored without resetting the slave device would be desirable.
  • SUMMARY
  • Various systems, methods, and computer readable media are disclosed herein for providing a platform to support the development of new accessories for video game and entertainment systems using serial interfaces such as the Serial Peripheral Interface (SPI). In one exemplary and non-limiting aspect of the present disclosure, a smart transceiver device may contain the complete physical (PHY) and media access control (MAC) layers of a wireless protocol stack, and the wireless protocol functionality may be partitioned into a single device.
  • In various embodiments, a protocol is disclosed that may be used to provide control and data transfer to and from such a smart transceiver device. In particular, an exemplary format for the protocol, the commands, and responses is disclosed. Such an exemplary format may be suitable for use in both wired and wireless implementations.
  • In a further embodiment, a method for mode synchronization that does not require the use of additional pins and can be accomplished with the standard SPI pins is disclosed. In an embodiment, the method used to select the correct mode used by the slave occurs immediately after a slave reset. The slave may start up in a “Mode Detect” state. The SPI port may then wait for a Mode byte to be sent to it from the Master. The Mode byte is sent in the correct mode the Master wishes to use. The slave measures the Mode byte to determine which of the four modes was used to send it. The Mode byte may be detected three times to ensure proper detection. This byte is repeatedly transmitted until the slave responses to these bytes by returning a 0x00 byte. When the Master receives this reply, the Mode Detect phase of the SPI bus has been completed. The slave will now be in the correct SPI operating mode.
  • In another embodiment, a method that permits frame timing on the SPI bus to be restored without resetting the slave device is disclosed. The SPI Frame Resynchronization procedure may be invoked by the master detecting the messages being received from the slave are not valid. This can be done in at least three ways:
  • An undefined command was received
  • A command was sent but no response was received
  • The Frame length field was not valid
  • In other embodiments the slave device may detect errors using similar approaches, i.e. illegal command and length not valid. If these conditions occur, the master device may reset the interface.
  • When the Frame error has been detected, the master repeatedly sends an SPI reset command (0xFF) until it receives an acknowledgement from the slave. The Acknowledgement is data is 0xFF with the Data Available interrupt line active. This indicates that the slave has data to send but is only sending an invalid command (the 0xFF command byte is reserved during normal use). By this method, the master now knows the slave SPI port is back into the Mode Detect state and it must re-initialize the SPI port.
  • It should be noted that this Summary is provided to introduce a selection of concepts in a simplified form that are further described below in the Detailed Description. This Summary is not intended to identify key features or essential features of the claimed subject matter, nor is it intended to be used as an aid in determining the scope of the claimed subject matter.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • The foregoing Summary, as well as the following Detailed Description, is better understood when read in conjunction with the appended drawings. In order to illustrate the present disclosure, various aspects of the disclosure are illustrated. However, the disclosure is not limited to the specific aspects shown. The following figures are included:
  • FIG. 1 illustrates an exemplary console for subject matter discussed herein;
  • FIG. 2 illustrates an exemplary computing environment for subject matter discussed herein;
  • FIG. 3 illustrates an exemplary networking environment for subject matter discussed herein;
  • FIG. 4 illustrates an exemplary data transfer using an embodiment of a protocol disclosed herein;
  • FIG. 5 illustrates an exemplary method of selecting an operational mode using an embodiment disclosed herein;
  • FIG. 6 illustrates an example of a frame resynchronization sequence disclosed herein;
  • FIG. 7 illustrates an exemplary method of frame resynchronization disclosed herein;
  • FIG. 7 a illustrates an exemplary system for frame resynchronization disclosed herein;
  • FIG. 8 illustrates a typical data transfer using a protocol disclosed herein;
  • FIG. 9 illustrates an exemplary timing diagram depicting bus transfers using an embodiment of a protocol disclosed herein;
  • FIG. 10 illustrates an exemplary timing diagram depicting bus transfers using an embodiment of a protocol disclosed herein;
  • FIG. 11 illustrates an exemplary timing diagram depicting bus transfers using an embodiment of a protocol disclosed herein;
  • FIG. 12 illustrates an exemplary timing diagram depicting bus transfers using an embodiment of a protocol disclosed herein;
  • FIG. 13 illustrates an exemplary timing diagram depicting bus transfers using an embodiment of a protocol disclosed herein;
  • FIG. 14 illustrates an exemplary timing diagram depicting bus transfers using an embodiment of a protocol disclosed herein; and
  • FIG. 15 illustrates an exemplary timing diagram depicting bus transfers using an embodiment of a protocol disclosed herein.
  • DETAILED DESCRIPTION OF ILLUSTRATIVE EMBODIMENTS
  • Exemplary Game Console, PC, and Networking Aspects
  • This section of the present disclosure provides the general aspects of an exemplary and non-limiting game console. Referring now to FIG. 1, a block diagram shows an exemplary multimedia console. The multimedia console 100 has a central processing unit (CPU) 101 having a level 1 (L1) cache 102, a level 2 (L2) cache 104, and a flash ROM (Read-only Memory) 106. The level 1 cache 102 and level 2 cache 104 temporarily store data and hence reduce the number of memory access cycles, thereby improving processing speed and throughput. The flash ROM 106 may store executable code that is loaded during an initial phase of a boot process when the multimedia console 100 is powered. Alternatively, the executable code that is loaded during the initial boot phase may be stored in a flash memory device (not shown). Furthermore, ROM 106 may be located separate from CPU 101.
  • A graphics processing unit (GPU) 108 and a video encoder/video codec (coder/decoder) 114 form a video processing pipeline for high speed and high resolution graphics processing. Data is carried from the graphics processing unit 108 to the video encoder/video codec 114 via a bus. The video processing pipeline outputs data to an A/V (audio/video) port 140 for transmission to a television or other display. A memory controller 110 is connected to the GPU 108 and CPU 101 to facilitate processor access to various types of memory 112, such as, but not limited to, a RAM (Random Access Memory).
  • The multimedia console 100 includes an I/O controller 120, a system management controller 122, an audio processing unit 123, a network interface controller 124, a first USB host controller 126, a second USB controller 128 and a front panel I/O subassembly 130 that are preferably implemented on a module 118. The USB controllers 126 and 128 serve as hosts for peripheral controllers 142(1)-142(2), a wireless adapter 148, and an external memory unit 146 (e.g., flash memory, external CD/DVD ROM drive, removable media, etc.). The network interface 124 and/or wireless adapter 148 provide access to a network (e.g., the Internet, home network, etc.) and may be any of a wide variety of various wired or wireless interface components including an Ethernet card, a modem, a Bluetooth module, a cable modem, and the like.
  • System memory 143 is provided to store application data that is loaded during the boot process. A media drive 144 is provided and may comprise a DVD/CD drive, hard drive, or other removable media drive, etc. The media drive 144 may be internal or external to the multimedia console 100. Application data may be accessed via the media drive 144 for execution, playback, etc. by the multimedia console 100. The media drive 144 is connected to the I/O controller 120 via a bus, such as a Serial ATA bus or other high speed connection (e.g., IEEE 1394).
  • The system management controller 122 provides a variety of service functions related to assuring availability of the multimedia console 100. The audio processing unit 123 and an audio codec 132 form a corresponding audio processing pipeline with high fidelity, 3D, surround, and stereo audio processing according to aspects of the present disclosure described above. Audio data is carried between the audio processing unit 123 and the audio codec 126 via a communication link. The audio processing pipeline outputs data to the A/V port 140 for reproduction by an external audio player or device having audio capabilities.
  • The front panel I/O subassembly 130 supports the functionality of the power button 150 and the eject button 152, as well as any LEDs (light emitting diodes) or other indicators exposed on the outer surface of the multimedia console 100. A system power supply module 136 provides power to the components of the multimedia console 100. A fan 138 cools the circuitry within the multimedia console 100.
  • The CPU 101, GPU 108, memory controller 110, and various other components within the multimedia console 100 are interconnected via one or more buses, including serial and parallel buses, a memory bus, a peripheral bus, and a processor or local bus using any of a variety of bus architectures.
  • When the multimedia console 100 is powered on or rebooted, application data may be loaded from the system memory 143 into memory 112 and/or caches 102, 104 and executed on the CPU 101. The application may present a graphical user interface that provides a consistent user experience when navigating to different media types available on the multimedia console 100. In operation, applications and/or other media contained within the media drive 144 may be launched or played from the media drive 144 to provide additional functionalities to the multimedia console 100.
  • The multimedia console 100 may be operated as a standalone system by simply connecting the system to a television or other display. In this standalone mode, the multimedia console 100 may allow one or more users to interact with the system, watch movies, listen to music, and the like. However, with the integration of broadband connectivity made available through the network interface 124 or the wireless adapter 148, the multimedia console 100 may further be operated as a participant in a larger network community. In this latter scenario, the console 100 may be connected via a network to a server, for example.
  • Second, now turning to FIG. 2, illustrated is a block diagram representing an exemplary computing device that may be suitable for use in conjunction with implementing the subject matter disclosed above. Numerous embodiments of the present disclosure may execute on a computer. For example, the computer executable instructions that carry out the processes and methods for providing PC experiences on gaming consoles may reside and/or be executed in such a computing environment as shown in FIG. 1. The computing system environment 220 is only one example of a suitable computing environment and is not intended to suggest any limitation as to the scope of use or functionality of the presently disclosed subject matter. Neither should the computing environment 220 be interpreted as having any dependency or requirement relating to any one or combination of components illustrated in the exemplary operating environment 220. In some embodiments the various depicted computing elements may include circuitry configured to instantiate specific aspects of the present disclosure. For example, the term circuitry used in the disclosure can include specialized hardware components configured to perform function(s) by firmware or switches. In other examples embodiments the term circuitry can include a general purpose processing unit, memory, etc., configured by software instructions that embody logic operable to perform function(s). In example embodiments where circuitry includes a combination of hardware and software, an implementer may write source code embodying logic and the source code can be compiled into machine readable code that can be processed by the general purpose processing unit. Since one skilled in the art can appreciate that the state of the art has evolved to a point where there is little difference between hardware, software, or a combination of hardware/software, the selection of hardware versus software to effectuate specific functions is a design choice left to an implementer. More specifically, one of skill in the art can appreciate that a software process can be transformed into an equivalent hardware structure, and a hardware structure can itself be transformed into an equivalent software process. Thus, the selection of a hardware implementation versus a software implementation is one of design choice and left to the implementer.
  • Computer 241 typically includes a variety of computer readable media. Computer readable media can be any available media that can be accessed by computer 241 and includes both volatile and nonvolatile media, removable and non-removable media. The system memory 222 includes computer storage media in the form of volatile and/or nonvolatile memory such as read only memory (ROM) 223 and random access memory (RAM) 260. A basic input/output system 224 (BIOS), containing the basic routines that help to transfer information between elements within computer 241, such as during start-up, is typically stored in ROM 223. RAM 260 typically contains data and/or program modules that are immediately accessible to and/or presently being operated on by processing unit 259. By way of example, and not limitation, FIG. 2 illustrates operating system 225, application programs 226, other program modules 227, and program data 228.
  • The computer 241 may also include other removable/non-removable, volatile/nonvolatile computer storage media. By way of example only, FIG. 2 illustrates a hard disk drive 238 that reads from or writes to non-removable, nonvolatile magnetic media, a magnetic disk drive 239 that reads from or writes to a removable, nonvolatile magnetic disk 254, and an optical disk drive 240 that reads from or writes to a removable, nonvolatile optical disk 253 such as a CD ROM or other optical media. Other removable/non-removable, volatile/nonvolatile computer storage media that can be used in the exemplary operating environment include, but are not limited to, magnetic tape cassettes, flash memory cards, digital versatile disks, digital video tape, solid state RAM, solid state ROM, and the like. The hard disk drive 238 is typically connected to the system bus 221 through an non-removable memory interface such as interface 234, and magnetic disk drive 239 and optical disk drive 240 are typically connected to the system bus 221 by a removable memory interface, such as interface 235.
  • The drives and their associated computer storage media discussed above and illustrated in FIG. 2, provide storage of computer readable instructions, data structures, program modules and other data for the computer 241. In FIG. 2, for example, hard disk drive 238 is illustrated as storing operating system 258, application programs 257, other program modules 256, and program data 255. Note that these components can either be the same as or different from operating system 225, application programs 226, other program modules 227, and program data 228. Operating system 258, application programs 257, other program modules 256, and program data 255 are given different numbers here to illustrate that, at a minimum, they are different copies. A user may enter commands and information into the computer 241 through input devices such as a keyboard 251 and pointing device 252, commonly referred to as a mouse, trackball or touch pad. Other input devices (not shown) may include a microphone, joystick, game pad, satellite dish, scanner, or the like. These and other input devices are often connected to the processing unit 259 through a user input interface 236 that is coupled to the system bus, but may be connected by other interface and bus structures, such as a parallel port, game port or a universal serial bus (USB). A monitor 242 or other type of display device is also connected to the system bus 221 via an interface, such as a video interface 232. In addition to the monitor, computers may also include other peripheral output devices such as speakers 244 and printer 243, which may be connected through a output peripheral interface 233.
  • The computer 241 may operate in a networked environment using logical connections to one or more remote computers, such as a remote computer 246. The remote computer 246 may be a personal computer, a server, a router, a network PC, a peer device or other common network node, and typically includes many or all of the elements described above relative to the computer 241, although only a memory storage device 247 has been illustrated in FIG. 2. The logical connections depicted in FIG. 2 include a local area network (LAN) 245 and a wide area network (WAN) 249, but may also include other networks. Such networking environments are commonplace in offices, enterprise-wide computer networks, intranets and the Internet.
  • When used in a LAN networking environment, the computer 241 is connected to the LAN 245 through a network interface or adapter 237. When used in a WAN networking environment, the computer 241 typically includes a modem 250 or other means for establishing communications over the WAN 249, such as the Internet. The modem 250, which may be internal or external, may be connected to the system bus 221 via the user input interface 236, or other appropriate mechanism. In a networked environment, program modules depicted relative to the computer 241, or portions thereof, may be stored in the remote memory storage device. By way of example, and not limitation, FIG. 2 illustrates remote application programs 248 as residing on memory device 247. It will be appreciated that the network connections shown are exemplary and other means of establishing a communications link between the computers may be used.
  • FIG. 3 provides a schematic diagram of an exemplary networked or distributed computing environment. The environment comprises computing devices 153, 156, and 157 as well as object 155 and database 158. Each of these entities 153, 155, 156, 157, and 158 may comprise or make use of programs, methods, data stores, programmable logic, etc. The entities 153, 155, 156, 157, and 158 may span portions of the same or different devices such as PDAs, audio/video devices, MP3 players, smart phones, DVD players, cable box tuners, or just about any computing devices capable of remoted content provided by server PCs. Each entity 153, 155, 156, 157, and 158 can communicate with another entity 153, 155, 156, 157, and 158 by way of the communications network 154. In this regard, any entity may be responsible for the maintenance and updating of a database 158 or other storage element.
  • This network 154 may itself comprise other computing entities that provide services to the system of FIG. 3, and may itself represent multiple interconnected networks. In accordance with an aspect of the presently disclosed subject matter, each entity 153, 155, 156, 157, and 158 may contain discrete functional program modules that might make use of an API, or other object, software, firmware and/or hardware, to request services of one or more of the other entities 153, 155, 156, 157, and 158.
  • It can also be appreciated that an object, such as 155, may be hosted on another computing device 156. Thus, although the physical environment depicted may show the connected devices as computers, such illustration is merely exemplary and the physical environment may alternatively be depicted or described comprising various digital devices such as PDAs, televisions, MP3 players, etc., software objects such as interfaces, COM objects and the like.
  • There are a variety of systems, components, and network configurations that support distributed computing environments. For example, computing systems may be connected together by wired or wireless systems, by local networks or widely distributed networks. Currently, many networks are coupled to the Internet, which provides an infrastructure for widely distributed computing and encompasses many different networks. Any such infrastructures, whether coupled to the Internet or not, may be used in conjunction with the systems and methods provided.
  • A network infrastructure may enable a host of network topologies such as client/server, peer-to-peer, or hybrid architectures. The “client” is a member of a class or group that uses the services of another class or group to which it is not related. In computing, a client is a process, i.e., roughly a set of instructions or tasks, that requests a service provided by another program. The client process utilizes the requested service without having to “know” any working details about the other program or the service itself. In a client/server architecture, particularly a networked system, a client is usually a computer that accesses shared network resources provided by another computer, e.g., a server. In the example of FIG. 3, any entity 153, 155, 156, 157, and 158 can be considered a client, a server, or both, depending on the circumstances. And, moreover, regarding the entertainment console, it can be a client to a server.
  • A server is typically, though not necessarily, a remote computer system accessible over a remote or local network, such as the Internet. The client process may be active in a first computer system, and the server process may be active in a second computer system, communicating with one another over a communications medium, thus providing distributed functionality and allowing multiple clients to take advantage of the information-gathering capabilities of the server. Any software objects may be distributed across multiple computing devices or objects.
  • Client(s) and server(s) communicate with one another utilizing the functionality provided by protocol layer(s). For example, HyperText Transfer Protocol (HTTP) is a common protocol that is used in conjunction with the World Wide Web (WWW), or “the Web.” Typically, a computer network address such as an Internet Protocol (IP) address or other reference such as a Universal Resource Locator (URL) can be used to identify the server or client computers to each other. The network address can be referred to as a URL address. Communication can be provided over a communications medium, e.g., client(s) and server(s) may be coupled to one another via TCP/IP connection(s) for high-capacity communication.
  • In light of the diverse computing environments that may be built according to the general framework provided in FIG. 3 and the further diversification that can occur in computing in a network environment such as that of FIG. 3, the systems and methods provided herein cannot be construed as limited in any way to a particular computing architecture or operating system. Instead, the presently disclosed subject matter should not be limited to any single embodiment, but rather should be construed in breadth and scope in accordance with the appended claims. Thus, for example, although game consoles and server PCs have been discussed, just as easily full desktops could be remoted to smart phones as a means to access data and functionality that is otherwise unavailable to smart phones.
  • Finally, it should also be noted that the various techniques described herein may be implemented in connection with hardware or software or, where appropriate, with a combination of both. Thus, the methods, computer readable media, and systems of the presently disclosed subject matter, or certain aspects or portions thereof, may take the form of program code (i.e., instructions) embodied in tangible media, such as floppy diskettes, CD-ROMs, hard drives, or any other machine-readable storage medium, where, when the program code is loaded into and executed by a machine, such as a computer, the machine becomes an apparatus for practicing the subject matter.
  • In the case of program code execution on programmable computers, the computing device may generally include a processor, a storage medium readable by the processor (including volatile and non-volatile memory and/or storage elements), at least one input device, and at least one output device. One or more programs that may utilize the creation and/or implementation of domain-specific programming models aspects of the present disclosure, e.g., through the use of a data processing API or the like, are preferably implemented in a high level procedural or object oriented programming language to communicate with a computer system. However, the program(s) can be implemented in assembly or machine language, if desired. In any case, the language may be a compiled or interpreted language, and combined with hardware implementations.
  • An SPI Protocol
  • Various systems, methods, and computer readable instructions are disclosed herein for providing a platform to support the development of new accessories for video game and entertainment systems. To limit the number of IC pins needed to support inter-processor communications, a simple serial interface may be used. In particular, to provide a common interface with as many off-the-shelf CPU parts as possible and to support the required data traffic, a Serial Peripheral Interface (SPI) based design may be implemented.
  • SPI is an interface that enables the serial exchange of data between a master and a slave device. SPI typically uses a synchronous protocol, where transmitting and receiving is guided by a clock signal generated by master microcontroller. The SPI interface allows the connection of several SPI devices while a master selects each device with a CS (Chip Select) signal.
  • SPI typically comprises four signal wires:
  • Master Out Slave In (MOSI)
  • Master In Slave Out (MISO)
  • Serial Clock (SCLK or SCK)
  • Chip Select (CS)
  • SPI is a synchronous serial data link standard. Devices communicate in a master/slave mode where the master device initiates the data frame. Multiple slave devices are allowed with individual chip select lines.
  • During each SPI clock cycle, a full duplex data transmission occurs, in which the master sends a bit on the MOSI line, the slave reads the bit from that same line, the slave sends a bit on the MISO line, and the master reads it from that same line. Transmissions typically involve two shift registers of a given word size, such as eight bits, one in the master and one in the slave. The shift registers are connected in a ring configuration. Data is typically shifted out with the most significant bit first, while shifting a new least significant bit into the same register. After that register has been shifted out, the master and slave have exchanged register values. The process may then repeat as needed.
  • In one exemplary and non-limiting aspect of the present disclosure, a smart transceiver device may be provided to support the rapid development of new wireless accessories for gaming platforms. In an embodiment, a smart transceiver may provide receiver and transmitter functions for physical and link wireless communications layers. In particular, the PHY and Link layers of a wireless protocol stack, and wireless protocol functionality for such a device may be implemented in a wireless application specific integrated circuit (ASIC). In one embodiment, the smart transceiver may be the slave and a master control application may be the master of an SPI bus.
  • In an embodiment, wireless communication may be provided using a frequency hopping digital radio protocol with time-division multiplexed access (TDMA) granting radio time for each wireless accessory. The unlicensed worldwide 2.4 GHz Industrial Scientific Medical (ISM) radio band may be utilized. A minimum of external components may be needed to implement a complete Frequency Hopping Spread Spectrum (FHSS) 2.4 GHz ISM band digital radio transceiver compliant with worldwide regulatory requirements. It should be appreciated that although a wireless SPI interface is used in the following examples, the embodiments disclosed herein are applicable to both wireless and wired implementations of an SPI interface.
  • As noted above, there are a number of shortcomings with the standard SPI design. To address one of the shortcomings, a method of selecting an operational mode using the limited number of pins is desirable. The operational modes relate to which is the active clock edge and to the phase of the serial data line. In one embodiment, four different operational modes may be used, and both devices at the interface may agree to a mode before starting communications. Such agreement can be accomplished by many methods but the methods typically require the use of additional IC pins.
  • In another embodiment, only one mode may be used and the master device supports the selected mode. However, such an approach will likely limit flexibility within the platform. A method is disclosed that may not require the use of additional pins and may be accomplished with the standard SPI pins.
  • In a preferred embodiment, a method for selecting the mode used by the smart transceiver may begin right after an IC reset. The smart transceiver may start up in a “Mode Detect” state. The SPI port may then wait for a Mode byte to be sent from the master control application. The Mode byte may then be sent in the correct mode that the master control application wishes to use. The smart transceiver may measure the Mode byte to determine which of the four modes was used to send the Mode byte. In one embodiment, the Mode byte may be detected three times to ensure proper detection. The Mode byte may be repeatedly transmitted until the smart transceiver responds to the Mode byte by returning an acknowledgement byte. In one embodiment, the acknowledgement byte is the 0x00 byte. When the master control application receives the acknowledgement, the Mode Detect phase of the SPI bus may be considered completed, and the smart transceiver may now operate in the correct SPI operating mode.
  • An example of the transaction is shown in FIG. 4. As depicted in the figure, at t0 initialization starts after a hardware reset. The transceiver SPI indicates its reset state by sending 0xFF on MISO and by driving low level on D_AVAIL#. The Master sends at least 3 times mode byte on MOSI. At t1, the transceiver has detected the “mode byte” and starts to send 0x00 on MISO for acknowledgement. At t2, the Master has detected 0x00 on MISO and stops sending the “mode byte”. The SPI-Mode initialization is finished. At t3, D_AVAIL# is set to a high level if no data transmission is required. Finally, at t4, SPI normal operation can begin, and normal communication between the Master and Transceiver starts.
  • FIG. 5 illustrates an exemplary method of selecting an operational mode. In operation 500, the smart transceiver has been reset. In operation 510, the smart transceiver starts up in a “Mode Detect” state. In operation 520, the SPI port waits for a Mode byte to be sent from the master control application. In operation 530, the Mode byte is sent in the correct mode that the master control application wishes to use. In operation 540, the smart transceiver receives the Mode byte. In operation 550, the smart transceiver measures the Mode byte to determine which of the four modes was used to send the Mode byte. In operation 560, additional Mode bytes may be received to ensure proper detection. In operation 570, the smart transceiver returns an acknowledgement byte. In operation 580, the master control application receives the acknowledgement, the Mode Detect phase of the SPI bus may be considered completed, and the smart transceiver may now operate in the correct SPI operating mode.
  • Another shortcoming of a standard SPI interface relates to the need of a Chip Select signal. The Chip Select signal is normally used if the bus is shared between multiple slave devices. In a video game system platform, only one slave device may be desired. If the Chip Select signal is not used then the signal may be tied to an always active state. However, without a Chip Select signal, proper byte framing on the bus must be addressed. Each transfer of data may be defined as the movement of one byte of data. If a clock edge is missed or an extra clock edge created and no method exists to define the correct end of the byte transfer, the Master and Slave may become un-synchronized and self-recovery may not be possible. In an embodiment, a method that enables the restoration of frame timing on the SPI bus without resetting the smart transceiver is disclosed.
  • In one embodiment, a frame resynchronization procedure may be initiated when a master control application detects that the messages being received from the smart transceiver are not valid. Detection of an invalid message may be done in a number of ways. One method is to determine that an undefined command was received. A second method is to determine that a command was sent but no response was received. A third method is to determine if the frame length field is not valid.
  • When a Frame error has been detected, the master control application may command the smart transceiver to enter a mode in which the transceiver can reset its mode status. The slave device may also detect errors using similar approaches, i.e. illegal command and length not valid. If these conditions occur, the master device may reset the interface. In an embodiment, the master control application may repeatedly send an SPI reset command until the master receives an acknowledgement from the smart transceiver. In one embodiment the reset command may be 0xFF. The acknowledgement may also be 0xFF with the Data Available interrupt line active, which indicates that the smart transceiver has data to send but is only sending an invalid command (the 0xFF command byte may be reserved during normal use). By using this method, the master control application now knows that the smart transceiver SPI port is back into the Mode Detect state and that it must re-initialize the SPI port. The master control application may then transmit the desired mode commands. The smart transceiver may then receive the correct mode command, detect the correct mode status, and respond with an acknowledgement that the mode has been received. In an embodiment, the mode status acknowledgement may be 0x00. At this point, the master control application and the smart transceiver are synchronized. Once the master control receives the acknowledgement, the master may stop transmitting the mode command. At this point, the master control application and the smart transceiver are synchronized.
  • An example of the Frame Resynchronization sequence is shown in FIG. 6. As depicted in the figure, at t0 the master control application has detected a frame alignment error and starts to send the reset command 0xFF on MOSI continuously. At t1, the smart transceiver has finished its last frame. At t2, the smart transceiver has detected the reset command on MOSI (0xFF), starts sending 0xFF on MISO. At t3, the master control application has detected the acknowledge from smart transceiver (MISO=0xFF and D_AVAIL#=,0′) and starts to send the mode bytes. At t4, the smart transceiver has detected and locked on the mode byte and starts to send 0x00 on MISO as acknowledgement. Now the master control application and the smart transceiver are frame aligned again. Finally, at t5, the master control application has detected 0x00 on MISO and stops sending the “mode byte.”
  • FIG. 7 illustrates an exemplary method of frame resynchronization. In operation 700, a frame resynchronization procedure may be initiated when a master control application detects that the messages being received from the smart transceiver are not valid. As mentioned above, a number of methods can be used to determine if an invalid message was received.
  • When a frame error has been detected, in operation 710 the master control application may command the smart transceiver to enter a mode in which the transceiver can reset its mode status. In an embodiment, in operation 720 the master control application may repeatedly send an SPI reset command until it receives an acknowledgement 730 from the smart transceiver. In operation 740 the master control application may then transmit the mode commands. In operation 750, the smart transceiver may receive the mode command. In operation 760, the smart transceiver may detect and lock on the mode status. In operation 770, the smart transceiver may respond with an acknowledgement that the mode has been received. In an embodiment, the mode status acknowledgement may be 0x00. At this point, the master control application and the smart transceiver are synchronized. Once the master control receives the acknowledgement, the master may stop transmitting the mode command 780.
  • Turning now to FIG. 7 a, illustrated is an exemplary system incorporating aspects of frame resynchronization. An SPI device 1 786 and SPI device 2 788 may be in communication via a full duplex Serial Peripheral Interface (SPI) link. As discussed, one device may be a master device, and the other device may be a slave device. Circuitry 796 may reset SPI Device 1 786. Circuitry 790 may configure SPI Device 1 786 to enter a mode detect state. Circuitry 792 may be configured to receive at least one mode message from the SPI Device 2 788 via the full duplex SPI link using a framed messaging protocol overlaid on the SPI link. The messages may further comprise a header and a variable length payload. The header may comprise a command field and a length field, and the length field may be representative of a size of the variable length payload. Circuitry 794 may be configured to enable SPI Device 1 786 to return an acknowledgment message to SPI Device 2 788.
  • A further shortcoming of a standard SPI interface is that data transfers are limited to eight bits at one time. Because many applications may require higher command and data transfer capability, a higher level protocol is needed that still retains the advantages of a serial interface. In consideration of an efficient control/data transport method across the SPI bus with full duplex data transfer, in various embodiments a frame based SPI protocol is disclosed that may be used to provide control and data transfer to and from the smart transceiver device. In particular, an exemplary format for the protocol, the commands, and responses is disclosed. In an embodiment, each frame may consist of a two byte header with a variable payload length. The header may comprise two parts—a command byte and a length byte. The length of the payload may be dependent upon the specific command, and the longest packet may define the length of the transfer. FIG. 8 provides and exemplary illustration of a typical data transfer.
  • Because the disclosed protocol comprises a full duplex interface, if one device has no information to transfer, the device may send an idle command. The disclosed protocol may maintain a master/slave structure, with a master control application typically controlling all transactions, and the master control application transferring data whenever it has a message ready to transmit. The smart transceiver may act as the slave device and may return a reply indicating either the result of the request, compliance to the command, or an indication of the occurrence of an event from a previous request. The smart transceiver may further generate an interrupt to the master control application indicating that a message is ready to be read by the master.
  • The disclosed protocol may further comprise the following rules that apply to a frame transaction. First, the chip select may be in an active state. Second, a header may always be transmitted first on both ends of the link. If one end does not have a valid message to transmit, the command field may be set to be 0x00. Third, the longest frame (master to slave or slave to master) may be used to define the length of the transfer. Fourth, if one side has more than one packet to send, the independent messages may be appended together within the same frame.
  • The cases depicted in the table below are all exemplary valid transfers.
  • Case Master Slave
    No. data no data data no data
    1 X X
    2 X1) X
    3 X X
    4 X X
    5 X2) X2)
    6 X2) X1)
    7 X3) X2)
    1)Single Command
    2)Multiple Data
    3)Dummy Command
  • FIGS. 9-15 illustrate exemplary timing diagrams depicting bus transfers for the scenarios outlined in the table. FIG. 9 depicts a master with data to transmit and the slave with a command to transmit but no data. FIG. 10 depicts the master with a command to transmit but no data and the slave with no data. FIG. 11 depicts the master with data to transmit and the slave with data to transmit. FIG. 12 depicts the master with a command to transmit but no data and the slave with data. FIG. 13 depicts the master with multiple data packets and the slave with multiple data packets. FIG. 14 depicts the master with multiple data packets and the slave with a single data packet to transmit. Finally, FIG. 15 depicts the master with no data to transmit, and the slave with multiple data packets.
  • Lastly, while the present disclosure has been described in connection with the preferred aspects, as illustrated in the various figures, it is understood that other similar aspects may be used or modifications and additions may be made to the described aspects for performing the same function of the present disclosure without deviating there from. For example, in various aspects of the disclosure, a protocol for a serial peripheral interface was disclosed. However, other equivalent mechanisms to these described aspects are also contemplated by the teachings herein, including those applicable to both wired and wireless implementations. Therefore, the present disclosure should not be limited to any single aspect, but rather construed in breadth and scope in accordance with the appended claims.

Claims (20)

1. A device in communication with a master control application via a full duplex Serial Peripheral Interface (SPI) link, comprising:
circuitry configured to place the device in a mode detect state after a reset of said device;
circuitry configured to receive at least one mode message from the master control application via the full duplex SPI link using a framed messaging protocol overlaid on the SPI link, wherein messages comprise a header and a variable length payload, the header comprises a command field and a length field, the length field representative of a size of said variable length payload; and
circuitry configured to enable the device to return an acknowledgment message to the master control application.
2. The device of claim 1, wherein four SPI modes are available, the modes defining an active clock edge and a phase of a data line of the SPI.
3. The device of claim 1, wherein said at least one mode message is detected one or more times.
4. The device of claim 1, wherein said at least one mode message is repeatedly transmitted until the wireless protocol transceiver returns an acknowledgement.
5. The device of claim 1, wherein said acknowledgment message is a byte message.
6. The device of claim 1, wherein the master control application is associated with a video game system.
7. A method of maintaining synchronization between devices in communication via a Serial Peripheral Interface (SPI) Link, comprising:
receiving at least one message transmitted by a device via said SPI link and determining that the received message is invalid;
resetting the SPI link by repeatedly transmitting reset messages to said device until an acknowledgment message is received from said first device; and
entering a mode detect state, further comprising transmitting a mode command to said first device.
8. The method of claim 7, wherein said determining that the received message is invalid further comprises determining that an undefined command was received.
9. The method of claim 7, wherein said determining that the received message is invalid further comprises determining that a command was sent but no response was received.
10. The method of claim 7, wherein said determining that the received message is invalid further comprises determining that a frame length field was not valid.
11. The method of claim 7, wherein the reset command is a byte message.
12. The method of claim 7, wherein the acknowledgement message is a byte message, further comprising activating a Data Available interrupt line.
13. The method of claim 7, wherein a device that receives said acknowledgment message re-initializes an associated SPI port.
14. The method of claim 7, wherein said devices are associated with a video game system.
15. A method of framing data in a Serial Peripheral Interface (SPI) full duplex link between devices in a gaming console or peripheral, comprising:
framing at least one header and a variable length payload, the header comprising a command field and a length field, the length field representative of a size of said variable length payload; and
appending messages within one frame when a device has more than one packet to transmit.
16. The method of claim 15, wherein an idle command byte is transmitted when no information is available for transfer.
17. The method of claim 16, wherein the idle command byte is 0x00.
18. The method of claim 15, wherein a master control application controls all transactions and transfers data whenever the master control application has a message to transmit.
19. The method of claim 15, wherein a slave device generates an interrupt to a master control application indicating that a message is ready to be read by the master control application.
20. The method of claim 15, wherein a chip select line must be in an active state prior to a frame transaction.
US12/163,880 2007-11-27 2008-06-27 Serial Peripheral Interface for a Transceiver Integrated Circuit Abandoned US20090138638A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US12/163,880 US20090138638A1 (en) 2007-11-27 2008-06-27 Serial Peripheral Interface for a Transceiver Integrated Circuit

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US99036507P 2007-11-27 2007-11-27
US12/163,880 US20090138638A1 (en) 2007-11-27 2008-06-27 Serial Peripheral Interface for a Transceiver Integrated Circuit

Publications (1)

Publication Number Publication Date
US20090138638A1 true US20090138638A1 (en) 2009-05-28

Family

ID=40670195

Family Applications (3)

Application Number Title Priority Date Filing Date
US12/163,026 Expired - Fee Related US8060681B2 (en) 2007-11-27 2008-06-27 Interface protocol and API for a wireless transceiver
US12/163,880 Abandoned US20090138638A1 (en) 2007-11-27 2008-06-27 Serial Peripheral Interface for a Transceiver Integrated Circuit
US13/242,348 Active US8230150B2 (en) 2007-11-27 2011-09-23 Interface protocol and API for a wireless transceiver

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US12/163,026 Expired - Fee Related US8060681B2 (en) 2007-11-27 2008-06-27 Interface protocol and API for a wireless transceiver

Family Applications After (1)

Application Number Title Priority Date Filing Date
US13/242,348 Active US8230150B2 (en) 2007-11-27 2011-09-23 Interface protocol and API for a wireless transceiver

Country Status (7)

Country Link
US (3) US8060681B2 (en)
EP (1) EP2215551B1 (en)
JP (1) JP5250042B2 (en)
CN (1) CN101874241A (en)
CA (1) CA2702466C (en)
IL (2) IL204935A (en)
WO (1) WO2009070460A2 (en)

Cited By (23)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090137318A1 (en) * 2007-11-27 2009-05-28 Microsoft Corporation Interface Protocol and API for a Wireless Transceiver
US20100291675A1 (en) * 2007-10-18 2010-11-18 Pease Larry R IgM-MEDIATED RECEPTOR CLUSTERING AND CELL MODULATION
WO2011017121A1 (en) * 2009-07-27 2011-02-10 Acciona Solar Power, Inc. Scalable solar power plant
US20110195792A1 (en) * 2010-02-10 2011-08-11 Leap Forward Gaming Remote power reset feature on a gaming machine
US20110195786A1 (en) * 2010-02-10 2011-08-11 Leap Forward Gaming Apparatus and method for retrofitting candle devices on a gaming machine
US20110222587A1 (en) * 2008-02-15 2011-09-15 Kylink Communications Corp. Power efficient FHSS base-band hardware architecture
US8282480B2 (en) 2010-02-10 2012-10-09 Leap Forward Gaming Candle device for providing transaction verification on a gaming machine
US20120320918A1 (en) * 2011-06-14 2012-12-20 International Business Business Machines Bridge port between hardware lan and virtual switch
CN103092806A (en) * 2013-01-18 2013-05-08 青岛海信宽带多媒体技术有限公司 Data transmission method and data transmission system based on serial peripheral interface (SPI) data transmission timing sequences
US8814706B2 (en) 2010-02-10 2014-08-26 Leap Forward Gaming, Inc. Radio candle mount
US8814681B2 (en) 2010-02-10 2014-08-26 Leap Forward Gaming, Inc. Candle device for generating display interfaces on the main display of a gaming machine
US20140337552A1 (en) * 2010-09-30 2014-11-13 Hewlett-Packard Development Company, L.P. Slave device bit sequence zero driver
US8968086B2 (en) 2010-02-10 2015-03-03 Leap Forward Gaming, Inc. Video processing and signal routing apparatus for providing picture in a picture capabilities on an electronic gaming machine
US9240100B2 (en) 2010-02-10 2016-01-19 Leap Forward Gaming Virtual players card
US20160217093A1 (en) * 2013-12-08 2016-07-28 Crossport Network Solutions Inc. Link system for establishing high speed network communications and file transfer between hosts using i/o device links
US9489799B2 (en) 2010-02-10 2016-11-08 Leap Forward Gaming, Inc. Lottery games on an electronic gaming machine
US10366028B2 (en) * 2016-09-29 2019-07-30 Ossia Inc. Systems and methods for device communications
EP3660692A1 (en) * 2018-11-27 2020-06-03 Shenzhen Goodix Technology Co., Ltd. Single communication interface and a method with internal/external addressing mode
CN111625487A (en) * 2020-04-17 2020-09-04 惠州市德赛西威汽车电子股份有限公司 SPI communication system and communication method thereof
US10884972B2 (en) * 2019-05-08 2021-01-05 Analog Devices, Inc. Communication systems with serial peripheral interface functionality
US11010321B2 (en) 2016-12-12 2021-05-18 Crossport Network Solutions Inc. Ad-hoc sensing switched data circuit for connecting network hosts and peripherals
US11216407B2 (en) 2018-11-27 2022-01-04 Shenzhen GOODIX Technology Co., Ltd. Single communication interface and a method with internal/external addressing mode
US20230004516A1 (en) * 2021-06-30 2023-01-05 Texas Instruments Incorporated Synchronous serial interface allowing communication with multiple peripheral devices using a single chip select

Families Citing this family (35)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8325687B2 (en) * 2008-05-09 2012-12-04 Qualcomm Incorporated Techniques for enhanced backhaul flow control
US9355051B2 (en) * 2010-09-10 2016-05-31 Cypress Semiconductor Corporation Apparatus, method, and manufacture for using a read preamble to optimize data capture
US9223726B2 (en) 2010-09-10 2015-12-29 Cypress Semiconductor Corporation Apparatus and method for programmable read preamble with training pattern
US8990605B2 (en) 2010-09-10 2015-03-24 Spansion Llc Apparatus and method for read preamble disable
EP2437426B1 (en) * 2010-10-04 2015-07-22 BALLUFF GmbH Method for serial data transfer from a slave to a master of a measurement value transfer assembly and device for executing the method
US9319348B2 (en) 2011-05-24 2016-04-19 Cisco Technology, Inc. Octal serial gigabit media-independent interface
US8832342B2 (en) 2011-10-28 2014-09-09 Lg Cns Co., Ltd. Traffic communication module and method of forming the same
US8719459B2 (en) 2011-10-24 2014-05-06 Skyworks Solutions, Inc. Dual mode power amplifier control interface with a three-mode general purpose input/output interface
KR102250612B1 (en) 2012-06-14 2021-05-10 스카이워크스 솔루션즈, 인코포레이티드 Power amplifier modules with harmonic termination circuit and related systems, devices, and methods
US9158728B2 (en) 2012-09-13 2015-10-13 General Electric Company Systems and methods for improved linking of master and slave devices
US9003091B2 (en) 2012-10-18 2015-04-07 Hewlett-Packard Development Company, L.P. Flow control for a Serial Peripheral Interface bus
TWI463326B (en) * 2013-02-07 2014-12-01 Flash memory of the smart selector
CN103747335B (en) * 2013-11-29 2017-03-08 乐视致新电子科技(天津)有限公司 A kind of changing method of smart television mode and device
EP3026570A1 (en) * 2014-11-28 2016-06-01 Gemalto Sa A communication system comprising a full-duplex interface with a mechanism to initiate a data exchange
EP3026569A1 (en) * 2014-11-28 2016-06-01 Gemalto Sa A communication system with a frame based communication interface
US20170017584A1 (en) * 2015-07-15 2017-01-19 Microchip Technology Incorporated SPI Interface With Less-Than-8-Bit Bytes And Variable Packet Size
US10503686B2 (en) * 2015-12-09 2019-12-10 Microchip Technology Incorporated SPI interface with automatic slave select generation
CN105912275A (en) * 2016-04-27 2016-08-31 华为技术有限公司 Method and device for establishing connection in nonvolatile memory system
US10289596B2 (en) * 2016-06-07 2019-05-14 Macronix International Co., Ltd. Memory and method for operating a memory with interruptible command sequence
US20190228170A1 (en) * 2016-06-14 2019-07-25 SZ DJI Technology Co., Ltd. Supporting protocol independent movable object application development
US10613882B2 (en) 2016-10-14 2020-04-07 Seagate Technology Llc Active drive API
KR20180043451A (en) * 2016-10-19 2018-04-30 삼성전자주식회사 Computing system and operating method thereof
US11256641B2 (en) 2017-01-27 2022-02-22 National Instruments Corporation Asynchronous start for timed functions
US20180276175A1 (en) * 2017-03-22 2018-09-27 National Instruments Corporation Direct Network Access by a Memory Mapped Peripheral Device for Scheduled Data Transfer on the Network
US20180300264A1 (en) * 2017-04-13 2018-10-18 Intel Corporation Function states of a device coupled to a computer bus
US11573919B2 (en) * 2017-12-14 2023-02-07 Texas Instruments Incorporated Multi-slave serial communication
US10904477B2 (en) 2018-01-19 2021-01-26 Caavo Inc Device identification using media device keys
US10733121B2 (en) * 2018-05-10 2020-08-04 Qualcomm Incorporated Latency optimized I3C virtual GPIO with configurable operating mode and device skip
US10475492B1 (en) 2018-07-27 2019-11-12 Macronix International Co., Ltd. Circuit and method for read latency control
JP6781226B2 (en) * 2018-09-25 2020-11-04 ファナック株式会社 Encoder and control system
CN110955625A (en) * 2019-11-22 2020-04-03 上海麦腾物联网技术有限公司 Full-duplex real-time communication method and device based on SPI
US20220066979A1 (en) * 2020-08-27 2022-03-03 Sony Semiconductor Solutions Corporation Communication device, communication system, and communication method
US20220075749A1 (en) * 2020-09-04 2022-03-10 Nemedio Inc. Systems and methods for dynamic configuration of external devices
CN112269338A (en) * 2020-10-23 2021-01-26 阳光电源股份有限公司 GPIO-based digital controller communication method and system
CN112100013B (en) * 2020-11-18 2021-09-21 北京智芯微电子科技有限公司 Method, device and system for testing security chip SPI (Serial peripheral interface)

Citations (30)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4739324A (en) * 1986-05-22 1988-04-19 Chrysler Motors Corporation Method for serial peripheral interface (SPI) in a serial data bus
US4750165A (en) * 1986-05-02 1988-06-07 Northern Telecom Limited Method of duplex data transmission using a send-and-wait protocol
US5023778A (en) * 1990-03-23 1991-06-11 General Motors Corporation Interprocessor communication method
US5517505A (en) * 1989-09-29 1996-05-14 Motorola, Inc. Synchronization method and apparatus for a wireless packet network
US5696766A (en) * 1995-06-02 1997-12-09 Dsc Communications Corporation Apparatus and method of synchronizing a transmitter in a subscriber terminal of a wireless telecommunications system
US5758073A (en) * 1996-12-02 1998-05-26 Tritech Microelectronics International, Ltd. Serial interface between DSP and analog front-end device
US5928345A (en) * 1996-09-30 1999-07-27 Rosemont Inc. Field instrument with data bus communications protocol
US6366768B1 (en) * 1998-11-09 2002-04-02 Motorola, Inc. Circuit and method of frequency synthesizer control with a serial peripheral interface
US20020070851A1 (en) * 2000-12-08 2002-06-13 Spx Corporation Multi-protocol wireless communication module
US20020120795A1 (en) * 2001-02-28 2002-08-29 Alcatel Serial peripheral interface master device, a serial peripheral interface slave device and a serial peripheral interface
US6496498B1 (en) * 1999-11-19 2002-12-17 Siemens Information & Communication Mobile Llc Method and system for avoiding periodic bursts of interference in wireless communication between a mobile unit and a base unit
US6496487B2 (en) * 1998-11-05 2002-12-17 Visteon Global Technologies, Inc. Efficient full duplex simultaneous message transfer
US6690719B1 (en) * 2000-02-14 2004-02-10 Itran Communications Ltd. Host to modem interface
US20040071097A1 (en) * 1998-11-30 2004-04-15 Halter Richard A. J1850 application specific integrated circuit (ASIC) and messaging technique
US6731382B2 (en) * 2000-08-14 2004-05-04 Snap-On Technologies, Inc. Self-calibrating 3D machine measuring system useful in motor vehicle wheel alignment
US20040166823A1 (en) * 2003-02-21 2004-08-26 Magis Networks, Inc. Control interface scheme for wireless communication chipsets
US20040174831A1 (en) * 2003-02-26 2004-09-09 Samsung Electronics Co., Ltd. Hybrid-type data transmission apparatus and method suitable for high-performance wireless LAN
US7050409B1 (en) * 1997-11-14 2006-05-23 Wireless Facilities, Inc. Wireless T/E transceiver frame and signaling controller
US20060115088A1 (en) * 2004-12-01 2006-06-01 Valentine Matthew F Method and apparatus for end-to-end clear transport protocol
US7120854B2 (en) * 2003-08-18 2006-10-10 Texas Instruments Incorporated Wireless access modem having downstream channel resynchronization method
US20070086601A1 (en) * 2005-10-17 2007-04-19 Mitchler Dennis W Flexible wireless air interface system
US20070086425A1 (en) * 2005-10-17 2007-04-19 Creative Technology Ltd. Beacon frame
US7218612B2 (en) * 1998-09-16 2007-05-15 Cirrus Logic, Inc. Network synchronization
US7230931B2 (en) * 2001-01-19 2007-06-12 Raze Technologies, Inc. Wireless access system using selectively adaptable beam forming in TDD frames and method of operation
US7257644B2 (en) * 2002-09-19 2007-08-14 Microsoft Corporation Systems and methods for providing presence tracking in a distributed computing system
US20070234136A1 (en) * 2006-03-31 2007-10-04 Emc Corporation Method and apparatus for detecting the presence of errors in data transmitted between components in a data storage system using an I2C protocol
US7379475B2 (en) * 2002-01-25 2008-05-27 Nvidia Corporation Communications processor
US7395385B2 (en) * 2005-02-12 2008-07-01 Broadcom Corporation Memory management for a mobile multimedia processor
US20080183928A1 (en) * 2007-01-29 2008-07-31 Microsemi Corp. - Analog Mixed Signal Group Ltd. Addressable Serial Peripheral Interface
US7408878B2 (en) * 2003-06-10 2008-08-05 Cisco Technology, Inc. System packet interface

Family Cites Families (27)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6022274A (en) * 1995-11-22 2000-02-08 Nintendo Co., Ltd. Video game system using memory module
US7103511B2 (en) * 1998-10-14 2006-09-05 Statsignal Ipc, Llc Wireless communication networks for providing remote monitoring of devices
US6468160B2 (en) * 1999-04-08 2002-10-22 Nintendo Of America, Inc. Security system for video game system with hard disk drive and internet access capability
US6511378B1 (en) * 2000-05-05 2003-01-28 Intel Corporation Method of identifying game controllers in multi-player game
US7376769B1 (en) 2000-09-14 2008-05-20 Intel Corporation Wireless computing device having an application and wireless subsystem and method therefore
JP3467262B2 (en) * 2000-11-10 2003-11-17 株式会社ソニー・コンピュータエンタテインメント Entertainment device and receiving device
US6731832B2 (en) * 2001-02-28 2004-05-04 Lambda Opticalsystems Corporation Detection of module insertion/removal in a modular optical network, and methods and apparatus therefor
US7120427B1 (en) * 2001-03-19 2006-10-10 Cisco Systems Wireless Networking (Australia) Pty Limited CMOS wireless transceiver with programmable characteristics
US6505095B1 (en) * 2001-06-19 2003-01-07 Usa Technologies, Inc. System for providing remote audit, cashless payment, and interactive transaction capabilities in a vending machine
US6622925B2 (en) * 2001-10-05 2003-09-23 Enernet Corporation Apparatus and method for wireless control
AU2003248886A1 (en) * 2002-07-10 2004-01-23 Gibson Guitar Corp. Universal digital communications and control system for consumer electronic devices
US7558903B2 (en) * 2003-04-11 2009-07-07 The Boeing Company Interfacing a legacy data bus with a wideband wireless data resource utilizing an embedded bus controller
KR100549614B1 (en) * 2003-11-05 2006-02-03 기륭전자 주식회사 Wireless remote controller using time division protocol and Satellite radio receiver including the same
JP4834294B2 (en) * 2004-01-07 2011-12-14 日立オートモティブシステムズ株式会社 Data communication apparatus and controller using the same
US7552042B1 (en) * 2004-01-30 2009-06-23 Xilinx, Inc. Method for message processing on a programmable logic device
US7308516B2 (en) * 2004-04-26 2007-12-11 Atmel Corporation Bi-directional serial interface for communication control
US20060084504A1 (en) * 2004-04-30 2006-04-20 Chan Andy K Wireless communication systems
US7413513B2 (en) * 2004-09-10 2008-08-19 Igt Apparatus and methods for wireless gaming communications
KR20060064830A (en) 2004-12-09 2006-06-14 엘지전자 주식회사 Communication controlling system and method using by serial interface between one system and the other system
CN100399849C (en) * 2005-03-31 2008-07-02 联想(北京)有限公司 Multi-mode coexistence method for multi mode communication equipment
US7323991B1 (en) * 2005-05-12 2008-01-29 Exavera Technologies Incorporated System and method for locating and communicating with personnel and equipment in a facility
KR101099808B1 (en) * 2005-12-02 2011-12-27 아이로보트 코퍼레이션 Robot system
US7689213B2 (en) * 2006-04-14 2010-03-30 Litepoint Corp. Method for testing embedded wireless transceiver with minimal interaction between wireless transceiver and host processor during testing
US7640353B2 (en) * 2006-04-27 2009-12-29 Microsoft Corporation Guided random seek support for media streaming
KR100798926B1 (en) * 2006-12-04 2008-01-29 한국전자통신연구원 Apparatus and method for forwarding packet in packet switch system
US8060681B2 (en) 2007-11-27 2011-11-15 Microsoft Corporation Interface protocol and API for a wireless transceiver
US9327193B2 (en) * 2008-06-27 2016-05-03 Microsoft Technology Licensing, Llc Dynamic selection of voice quality over a wireless system

Patent Citations (30)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4750165A (en) * 1986-05-02 1988-06-07 Northern Telecom Limited Method of duplex data transmission using a send-and-wait protocol
US4739324A (en) * 1986-05-22 1988-04-19 Chrysler Motors Corporation Method for serial peripheral interface (SPI) in a serial data bus
US5517505A (en) * 1989-09-29 1996-05-14 Motorola, Inc. Synchronization method and apparatus for a wireless packet network
US5023778A (en) * 1990-03-23 1991-06-11 General Motors Corporation Interprocessor communication method
US5696766A (en) * 1995-06-02 1997-12-09 Dsc Communications Corporation Apparatus and method of synchronizing a transmitter in a subscriber terminal of a wireless telecommunications system
US5928345A (en) * 1996-09-30 1999-07-27 Rosemont Inc. Field instrument with data bus communications protocol
US5758073A (en) * 1996-12-02 1998-05-26 Tritech Microelectronics International, Ltd. Serial interface between DSP and analog front-end device
US7050409B1 (en) * 1997-11-14 2006-05-23 Wireless Facilities, Inc. Wireless T/E transceiver frame and signaling controller
US7218612B2 (en) * 1998-09-16 2007-05-15 Cirrus Logic, Inc. Network synchronization
US6496487B2 (en) * 1998-11-05 2002-12-17 Visteon Global Technologies, Inc. Efficient full duplex simultaneous message transfer
US6366768B1 (en) * 1998-11-09 2002-04-02 Motorola, Inc. Circuit and method of frequency synthesizer control with a serial peripheral interface
US20040071097A1 (en) * 1998-11-30 2004-04-15 Halter Richard A. J1850 application specific integrated circuit (ASIC) and messaging technique
US6496498B1 (en) * 1999-11-19 2002-12-17 Siemens Information & Communication Mobile Llc Method and system for avoiding periodic bursts of interference in wireless communication between a mobile unit and a base unit
US6690719B1 (en) * 2000-02-14 2004-02-10 Itran Communications Ltd. Host to modem interface
US6731382B2 (en) * 2000-08-14 2004-05-04 Snap-On Technologies, Inc. Self-calibrating 3D machine measuring system useful in motor vehicle wheel alignment
US20020070851A1 (en) * 2000-12-08 2002-06-13 Spx Corporation Multi-protocol wireless communication module
US7230931B2 (en) * 2001-01-19 2007-06-12 Raze Technologies, Inc. Wireless access system using selectively adaptable beam forming in TDD frames and method of operation
US20020120795A1 (en) * 2001-02-28 2002-08-29 Alcatel Serial peripheral interface master device, a serial peripheral interface slave device and a serial peripheral interface
US7379475B2 (en) * 2002-01-25 2008-05-27 Nvidia Corporation Communications processor
US7257644B2 (en) * 2002-09-19 2007-08-14 Microsoft Corporation Systems and methods for providing presence tracking in a distributed computing system
US20040166823A1 (en) * 2003-02-21 2004-08-26 Magis Networks, Inc. Control interface scheme for wireless communication chipsets
US20040174831A1 (en) * 2003-02-26 2004-09-09 Samsung Electronics Co., Ltd. Hybrid-type data transmission apparatus and method suitable for high-performance wireless LAN
US7408878B2 (en) * 2003-06-10 2008-08-05 Cisco Technology, Inc. System packet interface
US7120854B2 (en) * 2003-08-18 2006-10-10 Texas Instruments Incorporated Wireless access modem having downstream channel resynchronization method
US20060115088A1 (en) * 2004-12-01 2006-06-01 Valentine Matthew F Method and apparatus for end-to-end clear transport protocol
US7395385B2 (en) * 2005-02-12 2008-07-01 Broadcom Corporation Memory management for a mobile multimedia processor
US20070086425A1 (en) * 2005-10-17 2007-04-19 Creative Technology Ltd. Beacon frame
US20070086601A1 (en) * 2005-10-17 2007-04-19 Mitchler Dennis W Flexible wireless air interface system
US20070234136A1 (en) * 2006-03-31 2007-10-04 Emc Corporation Method and apparatus for detecting the presence of errors in data transmitted between components in a data storage system using an I2C protocol
US20080183928A1 (en) * 2007-01-29 2008-07-31 Microsemi Corp. - Analog Mixed Signal Group Ltd. Addressable Serial Peripheral Interface

Cited By (52)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100291675A1 (en) * 2007-10-18 2010-11-18 Pease Larry R IgM-MEDIATED RECEPTOR CLUSTERING AND CELL MODULATION
US8060681B2 (en) * 2007-11-27 2011-11-15 Microsoft Corporation Interface protocol and API for a wireless transceiver
US20090137318A1 (en) * 2007-11-27 2009-05-28 Microsoft Corporation Interface Protocol and API for a Wireless Transceiver
US8230150B2 (en) 2007-11-27 2012-07-24 Microsoft Corporation Interface protocol and API for a wireless transceiver
US8175138B2 (en) * 2008-02-15 2012-05-08 Kylink Communications Corp. Power efficient FHSS base-band hardware architecture
US20110222587A1 (en) * 2008-02-15 2011-09-15 Kylink Communications Corp. Power efficient FHSS base-band hardware architecture
WO2011017121A1 (en) * 2009-07-27 2011-02-10 Acciona Solar Power, Inc. Scalable solar power plant
US20110153087A1 (en) * 2009-07-27 2011-06-23 Acciona Solar Power, Inc. Solar power plant with virtual sun tracking
US20110160924A1 (en) * 2009-07-27 2011-06-30 Acciona Solar Power, Inc. Solar power plant with scalable communications protocol
US8630293B2 (en) 2009-07-27 2014-01-14 Acciona Solar Power Solar power plant with scalable communications protocol
US8696449B2 (en) 2010-02-10 2014-04-15 Leap Forward Gaming, Inc. Gaming device and method for wireless gaming system providing non-intrusive processes
US8460091B2 (en) 2010-02-10 2013-06-11 Leap Forward Gaming Remote power reset feature on a gaming machine
US8088014B2 (en) 2010-02-10 2012-01-03 Leap Forward Gaming Gaming device and method for wireless gaming system providing non-intrusive processes
US20110195789A1 (en) * 2010-02-10 2011-08-11 Leap Forward Gaming Device monitoring and wireless communications for vending machines
US20110195788A1 (en) * 2010-02-10 2011-08-11 Leap Forward Gaming Device health monitoring for gaming machines
US8241119B2 (en) 2010-02-10 2012-08-14 Leap Forward Gaming Candle devices for gaming machines
US8282480B2 (en) 2010-02-10 2012-10-09 Leap Forward Gaming Candle device for providing transaction verification on a gaming machine
US8317604B2 (en) 2010-02-10 2012-11-27 Leap Forward Gaming Apparatus and method for retrofitting candle devices on a gaming machine
US11107323B2 (en) 2010-02-10 2021-08-31 Igt Virtual players card
US8336697B2 (en) 2010-02-10 2012-12-25 Leap Forward Gaming Device health monitoring for gaming machines
US8371937B2 (en) 2010-02-10 2013-02-12 Leap Forward Gaming Gaming device and method for wireless gaming system providing non-intrusive processes
US8083592B2 (en) 2010-02-10 2011-12-27 Leap Forward Gaming Apparatus and method for retrofitting candle devices on a gaming machine
US10249129B2 (en) 2010-02-10 2019-04-02 Igt Video processing and signal routing apparatus for providing picture in a picture capabilities on an electronic gaming machine
US9489799B2 (en) 2010-02-10 2016-11-08 Leap Forward Gaming, Inc. Lottery games on an electronic gaming machine
US8479908B2 (en) 2010-02-10 2013-07-09 Leap Forward Gaming Device health monitoring for gaming machines
US20110195786A1 (en) * 2010-02-10 2011-08-11 Leap Forward Gaming Apparatus and method for retrofitting candle devices on a gaming machine
US20110195792A1 (en) * 2010-02-10 2011-08-11 Leap Forward Gaming Remote power reset feature on a gaming machine
US8696430B2 (en) 2010-02-10 2014-04-15 Leap Forward Gaming, Inc. Device health monitoring for gaming machines
US10102714B2 (en) 2010-02-10 2018-10-16 Igt Virtual players card
US8814706B2 (en) 2010-02-10 2014-08-26 Leap Forward Gaming, Inc. Radio candle mount
US8814681B2 (en) 2010-02-10 2014-08-26 Leap Forward Gaming, Inc. Candle device for generating display interfaces on the main display of a gaming machine
US8882589B2 (en) 2010-02-10 2014-11-11 Leap Forward Gaming, Inc. Device health monitoring for gaming machines
US9564010B2 (en) 2010-02-10 2017-02-07 Igt Virtual players card
US8968086B2 (en) 2010-02-10 2015-03-03 Leap Forward Gaming, Inc. Video processing and signal routing apparatus for providing picture in a picture capabilities on an electronic gaming machine
US9022861B2 (en) 2010-02-10 2015-05-05 Leap Forward Gaming, Inc. Device health monitoring for gaming machines
US9240100B2 (en) 2010-02-10 2016-01-19 Leap Forward Gaming Virtual players card
US20140337552A1 (en) * 2010-09-30 2014-11-13 Hewlett-Packard Development Company, L.P. Slave device bit sequence zero driver
US9454504B2 (en) * 2010-09-30 2016-09-27 Hewlett-Packard Development Company, L.P. Slave device bit sequence zero driver
US20130051400A1 (en) * 2011-06-14 2013-02-28 International Business Machines Corporation Bridge port between hardware lan and virtual switch
US20120320918A1 (en) * 2011-06-14 2012-12-20 International Business Business Machines Bridge port between hardware lan and virtual switch
US8743894B2 (en) * 2011-06-14 2014-06-03 International Business Machines Corporation Bridge port between hardware LAN and virtual switch
CN103092806A (en) * 2013-01-18 2013-05-08 青岛海信宽带多媒体技术有限公司 Data transmission method and data transmission system based on serial peripheral interface (SPI) data transmission timing sequences
US20160217093A1 (en) * 2013-12-08 2016-07-28 Crossport Network Solutions Inc. Link system for establishing high speed network communications and file transfer between hosts using i/o device links
US10133695B2 (en) * 2013-12-08 2018-11-20 Crossport Network Solutions Inc. Link system for establishing high speed network communications and file transfer between hosts using I/O device links
US10366028B2 (en) * 2016-09-29 2019-07-30 Ossia Inc. Systems and methods for device communications
US11010321B2 (en) 2016-12-12 2021-05-18 Crossport Network Solutions Inc. Ad-hoc sensing switched data circuit for connecting network hosts and peripherals
EP3660692A1 (en) * 2018-11-27 2020-06-03 Shenzhen Goodix Technology Co., Ltd. Single communication interface and a method with internal/external addressing mode
US11216407B2 (en) 2018-11-27 2022-01-04 Shenzhen GOODIX Technology Co., Ltd. Single communication interface and a method with internal/external addressing mode
US10884972B2 (en) * 2019-05-08 2021-01-05 Analog Devices, Inc. Communication systems with serial peripheral interface functionality
CN111625487A (en) * 2020-04-17 2020-09-04 惠州市德赛西威汽车电子股份有限公司 SPI communication system and communication method thereof
US20230004516A1 (en) * 2021-06-30 2023-01-05 Texas Instruments Incorporated Synchronous serial interface allowing communication with multiple peripheral devices using a single chip select
US11556492B1 (en) * 2021-06-30 2023-01-17 Texas Instruments Incorporated Synchronous serial interface allowing communication with multiple peripheral devices using a single chip select

Also Published As

Publication number Publication date
JP5250042B2 (en) 2013-07-31
WO2009070460A2 (en) 2009-06-04
IL229029A0 (en) 2013-12-31
IL204935A (en) 2014-06-30
WO2009070460A3 (en) 2009-08-13
CN101874241A (en) 2010-10-27
US8230150B2 (en) 2012-07-24
CA2702466A1 (en) 2009-06-04
EP2215551B1 (en) 2014-06-11
EP2215551A4 (en) 2012-12-05
CA2702466C (en) 2017-06-06
JP2011505755A (en) 2011-02-24
US20090137318A1 (en) 2009-05-28
US20120017223A1 (en) 2012-01-19
IL229029A (en) 2014-12-31
EP2215551A2 (en) 2010-08-11
IL204935A0 (en) 2010-11-30
US8060681B2 (en) 2011-11-15

Similar Documents

Publication Publication Date Title
US20090138638A1 (en) Serial Peripheral Interface for a Transceiver Integrated Circuit
US10773161B2 (en) Mobile phone game interface
US9654293B2 (en) Accessory identification for mobile computing devices
US8924985B2 (en) Network based real-time virtual reality input/output system and method for heterogeneous environment
RU2599543C2 (en) Hid over simple peripheral buses
US9327193B2 (en) Dynamic selection of voice quality over a wireless system
US20080175207A1 (en) Wireless network for personal computer human interface devices
WO2010087829A1 (en) Selectively communicating data of a peripheral device to plural sending computers
CN109933442A (en) The means of communication, equipment and computer storage medium between small routine platform
US8130742B2 (en) Communication protocol for a wireless device and a game console
TW201413457A (en) Assigning addresses to devices on an interconnect
CN104427000A (en) Communication system with transport link mechanism and method of operation thereof
US8307133B2 (en) Method of providing interoperability of heterogeneous network devices and network device using the same
JP5129860B2 (en) Discrepancy protocol
JP5464449B2 (en) Method for detecting inconsistency between processing units considering reboot due to failure, shared apparatus, and cluster system
CN115567080A (en) USART-based communication method, system and equipment
JP6631539B2 (en) Apparatus, method and computer program
JP2007150390A (en) Communication apparatus
KR100364756B1 (en) apparatus for receiving of asynchronous data having automatic receive mode
WO2000030314A1 (en) Data transmission method and game system by the method
TW201312372A (en) Combinations systems and related initialization methods thereof

Legal Events

Date Code Title Description
AS Assignment

Owner name: INFINEON TECHNOLOGIES AG, GERMANY

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:GLOS, THOMAS;LUX, THOMAS;KREUDER, ANDREAS;REEL/FRAME:021529/0159;SIGNING DATES FROM 20080827 TO 20080828

Owner name: MICROSOFT CORPORATION, WASHINGTON

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:RUSSO, DAVID W;NIELSEN, KURT T;SMITH, GREGORY RAY;REEL/FRAME:021528/0854;SIGNING DATES FROM 20080910 TO 20080911

STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO PAY ISSUE FEE

AS Assignment

Owner name: MICROSOFT TECHNOLOGY LICENSING, LLC, WASHINGTON

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:MICROSOFT CORPORATION;REEL/FRAME:034766/0509

Effective date: 20141014