WO2017106393A1 - Interfaces for wireless debugging - Google Patents
Interfaces for wireless debugging Download PDFInfo
- Publication number
- WO2017106393A1 WO2017106393A1 PCT/US2016/066736 US2016066736W WO2017106393A1 WO 2017106393 A1 WO2017106393 A1 WO 2017106393A1 US 2016066736 W US2016066736 W US 2016066736W WO 2017106393 A1 WO2017106393 A1 WO 2017106393A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- wireless
- debugger
- wireless communication
- communication block
- target
- 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.)
- Ceased
Links
Classifications
-
- G—PHYSICS
- G01—MEASURING; TESTING
- G01R—MEASURING ELECTRIC VARIABLES; MEASURING MAGNETIC VARIABLES
- G01R31/00—Arrangements for testing electric properties; Arrangements for locating electric faults; Arrangements for electrical testing characterised by what is being tested not provided for elsewhere
- G01R31/28—Testing of electronic circuits, e.g. by signal tracer
- G01R31/317—Testing of digital circuits
- G01R31/3177—Testing of logic operation, e.g. by logic analysers
-
- G—PHYSICS
- G01—MEASURING; TESTING
- G01R—MEASURING ELECTRIC VARIABLES; MEASURING MAGNETIC VARIABLES
- G01R31/00—Arrangements for testing electric properties; Arrangements for locating electric faults; Arrangements for electrical testing characterised by what is being tested not provided for elsewhere
- G01R31/28—Testing of electronic circuits, e.g. by signal tracer
- G01R31/317—Testing of digital circuits
- G01R31/31722—Addressing or selecting of test units, e.g. transmission protocols for selecting test units
-
- G—PHYSICS
- G01—MEASURING; TESTING
- G01R—MEASURING ELECTRIC VARIABLES; MEASURING MAGNETIC VARIABLES
- G01R31/00—Arrangements for testing electric properties; Arrangements for locating electric faults; Arrangements for electrical testing characterised by what is being tested not provided for elsewhere
- G01R31/28—Testing of electronic circuits, e.g. by signal tracer
- G01R31/317—Testing of digital circuits
- G01R31/31703—Comparison aspects, e.g. signature analysis, comparators
-
- G—PHYSICS
- G01—MEASURING; TESTING
- G01R—MEASURING ELECTRIC VARIABLES; MEASURING MAGNETIC VARIABLES
- G01R31/00—Arrangements for testing electric properties; Arrangements for locating electric faults; Arrangements for electrical testing characterised by what is being tested not provided for elsewhere
- G01R31/28—Testing of electronic circuits, e.g. by signal tracer
- G01R31/317—Testing of digital circuits
- G01R31/31705—Debugging aspects, e.g. using test circuits for debugging, using dedicated debugging test circuits
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04W—WIRELESS COMMUNICATION NETWORKS
- H04W4/00—Services specially adapted for wireless communication networks; Facilities therefor
- H04W4/80—Services using short range communication, e.g. near-field communication [NFC], radio-frequency identification [RFID] or low energy communication
Definitions
- FIGs. 1 A and IB schematically illustrate wired and wireless debugging arrangements.
- FIGs. 2A-2E illustrate examples of target devices that could benefit from wireless debugging.
- FIG. 3 is a flowchart for a debugger implementing wireless debugging.
- FIG. 4 is a flowchart for a target device undergoing wireless debugging.
- FIG. 5 is a block diagram of a debugger and target configured for wireless debugging.
- FIG. 6 is a block diagram of inputs and outputs in a conversion bridge.
- FIG. 7 is a state diagram of a UART JTAG tunneling protocol. DETAILED DESCRIPTION
- Coupled may be used to indicate that two or more elements are in direct physical or electrical contact with each other.
- Connected may be used to indicate that two or more elements are in direct physical or electrical contact with each other.
- Connected may be used to indicate that two or more elements are in direct physical or electrical contact with each other.
- Coupled may mean that two or more elements are in direct physical or electrical contact.
- Coupled may also mean that two or more elements are not in direct contact with each other, but yet still co-operate or interact with each other.
- FIG. 1A illustrates a conventional wired debugging configuration.
- a debugger device 102A establishes a multi-wire connection with a target device (device under test) 112A.
- Debugger 102 A formulates control signals in a multi-wire debug protocol 103 A and sends them over the multi-wire connection.
- debug protocol 103 A may be Joint Test Action Group (JTAG), which uses 4 wires, or compact Joint Test Action Group (cJTAG), which uses 2 wires.
- JTAG Joint Test Action Group
- cJTAG compact Joint Test Action Group
- Target 1 12A understands and reacts to debug protocol 103 A commands as sent over the multi-wire connection. For example, target 1 12A may respond with readouts of the values presently in the requested registers. Short responses, such as a few bytes, may be sent back to debugger 102 A over the multi-wire connection. However, lengthy responses such as a data dump from a large memory array may be sent back to the debugger on a separate channel as a serial bit stream such as trace signal 113A.
- FIG. B illustrates a wireless debugging configuration.
- Debugger 102B and target 12B no longer connected by a multi-wire connection, cannot send or receive debug protocol 103 A signals as generated.
- Bluetooth® which is intended to include Bluetooth Low-Energy, known as BTLE
- Bluetooth® which is intended to include Bluetooth Low-Energy, known as BTLE
- serial bit streams such as wireless serial signal 117.
- serial control protocols exist, such as those formerly sent over wired RS-232 connections. However, their speed, versatility, and pervasiveness of adoption may fall short of the achievements of multi-wire debugging protocols.
- the debug targets may not be physically accessible by wired connectors.
- a wireless solution compatible with existing multi-wire debugging protocols may be desirable,
- a way to debug target devices through asynchronous interfaces as well as the usual serial-synchronous interfaces may also be beneficial,
- Debugger 102B generates commands in multi-wire debug protocol 103B, but then converts them to serial -converted signal 123.
- Serial -converted signal 123 is transmitted to target 112B as wireless serial signal 17.
- Target 1 2B receives wireless serial signal 117 and recovers serial- converted signal 123. Then, the conversion process is reversed to yield the original debug protocol 103B commands and distribute them among a plurality of compatible wires.
- Debugger 102B receives returning wireless serial signal 117 and recovers combined serial signal 125.
- Combined serial signal 125 is separated (e.g., de-multiplexed) into serial-converted signal 123 and trace signal 113B.
- serial-converted signal 123 is reverse-converted to debug protocol 103B data, which is distributed among a plurality of compatible wires.
- the section of debugger 102B to the left of line 10 IB has the same types of inputs and outputs as wired debugger 102 A, Moreover, the part of target 1 12B to the right of line 1 1 IB has the same inputs and outputs as wired target 1 12 A.
- the interfaces between line 10 IB and line 1 IB may be added to existing debuggers and targets originally designed for wired use which may be faster and less expensive to implement than a fully redesigned SoC or IC. Also, the new interface may be made transparent to software that presently runs on the processors of debugger 102 and target 122 so that much, or even all, existing software may be reused to reduce development cost.
- FIGs. 2A-2E illustrate examples of target devices that could benefit from wireless debugging.
- chip 202A is built into architectural material such as frame 204 of a smart-glass window for a building 206, A wired port may function as an unwanted collector of moisture or dust, Large household appliances with smart or connected features may also have difficult-to- reach electronics.
- smart glasses 206 have chip 202B in a very small control/power module that would have to be larger and heavier to accommodate a wired connection.
- chip 202C is in a sealed module 212. Where sealing is function-critical, such as in liquid environment 214, a wired connector that has to remain accessible is a likely point of failure.
- chip 202D is part of a medical implant. Devices positioned inside a body 216 may be safer and easier to live with if they do not require repeated through-the-skin access.
- chip 202E is built into drone 218. With wireless debugging, chip 202E could potentially be debugged from a remote debugger while drone 218 is in flight performing a task or landed in a diffi cult-to-access location , Some drones also may be too small for a conventional wired connector or, like chip 2Q2E in FIG. 2C, may need to be sealed for reliability or safety.
- Wireless debugging may also be done at a distance; for instance, by transmitting the
- debugging signals first over a cellular phone network from the support office to the customer site, then from the customer's phone to the device over Bluetooth, BTLE, WiFi, or some other wireless technology common to the device and the customers phone.
- the debugger may be running at the support office and the serial signals will be further transmitted, as packetized data, from the customer's phone to the support office before converting back to the debug protocol and trace.
- Desirable characteristics of a suitable wireless technology for wireless debugging include (1) staying on indefinitely after being activated, (2) low power consumption or overhead in case of a target device or debugger with a low batter ⁇ ', and (3) activation as soon as possible after the target device is powered to detect boot-disabling bugs.
- FIG. 3 is a flowchart for a debugger implementing wireless debugging.
- the debugger has started and scans for a target's wireless presence. If a target is not detected at decision 310, the scanning continues at block 311 until a target is detected.
- the debugger pairs with the target or connects with it through a common network at block 312 so communication can begin.
- some current WiFi links may depend on a common network, and in some situations such as enterprise IT or a network provider servicing its own equipment the common network is already in place.
- some current Bluetooth links are network-independent and use ad-hoc pairing to create connections.
- link training occurs if needed to negotiate the data rate for communication between the debugger and target. If the debugger and target communicate at a common fixed rate, link training is not needed. However, a variable data rate may advantageously enable debugging and testing at a lower data rate than normal high-speed operation.
- the debugger and target establish communication at a mutually acceptable data rate, whether fixed or trained.
- the debugger generates or retrieves debug-protocol control signals for the
- the process may be retrieved from storage or defined by real-time input from an operator.
- the debug protocol may be a multi-wire protocol such as JTAG or cJTAG.
- the control signals are converted to a wireless protocol (e.g., a serial protocol such as Bluetooth/BTLE).
- the control signals may be compressed at block 317 after, before, or concurrently with the serial conversion of block 318.
- the wireless control signals are transmitted from the debugger to the target.
- the next task for the debugger is to receive the data being returned from the target at block 324.
- Serial trace data from data-intensive sub-processes such as memory dumps may arrive through the same port as serialized multi-wire data returning along the control-signal path, or through a different port. If the data is compressed, the debugger may decompress it at block 325, At decision 330, incoming trace data may be directly compared with stored known-good or expected values at block 332, and non-trace data may be converted back to debug protocol at block 331 before analysis. When enough data has been evaluated, the debugger may output a diagnosis of the target at block 334,
- FIG. 4 is a flowchart for a target device undergoing wireless debugging.
- Blocks 402-12 provide examples of stages in the target's boot or start-up process. Power comes on at block 402, the basic input/output system (BIOS) loads at block 404, a boot loader is activated at block 406, the operating system (OS) loads at block 408, and applications load at block 412. [0035] At block 422, activation of the wireless transmitter/receiver that will communicate with the debugger can occur between or during any of these stages to allow the debugging of later processes. However, because errors can occur at any point in start-up, it may be preferable to activate the wireless transmitter/receiver as early as possible to enable debugging of a maximum range of operational stages.
- BIOS basic input/output system
- OS operating system
- a dedicated embedded controller may activate immediately upon power-up to start the wireless transmitter/receiver.
- Some systems already activate a wireless transmitter/receiver ver early to take advantage of wireless batten' charging even if the battery is largely drained; this capability can be leveraged for low-level and low- power debugging.
- the wireless transmitter/receiver senses the wireless presence of the debugger.
- the wireless transmitter/receiver connects with the debugger by ad-hoc pairing or over a shared network. Pairing is a more versatile approach, but there are situations where a debugger and its targets can almost always access a shared network.
- the target wireless transmitter / receiver receives serialized wireless control signals from the debugger.
- the target converts the serialized wireless control signals into debug-protocol control signals.
- the target debug protocol may be JT AG, cJTAG, Universal Asynchronous Receiver/Transmitter (UART), Serial Peripheral Interface (SPI), Inter- Integrated Circuit (I2C), or Serial Wire Debug (SWD).
- the target reacts to the debug-protocol control signals, e.g., by reading register values to transmit back to the debugger for evaluation.
- the register values are converted to serial wireless signal(s) and as such they are transmitted to debugger at block 438.
- FIG. 5 is a block diagram of a debugger and target configured for wireless debugging.
- Individual blocks in the diagram may represent individual components, groups of components, or parts of components in various alternative embodiments.
- debugger controller 506 may receive instructions from an operator through debugger input/output interface 508. Alternatively, debugger controller 506 may automatically load a program from storage 504. The instructions or program may use a multi-wire protocol such as J TAG or cJTAG. Other suitable protocols may include Device Communications Interface (DO), Virtualization of Internal Signals Architecture (VISA), Mobile Industry
- MIPI MIPI STP or TWP protocols, or other serial or multi-wire protocols.
- Debugger controller 506 sends the debug-protocol control signals to debugger conversion bridge 512 to be serialized in preparation for wireless transmission.
- the resulting serial- converted signal is routed through a debugger UART 5 14 that controls debugger 502's serial communication with target 522.
- Debugger de-multiplexer 517 may be present if the incoming serial-converted data stream and the incoming trace data stream 513 share a single port and would otherwise become so intermixed as to obfuscate the trace-source registers on the target that produced each value or set of values. For the outgoing control signals, debugger demultiplexer 517 would act as a pass-through if there is no other outgoing signal.
- debugger compressor/decompressor 515 may be present, compressing outgoing signals and decompressing compressed incoming signals.
- gains in debugging speed are in direct proportion to the amount of compression, at least up to 50X compression. This indicates that, at least in this range, the time taken by the extra operations of compressing the outgoing control signal at debugger 502, decompressing it when it arrives at target 522, compressing the returning data at target 522, and decompressing it when it arrives at debugger 502 is insignificant compared to the time saved by sending a smaller number of bits across the wireless link.
- Both the debugger and the target preferably are configured to use the same algorithm for compression and decompression.
- LZ4 an open-source compression algorithm usually used in databases or for increasing hard-drive space or bandwidth without changing hardware, may be re-purposed for use in wireless debugging.
- Other candidate algorithms, like LZ4, are not computationally intensive; although firmware-based, their overhead is very small. For example, the entire algorithm may occupy 1KB of read-only memory (ROM) or less.
- the serialized control signals are converted to wireless serial signals transmitted by debugger wireless transmitter / receiver 516 and received by target wireless transmitter / receiver 526.
- Target wireless transmitter / receiver 526 may be located on target wireless com muni cation block 524 along with other blocks 528.1-528.N.
- target wireless communication block 524 may include transmitters and receivers for Bluetooth (BT), Wireless Fidelity (WiFi), Global Positioning System (GPS), Near Field Communication (NFC), other RF signals, and/or other free-space signals such as infrared.
- Target embedded controller 532 may be provided in some embodiments to activate target wireless transmitter / receiver 526 independently of target processor 538. If target embedded controller 532 activates target wireless transmitter / receiver 526 very early (or even first) as the target starts up, giving debugger 502 access to register errors that may occur early in the boot cycle so that target 522 fails before target processor 538 can load the operating system or applications,
- Target compressor / decompressor 525 may be present to accommodate compressed incoming control signals and to compress outgoing data streams.
- Target UART 534 may be located either upstream or downstream of first target multiplexer / de-multiplexer 536, as part of target wireless communication block 524 or of target processor 538.
- target wireless communication block 524 may be integrated with target processor 538.
- target wireless communication block 524 and target processor 538 may be on different parts of the same chip, or on two different chips.
- a first target multiplexer / de-multiplexer 536 is a pass-through for received control signals.
- Target conversion bridge 552 recovers the control signals in their original multi-wire form.
- a second target multiplexer / de-multiplexer 556 mixes the recovered control signals with other signal channels going into target processor core 558, allowing the recovered control signals to bypass any adapters 554, if present, that convert input and output of target processor core 558 to different protocols.
- the recovered control signals cause target processor core 558 to read its own internal registers, if any, and then to read registers in other parts 542 of target processor 538 and other parts 562 of the target SoC or IC 522.
- Data from smaller groups of registers such as status registers, may be sent in a reverse
- the returning data paths meet at first target multiplexer / de-multiplexer 536, which mixes them into a single returning data stream.
- the combined data stream goes through target UART 534 in embodiments where target UART 534 is closer than first target multiplexer / de-multiplexer 536 to target wireless transmitter / receiver 526. If target compressor / decompressor 525 is present, it compresses the returning combined data stream. The returning combined data stream is then converted to a wireless data stream and transmitted from target wireless transmitter / receiver 526 back to debugger wireless transmitter / receiver 516 to be analyzed by debugger 502.
- the constituent returning data streams may continue on separate paths and be transmitted and received through separate ports.
- the returning data received at debugger wireless transmitter / receiver 516 is decompressed, if needed, by debugger compressor/decompressor 515, if present.
- Combined returning data streams may be separated, if needed, by debugger de-multiplexer 517, if present.
- the trace signal 513 which was serial at its sources, goes directly to debugger controller 506 while the signal returning along the control-signal path goes through debugger UART 514 to be converted to its original form by debugger conversion bridge 512 before being routed to debugger controller 506,
- Debugger controller 506 may analyze the data and provide the result to the operator through debugger input-Output interface 508. Additionally or alternatively, debugger controller 506 may store the data in storage 504 for later reference.
- FIG. 6 is a block diagram of inputs and outputs in a conversion bri dge. This diagram could apply to the debugger or the target.
- Wireless transmitter / receiver 626 provides serial data in (EDI) 623 to conversion bridge 652.
- conversion bridge 652 provides clock-edge (CK) 659 with converted data (DI(N- 1 :0)) 653 to processor 638.
- CK clock-edge
- DI(N- 1 :0) converted data
- processor 638 returns a data set with the same number of bits. This logic enables an ordinary "data pipe" link to control virtually any type of debug hardware.
- target processor 638 When target processor 638 outputs data (DO(N-1 :0))655 to conversion bridge 652,
- conversion bridge 652 outputs corresponding serial data (EDO) 625. Additionally processor 638 provides an indicator of its state (TS) 651 to conversion bridge 652, which uses selected TS values to control the output-enable function (OE) 621 on wireless transmitter / receiver 626. In some embodiments, wireless transmitter / receiver 626 is only allowed to transmit data when the processor is in certain states.
- FIG. 7 is a state diagram of a UART JTAG tunneling protocol.
- This non-limiting example describes one way to use a hardware state machine to establish and manage a wireless link data pipe between a debugger and a target. Attention to a process for establishing the link may be important; if the debugger begins sending commands before the target is ready to receive them, the commands may be ignored or data may be lost.
- Training state group 710 includes the sequence for establishing communication between the target and the debugger at a mutually compatible frequency.
- Connecting state group 720 includes the exchange of debugging information over the established communication link.
- Releasing or "un-training" section 730 includes breaking the connection, releasing the link, and recovering the link if needed.
- the debugger and the target may need to be ready to communicate at the same frequency.
- the problem was addressed by operating both devices at a single fixed frequency.
- the communicated data from the debugger to the target (or vice versa) were to be accompanied by a clock signal, the clock might be ramped to any frequency.
- many current debuggers and targets can operate at two or more frequencies and many widely used wireless technologies do not include passing a clock signal from one device to the other.
- Link training is one approach to negotiating a frequency for the debugging link.
- One advantage of not using a fixed frequency is that debugging and other kinds of testing can be done at a lower frequency (i.e., slower speed) than normal operation,
- Trained Traffic System Trained
- Recovery state 716 from which the connection may be resumed.
- Diagnostic or debugging signals may include trace protocols JTAG, cJTAG, DCI, serialized VISA (Virtualization of Internal Signals Architecture), or serialized MIPI protocols such as STP or TWP,
- compression algorithms may include LZ4 or Debug Port Profile (DPP).
Landscapes
- Engineering & Computer Science (AREA)
- General Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Debugging And Monitoring (AREA)
Abstract
Existing multi-wire debugging protocols, such as 4-wire JTAG, 2-wire cJTAG, or ARM SWD, are run through a serial wireless link by providing the debugger and the target device with hardware interfaces that include UARTs and conversion bridges. The debugger interface serializes outgoing control signals and de-serializes returning data. The target interface de-serializes incoming control signals and serializes outgoing data. The actions of the interfaces are transparent to the inner workings of the devices, allowing re-use of existing debugging software. Compression, signal combining, and other optional enhancements increase debugging speed and flexibility while wirelessly accessing target devices that may be too small, too difficult to reach, or too seal-dependent for a wired connection.
Description
INTERFACES FOR WIRELESS DEBUGGING invented by
SANKARAN M. MENON
BRADLEY H. SMITH
JINSHI HUANG ROLF H. KUEHNIS
FIELD
[0001] Related fields include debugging, particularly debugging of platforms, systems and devices over a wireless link.
BACKGROUND
[0002] Debugging conventional systems which incorporate system-on-chip and integrated circuits typically require them to be connected to a debugger device using one or more cables. The form- factors of these systems and platforms are becoming smaller for each generation. Likewise, the number of wired-ports or pins on these systems have drastically reduced such that many of these devices do not have wired ports or pins for debugging purposes. Due to this trend, a new- debugging solution is needed. The present disclosure addresses this need.
BRIEF DESCRIPTION OF DRAWINGS
[0003] To facilitate understanding, identical reference numerals have been used, where possible, to designate identical elements that are common to the drawings. The present disclosure may readily be understood by considering the following detailed description with the accompanying drawings which are not necessarily drawn to scale, in which:
[0004] FIGs. 1 A and IB schematically illustrate wired and wireless debugging arrangements.
[0005] FIGs. 2A-2E illustrate examples of target devices that could benefit from wireless debugging.
[0006] FIG. 3 is a flowchart for a debugger implementing wireless debugging.
[0007] FIG. 4 is a flowchart for a target device undergoing wireless debugging.
[0008] FIG. 5 is a block diagram of a debugger and target configured for wireless debugging.
[0009] FIG. 6 is a block diagram of inputs and outputs in a conversion bridge.
[0010] FIG. 7 is a state diagram of a UART JTAG tunneling protocol.
DETAILED DESCRIPTION
[0011] The description of the different advantageous embodiments has been presented for purposes of illustration, and is not intended to be exhaustive or limited to the embodiments in the form disclosed. Many modifications and variations will be apparent to those of ordinary skill in the art. Further, different advantageous embodiments may provide different advantages as compared to other advantageous embodiments. The embodiment or embodiments selected are chosen and described in order to best explain the principles of the embodiments, the practical application, and to enable others of ordinary skill in the art to understand the disclosure for various embodiments with various modifications as are suited to the particular use contemplated.
[0012] In the following description, numerous specific details are set forth, such as examples of specific types of processors and system configurations, specific hardware structures, specific architectural and micro architectural details, specific register configurations, specific instruction types, specific system components, specific measurements/heights, specific processor pipeline stages and operation etc. in order to provide a thorough understanding of the present disclosure. It will be apparent, however, to one skilled in the art that these specific details need not be employed to practice the present disclosure.
[0013] In other instances, well known components or methods, such as specific and alternative
processor architectures, specific logic circuits/code for described algorithms, specific firmware code, specific interconnect operation, specific logic configurations, specific manufacturing techniques and materials, specific compiler implementations, specific expression of algorithms in code, specific power down and gating techniques/logic and other specific operational details of computer system haven't been described in detail in order to avoid unnecessarily obscuring the present disclosure.
[0014] In the following description and claims, the terms "coupled" and "connected," along with their derivatives, may be used. It should be understood that these terms are not intended as synonyms for each other. Rather, in particular embodiments, "connected" may be used to indicate that two or more elements are in direct physical or electrical contact with each other. "Coupled" may mean that two or more elements are in direct physical or electrical contact. However, "coupled" may also mean that two or more elements are not in direct contact with each other, but yet still co-operate or interact with each other.
[0015] FIG. 1A illustrates a conventional wired debugging configuration. By way of non-limiting example, a debugger device 102A establishes a multi-wire connection with a target device (device under test) 112A. Debugger 102 A formulates control signals in a multi-wire debug protocol 103 A and sends them over the multi-wire connection. For example, debug protocol 103 A may be Joint Test Action Group (JTAG), which uses 4 wires, or compact Joint Test Action Group (cJTAG), which uses 2 wires.
[0016] Target 1 12A understands and reacts to debug protocol 103 A commands as sent over the multi-wire connection. For example, target 1 12A may respond with readouts of the values presently in the requested registers. Short responses, such as a few bytes, may be sent back to debugger 102 A over the multi-wire connection. However, lengthy responses such as a data dump from a large memory array may be sent back to the debugger on a separate channel as a serial bit stream such as trace signal 113A.
[0017] FIG. B illustrates a wireless debugging configuration. Debugger 102B and target 12B, no longer connected by a multi-wire connection, cannot send or receive debug protocol 103 A signals as generated. Instead, Bluetooth® (which is intended to include Bluetooth Low-Energy, known as BTLE) and similar wireless technologies send and receive serial bit streams such as wireless serial signal 117. Providing a separate wireless link to replace each of the parallel wires
in FIG. 1 A may add to production cost and be cumbersome to pair correctly and protect from crosstalk. Alternatively, serial control protocols exist, such as those formerly sent over wired RS-232 connections. However, their speed, versatility, and pervasiveness of adoption may fall short of the achievements of multi-wire debugging protocols. In addition, in many scenarios where the devices are of small form factor or implanted inside a patient's body, the debug targets may not be physically accessible by wired connectors. A wireless solution compatible with existing multi-wire debugging protocols may be desirable, A way to debug target devices through asynchronous interfaces as well as the usual serial-synchronous interfaces may also be beneficial,
[0018] Debugger 102B generates commands in multi-wire debug protocol 103B, but then converts them to serial -converted signal 123. Serial -converted signal 123 is transmitted to target 112B as wireless serial signal 17. Target 1 2B receives wireless serial signal 117 and recovers serial- converted signal 123. Then, the conversion process is reversed to yield the original debug protocol 103B commands and distribute them among a plurality of compatible wires.
[0019] From there, individual registers, groups of registers, and memory arrays on target 112B are read. Some of the values are carried back along the wires distributing debug protocol 103B. Other values coming from locations referred to as "trace sources" (memory arrays and the like) are routed along a data pipe as a serial trace signal 113B. Trace signal J 13B is combined (e.g., multiplexed) with the returning converted serial signal 123 to form combined serial signal 125. Combined serial signal 125 is transmitted back to debugger 102B as wireless serial signal 17.
[0020] Debugger 102B receives returning wireless serial signal 117 and recovers combined serial signal 125. Combined serial signal 125 is separated (e.g., de-multiplexed) into serial-converted signal 123 and trace signal 113B. Finally, serial-converted signal 123 is reverse-converted to debug protocol 103B data, which is distributed among a plurality of compatible wires.
[0021] The section of debugger 102B to the left of line 10 IB has the same types of inputs and outputs as wired debugger 102 A, Moreover, the part of target 1 12B to the right of line 1 1 IB has the same inputs and outputs as wired target 1 12 A. In some embodiments, the interfaces between line 10 IB and line 1 IB may be added to existing debuggers and targets originally designed for wired use which may be faster and less expensive to implement than a fully redesigned SoC or IC. Also, the new interface may be made transparent to software that presently runs on the processors of debugger 102 and target 122 so that much, or even all, existing software may be reused to reduce development cost.
[0022] FIGs. 2A-2E illustrate examples of target devices that could benefit from wireless debugging.
In general, an increasing number of miniature and embedded devices are difficult to reach with wired connectors, In-situ diagnostics and debugging in the field could be particularly aided by wireless processes.
[0023] In FIG, 2A, chip 202A is built into architectural material such as frame 204 of a smart-glass window for a building 206, A wired port may function as an unwanted collector of moisture or dust, Large household appliances with smart or connected features may also have difficult-to- reach electronics.
[0024] In FIG. 2B, smart glasses 206 have chip 202B in a very small control/power module that would have to be larger and heavier to accommodate a wired connection.
[0025] In FIG. 2C, chip 202C is in a sealed module 212. Where sealing is function-critical, such as in liquid environment 214, a wired connector that has to remain accessible is a likely point of failure.
[0026] In FIG. 2D, chip 202D is part of a medical implant. Devices positioned inside a body 216 may be safer and easier to live with if they do not require repeated through-the-skin access.
[0027] In FIG. 2E, chip 202E is built into drone 218. With wireless debugging, chip 202E could potentially be debugged from a remote debugger while drone 218 is in flight performing a task or landed in a diffi cult-to-access location , Some drones also may be too small for a conventional wired connector or, like chip 2Q2E in FIG. 2C, may need to be sealed for reliability or safety.
[0028] Wireless debugging may also be done at a distance; for instance, by transmitting the
debugging signals first over a cellular phone network from the support office to the customer site, then from the customer's phone to the device over Bluetooth, BTLE, WiFi, or some other wireless technology common to the device and the customers phone. In this case, the debugger may be running at the support office and the serial signals will be further transmitted, as packetized data, from the customer's phone to the support office before converting back to the debug protocol and trace. Desirable characteristics of a suitable wireless technology for wireless debugging include (1) staying on indefinitely after being activated, (2) low power consumption or overhead in case of a target device or debugger with a low batter}', and (3) activation as soon as possible after the target device is powered to detect boot-disabling bugs.
[0029] FIG. 3 is a flowchart for a debugger implementing wireless debugging. At block 302, the debugger has started and scans for a target's wireless presence. If a target is not detected at decision 310, the scanning continues at block 311 until a target is detected. When a target is detected, the debugger pairs with the target or connects with it through a common network at block 312 so communication can begin. For example, some current WiFi links may depend on a common network, and in some situations such as enterprise IT or a network provider servicing its own equipment the common network is already in place. As another example, some current Bluetooth links are network-independent and use ad-hoc pairing to create connections.
[0030] At block 313, link training occurs if needed to negotiate the data rate for communication between the debugger and target. If the debugger and target communicate at a common fixed
rate, link training is not needed. However, a variable data rate may advantageously enable debugging and testing at a lower data rate than normal high-speed operation. At block 314, the debugger and target establish communication at a mutually acceptable data rate, whether fixed or trained.
[0031] At block 316, the debugger generates or retrieves debug-protocol control signals for the
desired debugging process. The process may be retrieved from storage or defined by real-time input from an operator. The debug protocol may be a multi-wire protocol such as JTAG or cJTAG. At block 318, the control signals are converted to a wireless protocol (e.g., a serial protocol such as Bluetooth/BTLE). Optionally, the control signals may be compressed at block 317 after, before, or concurrently with the serial conversion of block 318. At block 322, the wireless control signals are transmitted from the debugger to the target.
[0032] The next task for the debugger is to receive the data being returned from the target at block 324. Serial trace data from data-intensive sub-processes such as memory dumps may arrive through the same port as serialized multi-wire data returning along the control-signal path, or through a different port. If the data is compressed, the debugger may decompress it at block 325, At decision 330, incoming trace data may be directly compared with stored known-good or expected values at block 332, and non-trace data may be converted back to debug protocol at block 331 before analysis. When enough data has been evaluated, the debugger may output a diagnosis of the target at block 334,
[0033] FIG. 4 is a flowchart for a target device undergoing wireless debugging.
[0034] Blocks 402-12 provide examples of stages in the target's boot or start-up process. Power comes on at block 402, the basic input/output system (BIOS) loads at block 404, a boot loader is activated at block 406, the operating system (OS) loads at block 408, and applications load at block 412.
[0035] At block 422, activation of the wireless transmitter/receiver that will communicate with the debugger can occur between or during any of these stages to allow the debugging of later processes. However, because errors can occur at any point in start-up, it may be preferable to activate the wireless transmitter/receiver as early as possible to enable debugging of a maximum range of operational stages. For example, a dedicated embedded controller may activate immediately upon power-up to start the wireless transmitter/receiver. Some systems already activate a wireless transmitter/receiver ver early to take advantage of wireless batten' charging even if the battery is largely drained; this capability can be leveraged for low-level and low- power debugging.
[0036] At block 424, the wireless transmitter/receiver senses the wireless presence of the debugger.
At block 426, the wireless transmitter/receiver connects with the debugger by ad-hoc pairing or over a shared network. Pairing is a more versatile approach, but there are situations where a debugger and its targets can almost always access a shared network. At block 428, the target wireless transmitter / receiver receives serialized wireless control signals from the debugger.
[0037] At block 432, the target converts the serialized wireless control signals into debug-protocol control signals. In some embodiments, the target debug protocol may be JT AG, cJTAG, Universal Asynchronous Receiver/Transmitter (UART), Serial Peripheral Interface (SPI), Inter- Integrated Circuit (I2C), or Serial Wire Debug (SWD). At block 434, the target reacts to the debug-protocol control signals, e.g., by reading register values to transmit back to the debugger for evaluation. At block 436, the register values are converted to serial wireless signal(s) and as such they are transmitted to debugger at block 438. At decision 440, if the process finishes or if the target hangs or freezes before the process is finished, the process stops at block 442. If not, the debugging process continues at block 441 as the target proceeds to the next stage of its startup cycle.
[0038] FIG. 5 is a block diagram of a debugger and target configured for wireless debugging.
Individual blocks in the diagram may represent individual components, groups of components, or parts of components in various alternative embodiments.
[0039] In debugger 502, debugger controller 506 may receive instructions from an operator through debugger input/output interface 508. Alternatively, debugger controller 506 may automatically load a program from storage 504. The instructions or program may use a multi-wire protocol such as J TAG or cJTAG. Other suitable protocols may include Device Communications Interface (DO), Virtualization of Internal Signals Architecture (VISA), Mobile Industry
Processor Interface (MIPI) STP or TWP protocols, or other serial or multi-wire protocols.
[0040] Debugger controller 506 sends the debug-protocol control signals to debugger conversion bridge 512 to be serialized in preparation for wireless transmission. The resulting serial- converted signal is routed through a debugger UART 5 14 that controls debugger 502's serial communication with target 522. Debugger de-multiplexer 517 may be present if the incoming serial-converted data stream and the incoming trace data stream 513 share a single port and would otherwise become so intermixed as to obfuscate the trace-source registers on the target that produced each value or set of values. For the outgoing control signals, debugger demultiplexer 517 would act as a pass-through if there is no other outgoing signal.
[0041] In some embodiments, debugger compressor/decompressor 515 may be present, compressing outgoing signals and decompressing compressed incoming signals. In models and experiments, gains in debugging speed are in direct proportion to the amount of compression, at least up to 50X compression. This indicates that, at least in this range, the time taken by the extra operations of compressing the outgoing control signal at debugger 502, decompressing it when it arrives at target 522, compressing the returning data at target 522, and decompressing it when it
arrives at debugger 502 is insignificant compared to the time saved by sending a smaller number of bits across the wireless link.
[0042] Both the debugger and the target preferably are configured to use the same algorithm for compression and decompression. For example, LZ4, an open-source compression algorithm usually used in databases or for increasing hard-drive space or bandwidth without changing hardware, may be re-purposed for use in wireless debugging. Other candidate algorithms, like LZ4, are not computationally intensive; although firmware-based, their overhead is very small. For example, the entire algorithm may occupy 1KB of read-only memory (ROM) or less.
[0043] Compressing all the data exchanged over the link in both directions has been shown to
produce a net gain of 10x-5QX in debugging speed. This may make up for some of the speed disadvantages of some of the ad-hoc-pairing wireless technologies such as Bluetooth, which may be 100-lOOOx slower than technologies requiring a common network such as WiFi.
[0044] The serialized control signals are converted to wireless serial signals transmitted by debugger wireless transmitter / receiver 516 and received by target wireless transmitter / receiver 526. Target wireless transmitter / receiver 526 may be located on target wireless com muni cation block 524 along with other blocks 528.1-528.N. For example, target wireless communication block 524 may include transmitters and receivers for Bluetooth (BT), Wireless Fidelity (WiFi), Global Positioning System (GPS), Near Field Communication (NFC), other RF signals, and/or other free-space signals such as infrared.
[0045] Target embedded controller 532 may be provided in some embodiments to activate target wireless transmitter / receiver 526 independently of target processor 538. If target embedded controller 532 activates target wireless transmitter / receiver 526 very early (or even first) as the target starts up, giving debugger 502 access to register errors that may occur early in the boot
cycle so that target 522 fails before target processor 538 can load the operating system or applications,
[0046] After reception at the target, the control signals revert to their wired serialized form. Target compressor / decompressor 525 may be present to accommodate compressed incoming control signals and to compress outgoing data streams. Target UART 534 may be located either upstream or downstream of first target multiplexer / de-multiplexer 536, as part of target wireless communication block 524 or of target processor 538. In some embodiments, target wireless communication block 524 may be integrated with target processor 538. Alternatively, target wireless communication block 524 and target processor 538 may be on different parts of the same chip, or on two different chips.
[0047] A first target multiplexer / de-multiplexer 536 is a pass-through for received control signals.
Target conversion bridge 552 recovers the control signals in their original multi-wire form. A second target multiplexer / de-multiplexer 556 mixes the recovered control signals with other signal channels going into target processor core 558, allowing the recovered control signals to bypass any adapters 554, if present, that convert input and output of target processor core 558 to different protocols. The recovered control signals cause target processor core 558 to read its own internal registers, if any, and then to read registers in other parts 542 of target processor 538 and other parts 562 of the target SoC or IC 522.
[0048] Data from smaller groups of registers, such as status registers, may be sent in a reverse
direction along the path of the control signals. Larger groups of registers, such as memory arrays, act as trace sources 546 and 556 and output trace data streams 343 and 353, which may travel in one or more paths that, at least in places, do not coincide with the control -signal path. The returning data paths meet at first target multiplexer / de-multiplexer 536, which mixes them into a single returning data stream.
[0049] The combined data stream goes through target UART 534 in embodiments where target UART 534 is closer than first target multiplexer / de-multiplexer 536 to target wireless transmitter / receiver 526. If target compressor / decompressor 525 is present, it compresses the returning combined data stream. The returning combined data stream is then converted to a wireless data stream and transmitted from target wireless transmitter / receiver 526 back to debugger wireless transmitter / receiver 516 to be analyzed by debugger 502.
[0050] Aiteraatively, the constituent returning data streams may continue on separate paths and be transmitted and received through separate ports.
[0051] The returning data received at debugger wireless transmitter / receiver 516 is decompressed, if needed, by debugger compressor/decompressor 515, if present. Combined returning data streams may be separated, if needed, by debugger de-multiplexer 517, if present. The trace signal 513, which was serial at its sources, goes directly to debugger controller 506 while the signal returning along the control-signal path goes through debugger UART 514 to be converted to its original form by debugger conversion bridge 512 before being routed to debugger controller 506, Debugger controller 506 may analyze the data and provide the result to the operator through debugger input-Output interface 508. Additionally or alternatively, debugger controller 506 may store the data in storage 504 for later reference.
[0052] FIG. 6 is a block diagram of inputs and outputs in a conversion bri dge. This diagram could apply to the debugger or the target. Wireless transmitter / receiver 626 provides serial data in (EDI) 623 to conversion bridge 652. In response, conversion bridge 652 provides clock-edge (CK) 659 with converted data (DI(N- 1 :0)) 653 to processor 638. Each EDI symbol sent is converted to a clock event and an associated data set 1 or more bits wide. For each data set sent from conversion bridge 652 to processor 638, processor 638 returns a data set with the same
number of bits. This logic enables an ordinary "data pipe" link to control virtually any type of debug hardware.
[0053] When target processor 638 outputs data (DO(N-1 :0))655 to conversion bridge 652,
conversion bridge 652 outputs corresponding serial data (EDO) 625. Additionally processor 638 provides an indicator of its state (TS) 651 to conversion bridge 652, which uses selected TS values to control the output-enable function (OE) 621 on wireless transmitter / receiver 626. In some embodiments, wireless transmitter / receiver 626 is only allowed to transmit data when the processor is in certain states.
[0054] FIG. 7 is a state diagram of a UART JTAG tunneling protocol. This non-limiting example describes one way to use a hardware state machine to establish and manage a wireless link data pipe between a debugger and a target. Attention to a process for establishing the link may be important; if the debugger begins sending commands before the target is ready to receive them, the commands may be ignored or data may be lost.
[0055] The states, other than Reset, may be divided into three groups. Training state group 710 includes the sequence for establishing communication between the target and the debugger at a mutually compatible frequency. Connecting state group 720 includes the exchange of debugging information over the established communication link. Releasing or "un-training" section 730 includes breaking the connection, releasing the link, and recovering the link if needed.
[0056] The debugger and the target may need to be ready to communicate at the same frequency. In older RS232 links, the problem was addressed by operating both devices at a single fixed frequency. Alternatively, if the communicated data from the debugger to the target (or vice versa) were to be accompanied by a clock signal, the clock might be ramped to any frequency. However, many current debuggers and targets can operate at two or more frequencies and many widely used wireless technologies do not include passing a clock signal from one device to the
other. Link training is one approach to negotiating a frequency for the debugging link. One advantage of not using a fixed frequency is that debugging and other kinds of testing can be done at a lower frequency (i.e., slower speed) than normal operation,
[0057] After Reset 701, the system is in Untrained state 702. From Untrained state 702, receiving the "EDI= Train" (Incoming Request for Training) signal 703 may trigger a change to Locked state 704, in which the debugger and target have locked onto a mutually selected frequency. In some embodiments, link quality testing and/or handshake processes may also be part of this stage.
[0058] From Locked state 704, receiving the "TS=Trained" (Target System Trained) signal 705 may trigger a change to Trained state 706, in which the signal integrity is established via a loopback stage. Alternatively, from Locked state 704, receiving the "EDI=Break" (Incoming Request for Disconnection) signal 713 may trigger a change back to Untrained state 702 to restart the training process.
[0059] From Trained state 706, receiving the "EDI=Connect" (Incoming Request for Connection) signal 707 may trigger a change to Connecting state 708, in which the debugger and target exchange preliminary messages to begin the debugging process. Alternatively, from Trained state 706, receiving the "EDI=Break" signal 713 may trigger a change back to Untrained state 702 to restart the training process.
[0060] From Connecting state 708, receiving the "TS=Active" (Target System Active) signal 709 may trigger a change to Connected state 712 in which quanta of information are exchanged between the LI ART and JTAG-responsive parts of the target, each including a clock-edge and a predetermined number of bits. Alternatively, from Connecting state 708, receiving the
"EDI=Break" signal 713 may trigger a change to Break state 714, in which the link is disconnected. Alternatively, from Connecting state 708, receiving the "TS=! Active" (Target
System Not Active") signal 715 may trigger a change back to Untrained state 702 to restart the training process.
[0061 ] From Connected state 712, receiving the "EDI=Break" signal 713 may trigger a change to Break state 714, in which the link is disconnected. Alternatively, from Connected state 712, receiving the "TS=! Active" signal 715 may trigger a change back to Untrained state 702 to restart the training process.
[0062] From Break state 714, receiving the "TS=Active" signal 709 may trigger a change to
Recovery state 716, from which the connection may be resumed. Alternatively, from Break state 714, receiving the "TS=! Active" signal 715 may trigger a change back to Untrained state 702 to restart the training process.
[0063] From Recover)' state 716, receiving either the "Timeout" (maximum allowed recover}' time elapsed) signal 717 or the "TS=! Active" signal 715 may trigger a change back to Untrained state 702 to restart the training process.
[0064] Numerous variations on the wireless-debugging concept may fall within the protected scope.
For example, different types of wireless link technologies may be used such as Bluetooth(TM), Bluetooth Low Energy™, WiFi™, NFC, cell-phone networks, or combinations for multiple-link wireless debugging. Diagnostic or debugging signals may include trace protocols JTAG, cJTAG, DCI, serialized VISA (Virtualization of Internal Signals Architecture), or serialized MIPI protocols such as STP or TWP, For compressed wireless debugging, compression algorithms may include LZ4 or Debug Port Profile (DPP).
[0065] The preceding Description and accompanying Drawings describe examples of embodiments in some detail to aid understanding. However, the scope of protection may also include equivalents, permutations, and combinations that are not explicitly described herein. Only the
claims appended here (along with those of parent child, or divisional patents, if any) define the limits of the protected intellectual-property rights.
Claims
We claim:
1 , A debugger, comprising:
a wireless communication block;
a controller; and
a conversion bridge;
wherein the conversion bridge is to convert a first parallel signal from the controller into a first serial signal for transmission by the wireless communication block; and
wherein the conversion bridge is to convert a second serial signal received by the wireless communication block to a second parallel signal for analysis or storage by the controller.
2, The debugger of claim 1, wherein the analysis comprises a comparison of the second parallel signal with a set of expected values.
3, The debugger of claim 1, further comprising a de-multiplexer between the wireless communication block and the conversion bridge;
wherein the wireless communication block is to receive a third serial signal from the target device; and
wherein the de-multiplexer is to separate the third serial signal from the second serial signal.
4, The debugger of claim J further comprising a compressor and a decompressor between the wireless communication block and the conversion bridge;
wherein the compressor is to compress the first serial signal and the decompressor is to decompress the second serial signal.
5. The debugger of claim 1, wherein the conversion bridge is to convert the first parallel signal from the controller into the first serial signal for transmission by the wireless communication block.
6. A system, comprising:
a first wireless communication block on a first device;
a second wireless communication block on a second device; and
a wireless link between the first wireless communication block and the second wireless communication block,
wherein the first wireless communication block is to transmit a control signal to the second wireless communication block,
wherein the second wireless communication block is to transmit a trace signal to the first wireless communication block in response to the control signal,
wherein the first wireless communication block and the second wireless communication block are to remain activated until the later of an end-of-communication signal from the first wireless communication block or an end of the last trace signal,
wherein the second device is to begin receiving and reacting to the control signal after being supplied with power and before completing a boot cycle.
7. The system of claim 6, wherein the second device comprises a wireless block and an applications processor.
8. The system of claim 6, wherein the wireless block or the applications processor comprises a Universal Asynchronous Receiver/Transmitter (UART) and a component to translate a UART output to multi-wire diagnostic or debugging signals.
9. The system of claim 6, wherein the wireless link comprises Bluetooth technology.
10. The system of claim 6, wherein the wireless link comprises WiFi, WiGig, cellular phone, or NFC technology.
11. The system of claim 6, wherein the wireless link comprises a peer-to-peer link.
12. The system of claim 6, wherein the first device and the second device are to be connected to a common network.
13. The system of claim 6, wherein the first device and the second device are to be paired to create the wireless link.
14. A non-transitory machine readable storage medium containing instructions that when executed, cause a machine to:
connect a debugger with a target device through a network, wherein the target device is multi-wi e debug compatible,
generate debug-protocol control signals;
convert the debug-protocol control signals to wireless control signals according to a wireless protocol; and
transmit the wireless control signals to the target device.
15. The non-transitory machine readable storage medium of claim 14 containing instructions that when executed, cause a machine to further train a link to negotiate a data rate for communication between the debugger and the target device.
16. The non-transitory machine readable storage medium of claim 14 containing instructions that when executed, cause a machine to further compress the wireless control signals.
17. The non-transitory machine readable storage medium of claim 14 containing instructions that when executed, cause a machine to further decompress the wireless returning data.
18. The non-transitory machine readable storage medium of claim 14 containing instructions that when executed, cause a machine to convert non-trace data of the wireless returning data back to a debug protocol.
19. The non-transitory machine readable storage medium of claim 14 containing instructions that when executed, cause a machine to compare the wireless returning data with a set of values.
20. The non-transitory machine readable storage medium of claim 14 containing instructions that when executed, cause a machine to output a diagnosis of the target device based on the comparison.
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US14/975,685 | 2015-12-18 | ||
| US14/975,685 US9989592B2 (en) | 2015-12-18 | 2015-12-18 | Interfaces for wireless debugging |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2017106393A1 true WO2017106393A1 (en) | 2017-06-22 |
Family
ID=59057527
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/US2016/066736 Ceased WO2017106393A1 (en) | 2015-12-18 | 2016-12-14 | Interfaces for wireless debugging |
Country Status (2)
| Country | Link |
|---|---|
| US (3) | US9989592B2 (en) |
| WO (1) | WO2017106393A1 (en) |
Cited By (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN109584677A (en) * | 2018-11-23 | 2019-04-05 | 广州艾考教育科技有限公司 | A kind of control system and method for teaching |
| EP3805931A1 (en) * | 2019-10-12 | 2021-04-14 | Shenzhen Goodix Technology Co., Ltd. | Wireless debugger and wireless debugging system |
| US11149040B2 (en) | 2017-11-03 | 2021-10-19 | Amgen Inc. | Fused triazole agonists of the APJ receptor |
Families Citing this family (9)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US9989592B2 (en) | 2015-12-18 | 2018-06-05 | Intel IP Corporation | Interfaces for wireless debugging |
| US10372661B1 (en) * | 2017-02-28 | 2019-08-06 | American Megatrends International, Llc | Firmware debug trace capture using serial peripheral interface |
| CN107690059A (en) * | 2017-08-24 | 2018-02-13 | 西安合创数字技术有限公司 | It is a kind of can portable adjusting wireless video transmission system and method |
| US10713144B2 (en) * | 2017-11-15 | 2020-07-14 | General Electric Company | Virtual processor enabling real-time in situ disassembly and debugging in SoC environment |
| KR102518370B1 (en) | 2018-01-19 | 2023-04-05 | 삼성전자주식회사 | Storage device and debugging system thereof |
| US11516106B2 (en) * | 2018-06-27 | 2022-11-29 | Intel Corporation | Protocol analyzer for monitoring and debugging high-speed communications links |
| CN111427734A (en) * | 2020-06-09 | 2020-07-17 | 深圳市南方硅谷半导体有限公司 | Debugging method of development device, computer device, and medium |
| US12585530B2 (en) | 2023-03-16 | 2026-03-24 | Stmicroelectronics International N.V. | Single signal debug port |
| EP4553512A1 (en) * | 2023-11-10 | 2025-05-14 | Koninklijke Fabriek Inventum B.V. | A digital communication interface emulator |
Citations (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20020133794A1 (en) * | 2001-02-24 | 2002-09-19 | Ruban Kanapathippillai | Method and apparatus for integrated circuit debugging |
| US20120239339A1 (en) * | 2011-03-16 | 2012-09-20 | Formfactor, Inc. | Wireless probe card verification system and method |
| US8548767B2 (en) * | 2007-04-25 | 2013-10-01 | Rohde & Schwarz Gmbh & Co. Kg | Measuring device with serial digital interface |
Family Cites Families (13)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| AU5127000A (en) * | 1999-05-07 | 2000-11-21 | Morphics Technology, Inc. | Apparatus and method for implementing a wireless system-on-a-chip with a reprogrammable tester, debugger, and bus monitor |
| JP2005301640A (en) * | 2004-04-12 | 2005-10-27 | Hitachi Ltd | Switch device, storage control system, and trace data acquisition method |
| GB0509738D0 (en) * | 2005-05-12 | 2005-06-22 | Cambridge Consultants | Processor and interface |
| US7383478B1 (en) * | 2005-07-20 | 2008-06-03 | Xilinx, Inc. | Wireless dynamic boundary-scan topologies for field |
| JP2007147352A (en) * | 2005-11-25 | 2007-06-14 | Sony Corp | Wireless interface module and electronic device |
| US7836342B2 (en) * | 2006-09-15 | 2010-11-16 | Nokia Corporation | Providing maintenance access via an external connector |
| US7802142B2 (en) * | 2007-12-06 | 2010-09-21 | Seagate Technology Llc | High speed serial trace protocol for device debug |
| US20090204823A1 (en) * | 2008-02-07 | 2009-08-13 | Analog Devices, Inc. | Method and apparatus for controlling system access during protected modes of operation |
| US8140900B2 (en) * | 2009-06-15 | 2012-03-20 | Nokia Corporation | Establishing a connection between a testing and/or debugging interface and a connector |
| US8943248B2 (en) * | 2011-03-02 | 2015-01-27 | Texas Instruments Incorporated | Method and system for handling discarded and merged events when monitoring a system bus |
| US9152520B2 (en) * | 2013-09-26 | 2015-10-06 | Texas Instruments Incorporated | Programmable interface-based validation and debug |
| US9310433B2 (en) * | 2014-04-18 | 2016-04-12 | Breker Verification Systems | Testing SOC with portable scenario models and at different levels |
| US9989592B2 (en) * | 2015-12-18 | 2018-06-05 | Intel IP Corporation | Interfaces for wireless debugging |
-
2015
- 2015-12-18 US US14/975,685 patent/US9989592B2/en active Active
-
2016
- 2016-12-14 WO PCT/US2016/066736 patent/WO2017106393A1/en not_active Ceased
-
2018
- 2018-05-15 US US15/980,409 patent/US10845413B2/en active Active
-
2020
- 2020-10-30 US US17/085,511 patent/US11709202B2/en active Active
Patent Citations (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20020133794A1 (en) * | 2001-02-24 | 2002-09-19 | Ruban Kanapathippillai | Method and apparatus for integrated circuit debugging |
| US8548767B2 (en) * | 2007-04-25 | 2013-10-01 | Rohde & Schwarz Gmbh & Co. Kg | Measuring device with serial digital interface |
| US20120239339A1 (en) * | 2011-03-16 | 2012-09-20 | Formfactor, Inc. | Wireless probe card verification system and method |
Cited By (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US11149040B2 (en) | 2017-11-03 | 2021-10-19 | Amgen Inc. | Fused triazole agonists of the APJ receptor |
| CN109584677A (en) * | 2018-11-23 | 2019-04-05 | 广州艾考教育科技有限公司 | A kind of control system and method for teaching |
| EP3805931A1 (en) * | 2019-10-12 | 2021-04-14 | Shenzhen Goodix Technology Co., Ltd. | Wireless debugger and wireless debugging system |
| US11526423B2 (en) | 2019-10-12 | 2022-12-13 | Shenzhen GOODIX Technology Co., Ltd. | Wireless debugger and wireless debugging system |
Also Published As
| Publication number | Publication date |
|---|---|
| US20180328987A1 (en) | 2018-11-15 |
| US10845413B2 (en) | 2020-11-24 |
| US20210048476A1 (en) | 2021-02-18 |
| US9989592B2 (en) | 2018-06-05 |
| US20170176523A1 (en) | 2017-06-22 |
| US11709202B2 (en) | 2023-07-25 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US11709202B2 (en) | Interfaces for wireless debugging | |
| CN105279133B (en) | VPX Parallel DSP Signal transacting board analysis based on SoC on-line reorganizations | |
| CN117950946B (en) | Server, substrate management controller and management method of server | |
| US9639447B2 (en) | Trace data export to remote memory using remotely generated reads | |
| US9684583B2 (en) | Trace data export to remote memory using memory mapped write transactions | |
| WO2017166211A1 (en) | Testing functional component and data debugging method | |
| TW201433923A (en) | System and method of debugging BMC UART | |
| WO2018133242A1 (en) | Terminal, debugging system, and debugging method | |
| WO2018118323A1 (en) | Gateway assisted diagnostics and repair | |
| CN104219003B (en) | Communicator, test system and method for testing thereof | |
| US8255853B2 (en) | Circuit emulation systems and methods | |
| CN113268386B (en) | A debugging system for system software and identification-level principle prototypes | |
| JP7337503B2 (en) | test equipment | |
| TW201706864A (en) | Port selection at a computing device | |
| CN103269291B (en) | Android platform utilize point-to-point radio-frequency apparatus carry out the method for ADB debugging | |
| CN113608935B (en) | Method, system, equipment and medium for testing network card | |
| CN106685588B (en) | Adapter, data transmission system and method | |
| CN101174255B (en) | Method, system, and apparatus for system level initialization | |
| CN118733370B (en) | Core particle, chip and chip adjusting and measuring method | |
| CN112217592A (en) | A management control method and device for a new fronthaul network | |
| CN111209718B (en) | Verification environment platform, verification method, computer device and readable storage medium | |
| CN111414327B (en) | Network device | |
| CN112231155A (en) | Communication module interface testing method and device, computer equipment and storage medium | |
| WO2011091750A1 (en) | Method for scanning boundary inside single board,device and single board thereof | |
| CN113312293B (en) | Link establishment management method for high-speed interface between Dies |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| 121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 16876630 Country of ref document: EP Kind code of ref document: A1 |
|
| NENP | Non-entry into the national phase |
Ref country code: DE |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 16876630 Country of ref document: EP Kind code of ref document: A1 |