Texas Instruments SPRU938B manual Interrupt Support, Software Reset Considerations

Models: SPRU938B

1 48
Download 48 pages 58.6 Kb
Page 20
Image 20

www.ti.com

Peripheral Architecture

2.10 Reset Considerations

2.10.1Software Reset Considerations

Peripheral clock and reset control is done through the power and sleep controller (PSC) module that is included with the device. For more information, see Section 2.13. Additionally, there is a software reset (the reset bit in the VLYNQ control register, CTRL) within the peripheral itself. Writing a 1 to the reset bit resets all of the internal state machines of the VLYNQ module, the serial interface is disabled, and the link is lost. The VLYNQ module remains in reset until the software clears the bit.

Note: When setting the reset bit, the VLYNQ status register (STAT) value is the only value that is set to the default value. All of the other VLYNQ memory-mapped registers retain their values prior to the software reset.

2.10.2Hardware Reset Considerations

When a hardware reset occurs, the VLYNQ peripheral resets its register values to the default values and the serial interface is disabled. After a hardware reset, the VLYNQ memory mapped registers and any chip-level registers that are associated with VLYNQ (for example, pin multiplexing registers) must be configured appropriately before data transmission can resume.

CAUTION

Be cautious when only resetting one of the VLYNQ devices after two or more VLYNQ devices have established a link. If only one of the VLYNQ devices is in reset, then no data activity can occur across the serial interface during the time of reset.

2.11 Interrupt Support

2.11.1Interrupt Events and Requests

The VLYNQ module interrupt VLQINT is mapped to the interrupt controller (INT55). For more information on the interrupt controller, see the device-specific data manual.

Interrupts generate when bits are set in the VLYNQ interrupt pending/set register (INTPENDSET). Bits are set in the INTPENDSET register when any of the following occur:

Writing directly to the INTPENDSET

Remote interrupt (via the serial interrupt packet)

Serial bus error

When INTPENDSET is a non-zero value, the method of forwarding the interrupt status depends on the state of the INTLOCAL bit in the VLYNQ control register (CTRL):

When INTLOCAL = 0, the contents of INTPENDSET are inserted into an interrupt packet and sent over the serial interface. When packet transmission completes, the associated bits clear in

INTPENDSET.

When INTLOCAL = 1, bits in INTPENDSET transfer to the VLYNQ interrupt status/clear register (INTSTATCLR). The logical-OR of all of the bits in INTSTATCLR is driven onto the interrupt line, causing the VLYNQINT to pulse. If the system writes to INTSTATCLR while interrupts are still pending, a new VLQINT interrupt is generated.

20

VLYNQ Port

SPRU938B –September 2007

Submit Documentation Feedback

Page 20
Image 20
Texas Instruments SPRU938B manual Interrupt Support, Software Reset Considerations, Hardware Reset Considerations