US20100011250A1 - Microcontroller information extraction system and method - Google Patents

Microcontroller information extraction system and method Download PDF

Info

Publication number
US20100011250A1
US20100011250A1 US12/563,573 US56357309A US2010011250A1 US 20100011250 A1 US20100011250 A1 US 20100011250A1 US 56357309 A US56357309 A US 56357309A US 2010011250 A1 US2010011250 A1 US 2010011250A1
Authority
US
United States
Prior art keywords
processing unit
program
program counter
value
debug
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/563,573
Inventor
Frode Milch Pedersen
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.)
Atmel Corp
Original Assignee
Atmel 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 Atmel Corp filed Critical Atmel Corp
Priority to US12/563,573 priority Critical patent/US20100011250A1/en
Publication of US20100011250A1 publication Critical patent/US20100011250A1/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/22Detection or location of defective computer hardware by testing during standby operation or during idle time, e.g. start-up testing
    • G06F11/2205Detection or location of defective computer hardware by testing during standby operation or during idle time, e.g. start-up testing using arrangements specific to the hardware being tested
    • G06F11/2236Detection or location of defective computer hardware by testing during standby operation or during idle time, e.g. start-up testing using arrangements specific to the hardware being tested to test CPU or processors

Definitions

  • Some microcontroller systems include integrated on-chip debug features that permit a user to debug programs executed on the microcontroller system.
  • Low bandwidth features such as break points and run/stop control, can be accessed by a serial protocol, such as Joint Test Action Group (JTAG).
  • JTAG Joint Test Action Group
  • the JTAG interface may require the CPU to be halted in a debug mode for the JTAG interface to transmit commands to observe the state of the system.
  • One task during a typical debug session is determining the location of the current PC when the CPU is halted in debug mode.
  • the PC values can be saved in a processor register when the CPU is halted in debug mode.
  • the processor register cannot be read directly by the JTAG interface, but must be transferred from the processor register to a debug register readable by the JTAG interface. This may be accomplished by scanning in a number of CPU instructions using the JTAG interface. The instructions direct the processor to transfer the PC value to a debug register that the JTAG interface may access.
  • This procedure can enable the debugger to observe the PC of the CPU, but it is complicated and may require the debugger to have explicit knowledge of the register implementation and the instruction operational codes of the CPU so that the debugger may issue commands to the CPU to move the PC value from the processor register to the debug register.
  • a system for debugging a device under test may include a processor register with a program counter and a debug program register that receives the program count upon execution of an instruction by a processor.
  • a microcontroller under test by a debugger is accessed using a serial interface, such as a JTAG interface.
  • the interface can communicate directly with a debug register to retrieve program count values, both when the microcontroller is halted and when it is executing instructions.
  • the polling interval to retrieve the program count values may be adjusted by a user of the debugger based on considerations such as bandwidth and accuracy.
  • the microcontroller of these implementations may transmit the program count value to the debug register from a processing register that is not accessible to the debugger.
  • Such microcontroller may transmit an execution signal to the debug register after an instruction has been executed, where the signal enables the debug register to receive the program count from the microcontroller.
  • the systems and techniques described here may provide one or more of the following advantages.
  • First, access to the program counter when the CPU is halted may be simplified.
  • Second, code profiling for long runtimes may be facilitated.
  • Third, the cost and complexity of hardware for retrieving program count values during runtime operation may be substantially reduced.
  • Fourth, the need for a debugger to store information, such as microcontroller operational codes and microcontroller internal register architecture information, may be reduced or eliminated.
  • a unified structure and method for accessing program count values when a microcontroller is halted or executing may be provided.
  • FIG. 1 is a schematic diagram of an illustrative test system for debugging a device, such as a microcontroller.
  • FIG. 2 is a flow chart of exemplary operations that can be performed when a debug session of a microcontroller is in process.
  • FIGS. 3A-3B are exemplary displays of the output of a debug tool.
  • FIG. 4 is a flow chart of exemplary operations 400 for constructing a statistically correct model of a code profile.
  • FIG. 5 is a schematic diagram of a general microcontroller testing system.
  • FIG. 1 shows an illustrative test system 100 for debugging a device.
  • Test system 100 includes a debug system 102 , an on-chip debug (OCD) system 104 , and a device (e.g., microcontroller unit (MCU) system 106 ).
  • OCD on-chip debug
  • MCU microcontroller unit
  • the OCD system 104 is integrated with the MCU system 106 on an integrated device 107 and is accessible by the debug system 102 via a serial interface, such as a Joint Test Action Group (JTAG) communication interface, a NEXUS (IEEE-ISTO 5001 standard) debug interface, and an advance user debug (AUD) interface etc.
  • JTAG Joint Test Action Group
  • NEXUS IEEE-ISTO 5001 standard
  • AUD advance user debug
  • a user can operate the debug system 102 to halt processing of the MCU system 106 and to monitor the state of the MCU system 106 .
  • the user uses the serial interface to determine the current memory address, or program count value, of the executed software instruction when the MCU system 106 is halted.
  • the user uses the debug system 102 to retrieve the program count values while the MCU system 106 is executing instructions.
  • the retrieved program count values can be used to determine a code profile, which specifies how much time the MCU system 106 spends executing different sections, or blocks, of instructions.
  • the test system 100 can permit the debug system 102 to directly monitor the address of the executed instruction, both when the MCU system 106 is halted or when the MCU system 106 is executing instructions.
  • the debug tool 102 is connected to the MCU system 106 via the OCD system 104 .
  • the OCD system includes a JTAG test access port (TAP) 108 and a debug program counter (DPC) 110 , which is directly accessible by the debug system 102 .
  • the JTAG TAP 108 is a serial data interface for JTAG signals.
  • the DPC 110 can be dynamically updated with information, such as memory addresses, of the executed program code executed by the MCU system 106 .
  • the debug tool 102 can, without knowledge of operational codes used by the MCU system 106 , directly read the DPC register 110 to obtain the executed program code through a serial interface (e.g., the JTAG TAP 108 ), which facilitates a serial connection (e.g., a JTAG connection as shown by an arrow 111 ).
  • a serial interface e.g., the JTAG TAP 108
  • a serial connection e.g., a JTAG connection as shown by an arrow 111 .
  • the MCU system 106 can include a CPU 112 and a memory 114 .
  • the CPU 112 can execute program code stored in the memory 114 .
  • the CPU 112 includes a number of registers, which are not directly accessible by the debug system 102 . If a CPU register that holds the PC value is not directly accessible to the debugger system 102 , the debugger system 102 can, for example, halt the CPU 112 and issue an instruction to the CPU 112 to move data in the register to a register that is directly accessible before reading the data.
  • the CPU 112 includes a program counter (PC) 116 , which is a register that stores a memory address of the program instruction that is currently being executed by the CPU 112 . In one example, during run-time, the CPU 112 fetches the next instruction from the memory 114 based on the memory address in the PC 116 .
  • PC program counter
  • the user of the system 100 can obtain the value stored in the PC 116 using the debug system 102 .
  • the debug system 102 includes a front end (e.g., software front-end 118 ) and a debugger 120 .
  • the software front-end 118 can include software executed on a computing device, such as user interface software, testing code, analysis code, or code to output information obtained during debugging operations.
  • the software code can be predefined in the debug system 102 , or it can be downloaded to the debug system 102 .
  • the user uses the software front-end 118 to implement debug software that monitors and analyzes program code executed in the MCU system 106 .
  • the debugger 120 and the software front-end 118 are software loaded on the same computing device.
  • the debugger 120 transmits the program count values to the software front-end 118 using protocols specific to the debugger 120 .
  • the debugger 120 is separate computing code running on a computing device that is connected or networked to a separate computing device, such as a personal computer, that runs the software front-end 118 .
  • the debugger 120 transmits the program count values to the software front-end 118 through an interface between the debugger 120 and the computing device running the software front-end 118 .
  • the software front-end 118 includes software analysis code that provides, for example, histogram analysis and trace capturing analysis.
  • the software front-end 118 can include a histographical analysis module 122 .
  • the user can use the histographical analysis module 122 to create an analysis of cumulated time spent executing separate sections of program code run by the MCU system 106 .
  • the histographical analysis module 122 can perform a code profiling operation.
  • the code profiling is a process of benchmarking the execution of one or more program code sections to determine where processing time is being spent. For example, the code profiling can facilitate identification of code sections that are responsible for the bulk of execution time. Based on a result of the code profiling, called a code profile, the user can determine areas of the code that may need optimization.
  • An exemplary graphical result of a code profile is described in greater detail with reference to FIG. 3B .
  • the histographical analysis module 122 can determine and analyze an amount of time spent by the CPU 112 to execute a group of instructions used to perform a particular method, or function, in the program code. The histographical analysis module 122 can gather and analyze this information for multiple segments related to the code executed by the MCU system 106 .
  • the test system 100 also includes a display device 124 that is connected to the debug system 102 to display the results obtained from the histographical analysis and to display other results, such as individual program count values retrieved from the DPC 110 after the CPU 112 is halted.
  • the software front-end 118 can communicate with the debugger 120 .
  • the debugger 120 can receive instructions from the software front-end 118 and can transmit debugging results to the software front-end 118 .
  • the debugger 120 can send and receive debug information via a JTAG communication link to the OCD system 104 .
  • the debugger 120 can send a “halt” command to the MCU system 106 using the JTAG communication link to the OCD system 104 to stop the MCU system 106 from processing instructions.
  • the debugger 120 can communicate with the OCD system 104 to access the DPC 110 to obtain a memory address.
  • the CPU 112 can fetch the next instruction stored at the address identified by the PC 116 . Every time the CPU executes an instruction, the value within the PC 116 may be transmitted automatically to the DPC 110 .
  • the debugger 120 can send a halt instruction or signal through the JTAG TAP 108 to stop the CPU 112 from processing.
  • the DPC 110 contains the program count value of the instruction executed when the CPU 112 was halted. Because the debugger 120 has direct access to the DPC 110 , the current program count is directly observable without issuing instructions to the CPU 112 to move the program count value from the PC 116 to a register accessible by the debugger 120 .
  • the DPC 110 can be read by the debugger 120 continuously while the CPU 112 is executing the program code.
  • the debugger 120 can continuously read the DPC 110 and store the program count values in a buffer (not shown) located at the debugger 120 .
  • the software front-end 118 constructs a statistical model of the code profile using only a sample of a larger set of program count values.
  • the debugger 120 can set a poll interval of 5 reads per millisecond (ms), meaning the debugger 120 will read the DPC 110 every 0.2 ms.
  • the limited polling interval may not capture all program count values stored in the DPC 110 , but instead may only capture a subset of the program count values, which are present in the DPC 110 every 0.2 ms.
  • the user can set the polling interval to occur at a greater time period, which will decrease the number of program counts to retrieve and store.
  • the polling interval can be decreased to increase the accuracy of the analysis in order to adequately distinguish the time period required by each code section.
  • the polling interval of the DPC 110 can be adjusted by the debug system 102 .
  • the debug system 102 supports code profiling for program code that has an extended runtime, such as a program code that includes a large amount of instructions, using a relatively limited buffer capacity.
  • the debugger 120 can limit the number of buffered program count values. When the buffer is full, the debugger 120 can wait for the histographical analysis module 122 to finish processing all the buffered program count values before reading new program count values. In this case, only a relatively small amount of memory space will be needed to construct a statistical model of the code profile for a program code with extended runtime.
  • a histogram is built in the debugger 120 at the same time the program count values are retrieved from the DPC 110 .
  • the buffer does not have to be full before the histographical analysis module 122 processes the program count values.
  • the debug system 102 accumulates the program count value in a histogram in the debugging device. As the histogram is constructed, it can also be shown on the display 124 .
  • FIG. 2 is a flow chart of exemplary operations 200 that can be performed when a debug session of a microcontroller system is in process.
  • the operations 200 can be performed by the integrated device 107 when an external debugger, such as the debugger 120 is connected to the OCD system 104 .
  • the operations 200 can begin in step 202 when the processing unit of the integrated device starts executing a set of instructions included in a program stored in its memory.
  • a processing unit executes a next instruction.
  • the PU is the CPU 112 , which fetches an instruction from the memory 114 using the program count value in the PC 116 , which specifies the address of the instruction.
  • the PU in step 206 , can assert an execution signal and, in step 208 , transmit a processing program count to the DPC 110 .
  • Step 208 and step 206 may be executed substantially simultaneously.
  • the execution signal is a write enable signal that enables writing of the transmitted program count value into the DPC 110 .
  • the integrated device 107 executes step 206 before step 208 .
  • the integrated device 107 first asserts the execution signal to enable the DPC 110 for a write and then transmits the program count value to the DPC 110 .
  • the integrated device 107 can be configured to enable the DPC 110 first so that the DPC 110 ready to receive the program count value.
  • the integrated device 107 first transmits the program count value and then asserts the execute signal to enable the DPC 110 for write.
  • the DPC 110 can be implemented so that a write to the DPC 110 occurs only when an assertion of the execution signal is detected.
  • the PC bus transmitting the program count value can be active all of the time, but the value is not accepted until the execution signal is received.
  • the execute signal is not implemented if there is no need to validate the value stored in the DPC 110 .
  • the DPC 110 may not need an enable signal because the DPC 110 updates the stored value at every clock cycle.
  • the DPC 110 receives other signals, such as a confirm signal from the debugger 120 , as a write enable signal.
  • the DPC 110 Upon receiving the execution signal, the DPC 110 loads the received processing program count value in step 210 .
  • the integrated device 107 determines whether the PU received a halt instruction. For example, the PU can receive a halt instruction when it executes a software breakpoint previously inserted by the debugger 120 in the program code, or the PU can receive a halt signal directly from the debugger 120 via the JTAG communication link 111 . If the PU did not receive a halt signal, then the PU executes the next instruction in step 204 .
  • step 212 if the PU received the halt signal, then, in step 214 , the serial interface, such as the JTAG TAP 108 , can transmit the stored program count to an external debugger, such as the debugger 120 .
  • the debugger 120 can receive the program count value stored in the DPC 110 at the time the CPU 112 is halted.
  • the integrated device 107 executes the step 214 immediately without the optional step 212 .
  • the integrated device 107 can, in step 216 , determine whether the debugger 120 is requesting more program counts. If the debugger 120 is requesting more program counts, then the integrated device 107 returns to execute step 204 . In this way, the debugger 120 can continuously collect program count values to perform a statistical analysis of the code profile using the histographical analysis module 122 . Otherwise, in step 216 , if the debugger 120 is not requesting more program counts, the operation 200 ends in step 218 .
  • FIGS. 3A-3B show exemplary outputs of the test system 100 .
  • the outputs can be displayed on the display device 124 described in FIG. 1 .
  • a display output 300 is depicted which shows an example of output generated when the CPU 112 is halted and the DPC 110 is read by the debugger 120 .
  • the display output 300 includes a current program count value 302 and associated data.
  • the associated data is of the form of a translation 304 of the instruction stored at the address specified by the current program count value 302 .
  • the current program count value 302 is displayed in hexadecimal format.
  • the current program count value 302 can be displayed in binary format, decimal format, octal format or other suitable format.
  • the translation 304 is a decoded instruction from the memory 114 at a location specified by the current program count value 302 .
  • the debugger 120 accesses the memory address, which is equal to the current program count value, to obtain the currently executed instruction code and translate the obtained instruction into a format more easily understandable by users, such as an assembly code format.
  • the display output 300 also includes a previous instruction 306 .
  • multiple values are stored in the DPC 110 , and the debugger 120 may retrieve one or more of the previous program counts from the DPC 110 .
  • the histographical analysis module 122 may output information used to generate an exemplary histogram 320 .
  • the histographical analysis module 122 can compute a statistical model of a code profile.
  • the histogram 320 includes a processing time axis 322 and a code section axis 324 .
  • the code section axis 324 includes various sections of the executed program.
  • the code section axis 324 includes an initialization 326 , a compute X 328 , a sort 330 , an access memory 332 , and a display 334 code function.
  • the histographical analysis module 122 accumulates processing time spent on each code section and displays the cumulated time spent on the code section on the histogram 320 .
  • the histographical analysis module 122 can record the number of times that an instruction stored at a memory address is being executed and the time required for this execution. Then the histographical analysis module 122 can, based on the record, determine what code functions are specified by the recorded memory addresses and compute how long each code function takes to be executed.
  • the histographical analysis module 122 can associate the recorded program count values and the corresponding execution times with their corresponding code sections, such as separate functions or methods executed by the CPU 112 . Then the histographical analysis module 122 can display the cumulative time for each function on the display device 124 . In the histogram 320 , the cumulated time is displayed as vertical bars 336 , each of which correspond to a separate code section. For example, the histogram 320 indicates that the program code spent 10 ⁇ s of total processing time on executing instructions used in an initialization function. The user can use the histogram 320 to determine what sections of the code would benefit the greatest from code optimization.
  • the user may determine which section of the code exceeds the time requirement.
  • the user analyzes the histogram 320 and determines that the program spends too much time on the sort 330 algorithm. The user can then focus on optimizing the algorithm in the sort 330 .
  • FIG. 4 is a flowchart of exemplary operations 400 for constructing a statistical model of a code profile.
  • the operations 400 can be performed by the debugger 120 .
  • the operations 400 begin in step 402 when the software front-end 118 receives a command to perform a code profiling analysis on program code executed by a device under test.
  • the software front-end 118 issues a command to the debugger 120 to start retrieving information for code profiling when the software front-end 118 receives a start code profiling analysis instruction from the user interface or from a test program downloaded in the debug system 102 .
  • the debugger 120 can set a JTAG poll interval.
  • the JTAG poll interval can determine the frequency of reading of the DPC 110 .
  • the poll interval is specified in the test program run by the debugger 120 .
  • the poll interval is entered by a user. In one example, if the user desires a more accurate analysis, then the user selects a shorter poll interval so that the debugger 120 receives program count values more frequently. In another example, if the user desires a relatively courser analysis in order to save memory space or bandwidth, then the user selects a longer poll interval so that the debugger 120 receives program count values less frequently.
  • the debugger 120 can determine, in step 406 , whether the set poll interval is within the JTAG transfer interface capabilities. If the set poll interval is not within the JTAG interface transfer capabilities (e.g., the poll interval requires the JTAG interface to transfer program count values at a speed exceeding its maximum transfer rate), then the debug system 102 can prompt the user to enter a greater interval, and the operations 400 return to step 404 . Otherwise, if, in step 406 , the set poll interval is within the JTAG interface's transfer capabilities, then the debugger 120 can, in step 410 , read the program count value from the DPC 110 . In some implementations, the debugger 120 can obtain program count values concurrently with the execution of instructions by the CPU 112 .
  • the debugger 120 can determine whether the reading operation is terminated in step 412 . If the reading operation is not terminated, then the operations 400 return to step 410 . If the reading operation is terminated in step 412 (e.g., the program is completed), then the debugger 120 can display, in step 414 , an analysis result on the display device 124 and the operations 400 end at step 416 .
  • FIG. 5 is a block diagram of an exemplary computer system that is capable of debugging and optimizing program code executed in a microcontroller.
  • the computer system 500 includes a host computer 502 that is connected to a microcontroller board 504 by way of a JTAG interface 506 .
  • the JTAG interface 506 includes a JTAG master 508 and an input/output port 510 .
  • a user can operate the microcontroller board 504 using the input/output (I/O) device 512 , which is connected into an input/output port 514 on the host computer 502 . For example, the user sends control information to the board via the input/output port 514 to the input/output port 510 .
  • I/O input/output
  • the user can type in a command on the keyboard of the I/O device 512 which will be processed by an application running on the host computer 502 resulting in an instruction being sent to the JTAG interface 506 .
  • the instruction is sent from the input/output port 514 to input/output port 510 through a universal serial bus (USB) connection between the host computer 502 or the JTAG interface 506 .
  • USB universal serial bus
  • the user device 512 and the host computer 502 are depicted as two in this example, in some implementations, the user device 512 and the host computer 502 are one device, such as a laptop computer.
  • the input/output port 510 can send received instructions to the JTAG master 508 for interpretation.
  • the JTAG master 508 upon receiving the instruction, can decode the received instruction and transmit one or more appropriate instructions to the microcontroller board 504 to execute the received instruction.
  • the microcontroller board 504 includes a microcontroller 516 and a JTAG port 518 .
  • the microcontroller 516 in this example, is a single integrated circuit (IC) that includes a JTAG TAP controller 520 , an internal clock controller 522 , memory 526 , a processing unit 528 and a peripheral device controller 530 .
  • Signals sent from the JTAG master 508 to the pins on the JTAG port 518 can include the JTAG clock (TCK), the test data out (TDO), test data in (TDI) and test mode select (TMS).
  • TCK JTAG clock
  • TDO test data out
  • TMS test mode select
  • the signals on these pins can be received on corresponding inputs on the JTAG TAP controller 520 .
  • the test reset (TRST) signal is sent.
  • the JTAG TAP controller 520 can process the instruction and data information to determine the test interface to measure or control within the microcontroller 504 .
  • the JTAG TAP controller 520 can include a state machine to control the operation of the JTAG port 518 .
  • the TDO and TDI signals can comprise the internal JTAG signals 536 which are connected to all of the circuits within the microcontroller 516 .
  • the internal clock controller 522 can include logic to generate the internal clock signal, which can be used by the modules contained within the microcontroller.
  • the JTAG TAP controller 520 can use the TCK clock provided by the JTAG master 508 .
  • the processing unit 528 can provide the core logic and control for the microcontroller 516 and can utilize the memory 526 for storage of its program instructions as well as data.
  • the memory 526 can include Electrically Erasable and Programmable Read Only Memory (EEPROM) for instruction storage and Dynamic Random Access memory (DRAM) for data storage.
  • EEPROM Electrically Erasable and Programmable Read Only Memory
  • DRAM Dynamic Random Access memory
  • the memory 526 includes Flash memory and Static Random Access Memory (SRAM).
  • the peripheral device controller 530 can include the logic for the microcontroller 516 to connect to and/or communicate with other devices.
  • the controller can contain logic for the microcontroller 516 to connect to a digital signal processor allowing it the ability to process digital image data, for example, a color image from a digital camera.
  • the digital image data is received by the microcontroller by way of an input device connected to the peripheral device controller.
  • the microcontroller 516 includes buses 532 that can transmit address and data bits that are propagated throughout the microcontroller 516 that can allow the core logic in the processing unit 528 to access and control the other logic modules within the microcontroller 516 .
  • the register that receives the program count from the CPU 112 may be a general purpose register.
  • the OCD System 104 can include other components and interfaces not shown, such as a trace interface also used to transmit the program count values to the debugger 120 .
  • the components included in the OCD system 104 may be located on a separate device from the MCU system 106 .
  • DPC 110 and JTAG TAP 108 may be part of a separate integrated circuit that is connected to the MCU system 106 . Accordingly, other embodiments are within the scope of the following claims.

