upload
Texas Instruments Incorporated
Industry: Semiconductors
Number of terms: 7260
Number of blossaries: 0
Company Profile:
Texas Instruments (TI) designs and manufactures analog and digital semiconductor IC products for the world market. In addition to analog technologies, digital signal processing (DSP) and microcontroller (MCU) semiconductors, TI designs and manufactures semiconductor solutions for analog and digital ...
A window that displays the values of selected expressions, symbols, addresses, and registers.
Industry:Semiconductors
Prescaling shifter. A 0- to 16-bit left barrel shifter used to prescale data coming into the arithmetic logic unit (ALU). This shifter is also used as a 0- to 16-bit right barrel shifter of the accumulator (ACC). The shift count is specified by a constant in the instruction or by the value in temporary register 1 (TREG1).
Industry:Semiconductors
A 1-bit flag that indicates the timer counter register (TIM) has decremented past 0. This bit is stored in the interrupt flag register (IFR).
Industry:Semiconductors
A memory-mapped register that specifies increment sizes greater than 1 for indirect addressing updates. In bit-reversed addressing, the INDX defines the array size.
Industry:Semiconductors
A window that lists the functions called by your program. (This window is part of the graphical user interface for all TI debuggers.)
Industry:Semiconductors
PCB
Printed circuit board.
Industry:Semiconductors
A 1-bit flag that indicates which half of transmit buffer transmitted. The XH bit can be read when an XINT interrupt occurs (interrupt program or IFR polling). At reset, XH = 0. This bit is stored in the BSP control extension register (SPCE).
Industry:Semiconductors
A memory-mapped register that specifies the current count for the on-chip timer. The TIM is decremented once after each timer prescaler counter (PSC) decrement past 0. When the TIM is decremented past 0 or the timer is reset, the TIM is loaded with the contents of the timer period register (PRD) and an internal timer interrupt (TINT) is generated.
Industry:Semiconductors
A window that provides an area for you to enter commands and for the debugger to echo command entry, show command output, and list progress or error messages.
Industry:Semiconductors
Process of inserting code for a function at the point of call. This saves the overhead of a function call, and allows the optimizer to optimize the function in the context of the surrounding code.
Industry:Semiconductors