Abstract

A system for debugging a device under test may include a processor register with a program count and a debug program register that receives the program count upon execution of an instruction by a processor. In one implementation, a microcontroller under test by a debugger is accessed using a serial interface, such as a JTAG interface. The interface can communicate directly with a debug register to retrieve program count values, both when the microcontroller is halted and when it is executing instructions. The polling interval to retrieve the program count values may be adjusted by a user of the debugger based on considerations such as bandwidth and accuracy. The microcontroller may transmit the program count value to the debug register from a processing register that is not accessible to the debugger.

Description

    BACKGROUND
  • Some microcontroller systems include integrated on-chip debug features that permit a user to debug programs executed on the microcontroller system. Low bandwidth features, such as break points and run/stop control, can be accessed by a serial protocol, such as Joint Test Action Group (JTAG). For high bandwidth features, such as real-time capture of program count (PC) values, a more complex parallel trace port may be required.
  • In some systems, the JTAG interface may require the CPU to be halted in a debug mode for the JTAG interface to transmit commands to observe the state of the system. One task during a typical debug session is determining the location of the current PC when the CPU is halted in debug mode. In some conventional systems, the PC values can be saved in a processor register when the CPU is halted in debug mode. In some current systems, the processor register cannot be read directly by the JTAG interface, but must be transferred from the processor register to a debug register readable by the JTAG interface. This may be accomplished by scanning in a number of CPU instructions using the JTAG interface. The instructions direct the processor to transfer the PC value to a debug register that the JTAG interface may access. This procedure can enable the debugger to observe the PC of the CPU, but it is complicated and may require the debugger to have explicit knowledge of the register implementation and the instruction operational codes of the CPU so that the debugger may issue commands to the CPU to move the PC value from the processor register to the debug register.
  • SUMMARY
  • A system for debugging a device under test may include a processor register with a program counter and a debug program register that receives the program count upon execution of an instruction by a processor. In certain implementations, a microcontroller under test by a debugger is accessed using a serial interface, such as a JTAG interface. In such implementations the interface can communicate directly with a debug register to retrieve program count values, both when the microcontroller is halted and when it is executing instructions. In these implementations the polling interval to retrieve the program count values may be adjusted by a user of the debugger based on considerations such as bandwidth and accuracy. The microcontroller of these implementations may transmit the program count value to the debug register from a processing register that is not accessible to the debugger. Such microcontroller may transmit an execution signal to the debug register after an instruction has been executed, where the signal enables the debug register to receive the program count from the microcontroller.
  • The systems and techniques described here may provide one or more of the following advantages. First, access to the program counter when the CPU is halted may be simplified. Second, code profiling for long runtimes may be facilitated. Third, the cost and complexity of hardware for retrieving program count values during runtime operation may be substantially reduced. Fourth, the need for a debugger to store information, such as microcontroller operational codes and microcontroller internal register architecture information, may be reduced or eliminated. Moreover, a unified structure and method for accessing program count values when a microcontroller is halted or executing may be provided.
  • The details of one or more embodiments are set forth in the accompanying drawings and the description below. Other features, aspects, and advantages of the embodiments will be apparent from the description and drawings, and from the claims.
  • DESCRIPTION OF DRAWINGS
  • These and other aspects will now be described in detail with reference to the following drawings.
  • FIG. 1 is a schematic diagram of an illustrative test system for debugging a device, such as a microcontroller.
  • FIG. 2 is a flow chart of exemplary operations that can be performed when a debug session of a microcontroller is in process.
  • FIGS. 3A-3B are exemplary displays of the output of a debug tool.
  • FIG. 4 is a flow chart of exemplary operations 400 for constructing a statistically correct model of a code profile.
  • FIG. 5 is a schematic diagram of a general microcontroller testing system.
  • Like reference symbols in the various drawings indicate like elements.
  • DETAILED DESCRIPTION OF ILLUSTRATIVE EMBODIMENTS
  • FIG. 1 shows an illustrative test system 100 for debugging a device. Reference will be made to debugging a microcontroller, though other devices are possible. Test system 100 includes a debug system 102, an on-chip debug (OCD) system 104, and a device (e.g., microcontroller unit (MCU) system 106). In this example, the OCD system 104 is integrated with the MCU system 106 on an integrated device 107 and is accessible by the debug system 102 via a serial interface, such as a Joint Test Action Group (JTAG) communication interface, a NEXUS (IEEE-ISTO 5001 standard) debug interface, and an advance user debug (AUD) interface etc. During a debugging session, a user, such as a test engineer, a software developer, or other debugging engineer, can operate the debug system 102 to halt processing of the MCU system 106 and to monitor the state of the MCU system 106. In one example, the user uses the serial interface to determine the current memory address, or program count value, of the executed software instruction when the MCU system 106 is halted.
  • In another example, the user uses the debug system 102 to retrieve the program count values while the MCU system 106 is executing instructions. The retrieved program count values can be used to determine a code profile, which specifies how much time the MCU system 106 spends executing different sections, or blocks, of instructions. The test system 100 can permit the debug system 102 to directly monitor the address of the executed instruction, both when the MCU system 106 is halted or when the MCU system 106 is executing instructions.
  • In this example, the debug tool 102 is connected to the MCU system 106 via the OCD system 104. The OCD system includes a JTAG test access port (TAP) 108 and a debug program counter (DPC) 110, which is directly accessible by the debug system 102. The JTAG TAP 108 is a serial data interface for JTAG signals. The DPC 110 can be dynamically updated with information, such as memory addresses, of the executed program code executed by the MCU system 106. During run-time, the debug tool 102 can, without knowledge of operational codes used by the MCU system 106, directly read the DPC register 110 to obtain the executed program code through a serial interface (e.g., the JTAG TAP 108), which facilitates a serial connection (e.g., a JTAG connection as shown by an arrow 111).
  • The MCU system 106 can include a CPU 112 and a memory 114. The CPU 112 can execute program code stored in the memory 114. In some embodiments, the CPU 112 includes a number of registers, which are not directly accessible by the debug system 102. If a CPU register that holds the PC value is not directly accessible to the debugger system 102, the debugger system 102 can, for example, halt the CPU 112 and issue an instruction to the CPU 112 to move data in the register to a register that is directly accessible before reading the data. In this example, the CPU 112 includes a program counter (PC) 116, which is a register that stores a memory address of the program instruction that is currently being executed by the CPU 112. In one example, during run-time, the CPU 112 fetches the next instruction from the memory 114 based on the memory address in the PC 116.
  • The user of the system 100 can obtain the value stored in the PC 116 using the debug system 102. The debug system 102 includes a front end (e.g., software front-end 118) and a debugger 120. The software front-end 118 can include software executed on a computing device, such as user interface software, testing code, analysis code, or code to output information obtained during debugging operations. The software code can be predefined in the debug system 102, or it can be downloaded to the debug system 102. As an example, the user uses the software front-end 118 to implement debug software that monitors and analyzes program code executed in the MCU system 106.
  • In some implementations, the debugger 120 and the software front-end 118 are software loaded on the same computing device. The debugger 120 transmits the program count values to the software front-end 118 using protocols specific to the debugger 120. In other implementations, the debugger 120 is separate computing code running on a computing device that is connected or networked to a separate computing device, such as a personal computer, that runs the software front-end 118. The debugger 120 transmits the program count values to the software front-end 118 through an interface between the debugger 120 and the computing device running the software front-end 118.
  • In some embodiments, the software front-end 118 includes software analysis code that provides, for example, histogram analysis and trace capturing analysis. The software front-end 118 can include a histographical analysis module 122. The user can use the histographical analysis module 122 to create an analysis of cumulated time spent executing separate sections of program code run by the MCU system 106. For example, the histographical analysis module 122 can perform a code profiling operation.
  • In some implementations, the code profiling is a process of benchmarking the execution of one or more program code sections to determine where processing time is being spent. For example, the code profiling can facilitate identification of code sections that are responsible for the bulk of execution time. Based on a result of the code profiling, called a code profile, the user can determine areas of the code that may need optimization. An exemplary graphical result of a code profile is described in greater detail with reference to FIG. 3B.
  • In this example, the histographical analysis module 122 can determine and analyze an amount of time spent by the CPU 112 to execute a group of instructions used to perform a particular method, or function, in the program code. The histographical analysis module 122 can gather and analyze this information for multiple segments related to the code executed by the MCU system 106.
  • The test system 100 also includes a display device 124 that is connected to the debug system 102 to display the results obtained from the histographical analysis and to display other results, such as individual program count values retrieved from the DPC 110 after the CPU 112 is halted.
  • The software front-end 118 can communicate with the debugger 120. The debugger 120, for example, can receive instructions from the software front-end 118 and can transmit debugging results to the software front-end 118. In turn, the debugger 120 can send and receive debug information via a JTAG communication link to the OCD system 104. For example, the debugger 120 can send a “halt” command to the MCU system 106 using the JTAG communication link to the OCD system 104 to stop the MCU system 106 from processing instructions. In another example, the debugger 120 can communicate with the OCD system 104 to access the DPC 110 to obtain a memory address.
  • During execution, the CPU 112 can fetch the next instruction stored at the address identified by the PC 116. Every time the CPU executes an instruction, the value within the PC 116 may be transmitted automatically to the DPC 110. During a debugging session, the debugger 120 can send a halt instruction or signal through the JTAG TAP 108 to stop the CPU 112 from processing. At this point, the DPC 110 contains the program count value of the instruction executed when the CPU 112 was halted. Because the debugger 120 has direct access to the DPC 110, the current program count is directly observable without issuing instructions to the CPU 112 to move the program count value from the PC 116 to a register accessible by the debugger 120. This may eliminate the need for the debugger 120 to communicate with the CPU 112 using operational codes. Additionally, having direct access to the program count value may also eliminate the need for the debugger 120 to know the register address of the PC and another register accessible to the debugger because the debugger is not required to issue instructions to the CPU 112 requesting the program count value be moved from the PC 116 to the other accessible register.
  • In another example, the DPC 110 can be read by the debugger 120 continuously while the CPU 112 is executing the program code. For example, the debugger 120 can continuously read the DPC 110 and store the program count values in a buffer (not shown) located at the debugger 120. In some implementations, the software front-end 118 constructs a statistical model of the code profile using only a sample of a larger set of program count values. For example, the debugger 120 can set a poll interval of 5 reads per millisecond (ms), meaning the debugger 120 will read the DPC 110 every 0.2 ms. The limited polling interval may not capture all program count values stored in the DPC 110, but instead may only capture a subset of the program count values, which are present in the DPC 110 every 0.2 ms.
  • If the debugger 120 has limited bandwidth capabilities, then the user can set the polling interval to occur at a greater time period, which will decrease the number of program counts to retrieve and store. Alternatively, if multiple sections of code require a similar amount of time to execute, then the polling interval can be decreased to increase the accuracy of the analysis in order to adequately distinguish the time period required by each code section. Depending on the bandwidth and the accuracy requirements of the statistical model, the polling interval of the DPC 110 can be adjusted by the debug system 102.
  • In another implementation, the debug system 102 supports code profiling for program code that has an extended runtime, such as a program code that includes a large amount of instructions, using a relatively limited buffer capacity. For example, the debugger 120 can limit the number of buffered program count values. When the buffer is full, the debugger 120 can wait for the histographical analysis module 122 to finish processing all the buffered program count values before reading new program count values. In this case, only a relatively small amount of memory space will be needed to construct a statistical model of the code profile for a program code with extended runtime.
  • In yet another implementation, a histogram is built in the debugger 120 at the same time the program count values are retrieved from the DPC 110. The buffer does not have to be full before the histographical analysis module 122 processes the program count values. In other words, the debug system 102 accumulates the program count value in a histogram in the debugging device. As the histogram is constructed, it can also be shown on the display 124.
  • FIG. 2 is a flow chart of exemplary operations 200 that can be performed when a debug session of a microcontroller system is in process. For example, the operations 200 can be performed by the integrated device 107 when an external debugger, such as the debugger 120 is connected to the OCD system 104. The operations 200 can begin in step 202 when the processing unit of the integrated device starts executing a set of instructions included in a program stored in its memory.
  • In step 204, a processing unit (PU) executes a next instruction. In the test system 100, the PU is the CPU 112, which fetches an instruction from the memory 114 using the program count value in the PC 116, which specifies the address of the instruction. Then, the PU, in step 206, can assert an execution signal and, in step 208, transmit a processing program count to the DPC 110. Step 208 and step 206 may be executed substantially simultaneously. In this example, the execution signal is a write enable signal that enables writing of the transmitted program count value into the DPC 110. In another implementation, the integrated device 107 executes step 206 before step 208. The integrated device 107 first asserts the execution signal to enable the DPC 110 for a write and then transmits the program count value to the DPC 110. For example, when the clock rate of the CPU 112 is fast, the integrated device 107 can be configured to enable the DPC 110 first so that the DPC 110 ready to receive the program count value.
  • In other implementations, the integrated device 107 first transmits the program count value and then asserts the execute signal to enable the DPC 110 for write. For example, the DPC 110 can be implemented so that a write to the DPC 110 occurs only when an assertion of the execution signal is detected. The PC bus transmitting the program count value can be active all of the time, but the value is not accepted until the execution signal is received.
  • Furthermore, in another implementation, the execute signal is not implemented if there is no need to validate the value stored in the DPC 110. For example, the DPC 110 may not need an enable signal because the DPC 110 updates the stored value at every clock cycle. In another example, the DPC 110 receives other signals, such as a confirm signal from the debugger 120, as a write enable signal.
  • Upon receiving the execution signal, the DPC 110 loads the received processing program count value in step 210. Next, in an optional step 212, the integrated device 107 determines whether the PU received a halt instruction. For example, the PU can receive a halt instruction when it executes a software breakpoint previously inserted by the debugger 120 in the program code, or the PU can receive a halt signal directly from the debugger 120 via the JTAG communication link 111. If the PU did not receive a halt signal, then the PU executes the next instruction in step 204. Otherwise, in step 212, if the PU received the halt signal, then, in step 214, the serial interface, such as the JTAG TAP 108, can transmit the stored program count to an external debugger, such as the debugger 120. For example, the debugger 120 can receive the program count value stored in the DPC 110 at the time the CPU 112 is halted.
  • In another example, after step 210, the integrated device 107 executes the step 214 immediately without the optional step 212. After the serial interface transmits the program count to the debugger 120, the integrated device 107 can, in step 216, determine whether the debugger 120 is requesting more program counts. If the debugger 120 is requesting more program counts, then the integrated device 107 returns to execute step 204. In this way, the debugger 120 can continuously collect program count values to perform a statistical analysis of the code profile using the histographical analysis module 122. Otherwise, in step 216, if the debugger 120 is not requesting more program counts, the operation 200 ends in step 218.
  • FIGS. 3A-3B show exemplary outputs of the test system 100. The outputs can be displayed on the display device 124 described in FIG. 1. Referring to FIG. 3A, a display output 300 is depicted which shows an example of output generated when the CPU 112 is halted and the DPC 110 is read by the debugger 120. As shown, the display output 300 includes a current program count value 302 and associated data. In some implementations, the associated data is of the form of a translation 304 of the instruction stored at the address specified by the current program count value 302. In the depicted example, the current program count value 302 is displayed in hexadecimal format. In another example, the current program count value 302 can be displayed in binary format, decimal format, octal format or other suitable format. The translation 304 is a decoded instruction from the memory 114 at a location specified by the current program count value 302. For example, the debugger 120 accesses the memory address, which is equal to the current program count value, to obtain the currently executed instruction code and translate the obtained instruction into a format more easily understandable by users, such as an assembly code format. In the depicted example, the display output 300 also includes a previous instruction 306. In some implementations, multiple values are stored in the DPC 110, and the debugger 120 may retrieve one or more of the previous program counts from the DPC 110.
  • Referring to FIG. 3B, the histographical analysis module 122 may output information used to generate an exemplary histogram 320. The histographical analysis module 122 can compute a statistical model of a code profile. As shown, the histogram 320 includes a processing time axis 322 and a code section axis 324. The code section axis 324 includes various sections of the executed program. In this example, the code section axis 324 includes an initialization 326, a compute X 328, a sort 330, an access memory 332, and a display 334 code function. In this example, the histographical analysis module 122 accumulates processing time spent on each code section and displays the cumulated time spent on the code section on the histogram 320. The histographical analysis module 122 can record the number of times that an instruction stored at a memory address is being executed and the time required for this execution. Then the histographical analysis module 122 can, based on the record, determine what code functions are specified by the recorded memory addresses and compute how long each code function takes to be executed.
  • For example, the histographical analysis module 122 can associate the recorded program count values and the corresponding execution times with their corresponding code sections, such as separate functions or methods executed by the CPU 112. Then the histographical analysis module 122 can display the cumulative time for each function on the display device 124. In the histogram 320, the cumulated time is displayed as vertical bars 336, each of which correspond to a separate code section. For example, the histogram 320 indicates that the program code spent 10 μs of total processing time on executing instructions used in an initialization function. The user can use the histogram 320 to determine what sections of the code would benefit the greatest from code optimization. For example, there may be a strict timing requirement for a section of the code that dictates that it must be finished within a specified amount of time. From the histogram 320, the user may determine which section of the code exceeds the time requirement. In another example, the user analyzes the histogram 320 and determines that the program spends too much time on the sort 330 algorithm. The user can then focus on optimizing the algorithm in the sort 330.
  • FIG. 4 is a flowchart of exemplary operations 400 for constructing a statistical model of a code profile. The operations 400 can be performed by the debugger 120. The operations 400 begin in step 402 when the software front-end 118 receives a command to perform a code profiling analysis on program code executed by a device under test. For example, the software front-end 118 issues a command to the debugger 120 to start retrieving information for code profiling when the software front-end 118 receives a start code profiling analysis instruction from the user interface or from a test program downloaded in the debug system 102.
  • In step 404, the debugger 120 can set a JTAG poll interval. The JTAG poll interval can determine the frequency of reading of the DPC 110. In some implementations, the poll interval is specified in the test program run by the debugger 120. In other implementations, the poll interval is entered by a user. In one example, if the user desires a more accurate analysis, then the user selects a shorter poll interval so that the debugger 120 receives program count values more frequently. In another example, if the user desires a relatively courser analysis in order to save memory space or bandwidth, then the user selects a longer poll interval so that the debugger 120 receives program count values less frequently.
  • The debugger 120 can determine, in step 406, whether the set poll interval is within the JTAG transfer interface capabilities. If the set poll interval is not within the JTAG interface transfer capabilities (e.g., the poll interval requires the JTAG interface to transfer program count values at a speed exceeding its maximum transfer rate), then the debug system 102 can prompt the user to enter a greater interval, and the operations 400 return to step 404. Otherwise, if, in step 406, the set poll interval is within the JTAG interface's transfer capabilities, then the debugger 120 can, in step 410, read the program count value from the DPC 110. In some implementations, the debugger 120 can obtain program count values concurrently with the execution of instructions by the CPU 112.
  • The debugger 120 can determine whether the reading operation is terminated in step 412. If the reading operation is not terminated, then the operations 400 return to step 410. If the reading operation is terminated in step 412 (e.g., the program is completed), then the debugger 120 can display, in step 414, an analysis result on the display device 124 and the operations 400 end at step 416.
  • FIG. 5 is a block diagram of an exemplary computer system that is capable of debugging and optimizing program code executed in a microcontroller. The computer system 500 includes a host computer 502 that is connected to a microcontroller board 504 by way of a JTAG interface 506. The JTAG interface 506 includes a JTAG master 508 and an input/output port 510. A user can operate the microcontroller board 504 using the input/output (I/O) device 512, which is connected into an input/output port 514 on the host computer 502. For example, the user sends control information to the board via the input/output port 514 to the input/output port 510. In particular, the user can type in a command on the keyboard of the I/O device 512 which will be processed by an application running on the host computer 502 resulting in an instruction being sent to the JTAG interface 506. In some implementations, the instruction is sent from the input/output port 514 to input/output port 510 through a universal serial bus (USB) connection between the host computer 502 or the JTAG interface 506. Although the user device 512 and the host computer 502 are depicted as two in this example, in some implementations, the user device 512 and the host computer 502 are one device, such as a laptop computer.
  • In the depicted example, the input/output port 510 can send received instructions to the JTAG master 508 for interpretation. The JTAG master 508, upon receiving the instruction, can decode the received instruction and transmit one or more appropriate instructions to the microcontroller board 504 to execute the received instruction.
  • The microcontroller board 504 includes a microcontroller 516 and a JTAG port 518. The microcontroller 516, in this example, is a single integrated circuit (IC) that includes a JTAG TAP controller 520, an internal clock controller 522, memory 526, a processing unit 528 and a peripheral device controller 530. Signals sent from the JTAG master 508 to the pins on the JTAG port 518 can include the JTAG clock (TCK), the test data out (TDO), test data in (TDI) and test mode select (TMS). The signals on these pins can be received on corresponding inputs on the JTAG TAP controller 520. In some embodiments, the test reset (TRST) signal is sent.
  • In some embodiments, the JTAG TAP controller 520 can process the instruction and data information to determine the test interface to measure or control within the microcontroller 504. For example, the JTAG TAP controller 520 can include a state machine to control the operation of the JTAG port 518. The TDO and TDI signals can comprise the internal JTAG signals 536 which are connected to all of the circuits within the microcontroller 516. The internal clock controller 522 can include logic to generate the internal clock signal, which can be used by the modules contained within the microcontroller. In some implementations, the JTAG TAP controller 520 can use the TCK clock provided by the JTAG master 508. The processing unit 528 can provide the core logic and control for the microcontroller 516 and can utilize the memory 526 for storage of its program instructions as well as data. The memory 526, for example, can include Electrically Erasable and Programmable Read Only Memory (EEPROM) for instruction storage and Dynamic Random Access memory (DRAM) for data storage. In another example, the memory 526 includes Flash memory and Static Random Access Memory (SRAM).
  • The peripheral device controller 530 can include the logic for the microcontroller 516 to connect to and/or communicate with other devices. For example, the controller can contain logic for the microcontroller 516 to connect to a digital signal processor allowing it the ability to process digital image data, for example, a color image from a digital camera. In this example, the digital image data is received by the microcontroller by way of an input device connected to the peripheral device controller.
  • The microcontroller 516 includes buses 532 that can transmit address and data bits that are propagated throughout the microcontroller 516 that can allow the core logic in the processing unit 528 to access and control the other logic modules within the microcontroller 516.
  • A number of embodiments have been described. Nevertheless, it will be understood that various modifications may be made without departing from the spirit and scope of the described embodiments. For example, the register that receives the program count from the CPU 112 may be a general purpose register. Additionally, the OCD System 104 can include other components and interfaces not shown, such as a trace interface also used to transmit the program count values to the debugger 120. Furthermore, the components included in the OCD system 104 may be located on a separate device from the MCU system 106. For example, DPC 110 and JTAG TAP 108 may be part of a separate integrated circuit that is connected to the MCU system 106. Accordingly, other embodiments are within the scope of the following claims.

Claims (20)

1-21. (canceled)
22. A system comprising:
a processing unit on an integrated device, the processing unit including a processing program counter where the processing unit stores addresses for instructions executed by the processing unit;
a program counter on the integrated device, wherein every time the processing unit executes any of the instructions, the processing unit also automatically transmits a value from the processing program counter to the program counter; and
a serial interface to dynamically transfer the value from the program counter to an external device while the processing unit is executing the instructions.
23. The system of claim 22, wherein the processing unit halts execution, based on a halt instruction transmitted from the external device, before retrieval of a second value from the processing program counter.
24. The system of claim 23, wherein the second value is retrieved from the program counter, transferred to the external device using the serial interface, and stored in a buffer on the external device.
25. The system of claim 22, wherein the processing unit ceases automatically transmitting to the program counter in response to the external device no longer requesting values.
26. The system of claim 22, further comprising a histogram analysis module external to the integrated device that applies a histogram algorithm on the value before storing the value in a buffer.
27. The system of claim 26, wherein the histogram analysis module generates a histogram based on values from the program counter, the histogram generated at a same time the values are retrieved from the program counter.
28. The system of claim 26, wherein the external device waits with reading new values from the program counter until the histogram analysis module finishes processing buffered values.
29. A system comprising:
a processing unit on an integrated device, the processing unit including a processing program counter to store an address for an instruction to be executed by the processing unit;
a debug program counter on the integrated device to receive the address from the processing unit upon the execution of the instruction by the processing unit; and
a serial interface to dynamically transfer a value from the debug program counter to a debugging device external to the integrated device while the processing unit is executing instructions;
wherein the processing unit halts execution, based on a halt instruction transmitted from the debugging device, before retrieval of a second value from the processing program counter.
30. The system of claim 29, wherein the second value is retrieved from the debug program counter, transferred to the debugging device using the serial interface, and stored in a buffer on the debugging device.
31. The system of claim 29, wherein the processing unit performs automatic value transmission to the debug program counter in response to a request from the debugging device, and wherein the processing unit ceases the automatic value transmission, while continuing to execute the instructions, in response to the debugging device no longer requesting values.
32. The system of claim 29, further comprising a histogram analysis module external to the integrated device that applies a histogram algorithm on the value before storing the value in a buffer.
33. The system of claim 32, wherein the histogram analysis module generates a histogram based on values from the debug program counter, the histogram generated at a same time the values are retrieved from the debug program counter.
34. The system of claim 32, wherein the debugging device waits with reading new values from the debug program counter until the histogram analysis module finishes processing buffered values.
35. A method comprising:
executing, using a processing unit, instructions associated with respective program count values;
automatically transmitting, every time any of the instructions is executed, the program count value from a program count register accessible to the processing unit to a second register accessible to an external device; and
transmitting the program count value from the second register to the external device concurrently with the execution of the instructions.
36. The method of claim 35, further comprising transmitting a second program count value from the second register and storing the second program count value in a buffer on the external device.
37. The method of claim 36, further comprising transmitting an instruction to halt the processing unit before retrieval of the second program count value from the second register.
38. The method of claim 37, further comprising outputting a second instruction associated with the second program count value.
39. The method of claim 35, further comprising statistically analyzing program count values stored in a buffer on the external device to determine a time that the processing unit spends executing at least one of the instructions.
40. The method of claim 39, further comprising applying a histogram algorithm on the program count value before storing the program count value in the buffer.
US12/563,573 2006-02-14 2009-09-21 Microcontroller information extraction system and method Abandoned US20100011250A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US12/563,573 US20100011250A1 (en) 2006-02-14 2009-09-21 Microcontroller information extraction system and method

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US11/354,339 US7596719B2 (en) 2006-02-14 2006-02-14 Microcontroller information extraction system and method
US12/563,573 US20100011250A1 (en) 2006-02-14 2009-09-21 Microcontroller information extraction system and method

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US11/354,339 Continuation US7596719B2 (en) 2006-02-14 2006-02-14 Microcontroller information extraction system and method

Publications (1)

Publication Number Publication Date
US20100011250A1 true US20100011250A1 (en) 2010-01-14

Family

ID=38519381

Family Applications (2)

Application Number Title Priority Date Filing Date
US11/354,339 Active 2027-06-27 US7596719B2 (en) 2006-02-14 2006-02-14 Microcontroller information extraction system and method
US12/563,573 Abandoned US20100011250A1 (en) 2006-02-14 2009-09-21 Microcontroller information extraction system and method

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US11/354,339 Active 2027-06-27 US7596719B2 (en) 2006-02-14 2006-02-14 Microcontroller information extraction system and method

Country Status (1)

Country Link
US (2) US7596719B2 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8161328B1 (en) 2010-05-27 2012-04-17 Western Digital Technologies, Inc. Debugger interface
US8640007B1 (en) 2011-09-29 2014-01-28 Western Digital Technologies, Inc. Method and apparatus for transmitting diagnostic data for a storage device
US9952863B1 (en) 2015-09-01 2018-04-24 Apple Inc. Program counter capturing

Families Citing this family (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7596719B2 (en) * 2006-02-14 2009-09-29 Atmel Corporation Microcontroller information extraction system and method
DE102006041444B4 (en) * 2006-09-04 2014-10-30 Infineon Technologies Ag Circuit arrangement and method for detecting an execution time of a command in a computer system
US8635497B2 (en) * 2011-06-28 2014-01-21 Freescale Semiconductor, Inc. Data processing system having a sequence processing unit and method of operation
US11133703B2 (en) * 2015-07-13 2021-09-28 Vertiv Corporation Method and apparatus to retrieve data from power distribution units
CN107783874A (en) * 2016-08-26 2018-03-09 华为技术有限公司 JTAG debugging apparatus and JTAG adjustment methods
US10318070B2 (en) * 2017-02-15 2019-06-11 Honeywell International Inc. Touch detector with a code debugger
CN111324493B (en) * 2018-12-13 2022-10-28 展讯通信(上海)有限公司 Development system and method for processor board level debugging

Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5564041A (en) * 1990-04-20 1996-10-08 Hitachi, Ltd. Microprocessor for inserting a bus cycle in an instruction set to output an internal information for an emulation
US5724505A (en) * 1996-05-15 1998-03-03 Lucent Technologies Inc. Apparatus and method for real-time program monitoring via a serial interface
US6185732B1 (en) * 1997-04-08 2001-02-06 Advanced Micro Devices, Inc. Software debug port for a microprocessor
US6289300B1 (en) * 1998-02-06 2001-09-11 Analog Devices, Inc. Integrated circuit with embedded emulator and emulation system for use with such an integrated circuit
US6324684B1 (en) * 1998-03-20 2001-11-27 Texas Instruments Incorporated Processor having real-time execution control for debug functions without a debug monitor
US6374367B1 (en) * 1997-11-26 2002-04-16 Compaq Computer Corporation Apparatus and method for monitoring a computer system to guide optimization
US6957180B1 (en) * 2001-11-15 2005-10-18 Cypress Semiconductor Corp. System and a method for communication between an ICE and a production microcontroller while in a halt state
US7149926B2 (en) * 2003-05-22 2006-12-12 Infineon Technologies Ag Configurable real-time trace port for embedded processors
US7216276B1 (en) * 2003-02-27 2007-05-08 Marvell International Ltd. Apparatus and method for testing and debugging an integrated circuit
US7237149B2 (en) * 2005-02-25 2007-06-26 Freescale Semiconductor, Inc. Method and apparatus for qualifying debug operation using source information
US20070220333A1 (en) * 2006-02-14 2007-09-20 Pedersen Frode M Microcontroller information extraction system and method
US7281162B2 (en) * 2001-04-20 2007-10-09 Infineon Technologies Ag Program-controlled unit
US7325164B2 (en) * 2000-04-29 2008-01-29 Hewlett-Packard Development Company, L.P. System and method for multiple cycle capture of chip state

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6321329B1 (en) 1999-05-19 2001-11-20 Arm Limited Executing debug instructions
JP2001084161A (en) * 1999-09-10 2001-03-30 Hitachi Ltd Data processor
US7168032B2 (en) 2000-12-15 2007-01-23 Intel Corporation Data synchronization for a test access port

Patent Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5564041A (en) * 1990-04-20 1996-10-08 Hitachi, Ltd. Microprocessor for inserting a bus cycle in an instruction set to output an internal information for an emulation
US5724505A (en) * 1996-05-15 1998-03-03 Lucent Technologies Inc. Apparatus and method for real-time program monitoring via a serial interface
US6185732B1 (en) * 1997-04-08 2001-02-06 Advanced Micro Devices, Inc. Software debug port for a microprocessor
US6374367B1 (en) * 1997-11-26 2002-04-16 Compaq Computer Corporation Apparatus and method for monitoring a computer system to guide optimization
US6289300B1 (en) * 1998-02-06 2001-09-11 Analog Devices, Inc. Integrated circuit with embedded emulator and emulation system for use with such an integrated circuit
US6324684B1 (en) * 1998-03-20 2001-11-27 Texas Instruments Incorporated Processor having real-time execution control for debug functions without a debug monitor
US7325164B2 (en) * 2000-04-29 2008-01-29 Hewlett-Packard Development Company, L.P. System and method for multiple cycle capture of chip state
US7281162B2 (en) * 2001-04-20 2007-10-09 Infineon Technologies Ag Program-controlled unit
US6957180B1 (en) * 2001-11-15 2005-10-18 Cypress Semiconductor Corp. System and a method for communication between an ICE and a production microcontroller while in a halt state
US7216276B1 (en) * 2003-02-27 2007-05-08 Marvell International Ltd. Apparatus and method for testing and debugging an integrated circuit
US7149926B2 (en) * 2003-05-22 2006-12-12 Infineon Technologies Ag Configurable real-time trace port for embedded processors
US7237149B2 (en) * 2005-02-25 2007-06-26 Freescale Semiconductor, Inc. Method and apparatus for qualifying debug operation using source information
US20070220333A1 (en) * 2006-02-14 2007-09-20 Pedersen Frode M Microcontroller information extraction system and method

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8161328B1 (en) 2010-05-27 2012-04-17 Western Digital Technologies, Inc. Debugger interface
US8640007B1 (en) 2011-09-29 2014-01-28 Western Digital Technologies, Inc. Method and apparatus for transmitting diagnostic data for a storage device
US9952863B1 (en) 2015-09-01 2018-04-24 Apple Inc. Program counter capturing

Also Published As

Publication number Publication date
US20070220333A1 (en) 2007-09-20
US7596719B2 (en) 2009-09-29

Similar Documents

Publication Publication Date Title
US7596719B2 (en) Microcontroller information extraction system and method
US7533302B2 (en) Trace and debug method and system for a processor
US6523136B1 (en) Semiconductor integrated circuit device with processor
JP4138021B2 (en) Processor-based device, method for providing software performance profiling information, and software development system for generating and analyzing software performance profiling information
US6185732B1 (en) Software debug port for a microprocessor
US7506205B2 (en) Debugging system and method for use with software breakpoint
EP0084431A2 (en) Monitoring computer systems
CN101840368B (en) JTAG (Joint Test Action Group) real-time on-chip debug method and system of multicore processor
US20130179850A1 (en) Verification module apparatus to serve as a prototype for functionally debugging an electronic design that exceeds the capacity of a single FPGA
CN109254883B (en) Debugging device and method for on-chip memory
CN101154184A (en) JTAG debugging method for microcontroller
CN100444127C (en) System and method for testing software
US7607047B2 (en) Method and system of identifying overlays
US6484273B1 (en) Integrated EJTAG external bus interface
US20060075310A1 (en) Microcomputer and trace control method capable of tracing desired task
US7373557B1 (en) Performance monitor for data processing systems
US20110107072A1 (en) Method for self-diagnosing system management interrupt handler
US7251751B2 (en) Diagnostic mechanisms within multi processing systems
KR20170079368A (en) CPU system including debug logic for gathering debug information, Computing system having the same and debugging method thereof
CN115509834A (en) On-line debugging system and method for microprocessor based on JTAG protocol
US10754743B2 (en) Apparatus and method using debug status storage element
CN100426234C (en) Method for self turn-on test time for measuring basic input and output system
Scottow et al. Instrumentation of real-time embedded systems for performance analysis
CN111290743A (en) Computer software technology development and debugging system
US20230314513A1 (en) In-circuit emulator device

Legal Events

Date Code Title Description
STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION