Intel Microcontroller Microscope & Magnifier User Manual


 
8XC196NP, 80C196NU USER’S MANUAL
6-20
6.6.3 Single Transfer Mode
In single transfer mode, an interrupt causes the PTS to transfer a single byte or word (selected by
the BW bit in PTSCON) from one memory location to another. This mode is typically used with
serial I/O or synchronous serial I/O interrupts. It can also be used with the EPA to move captured
time values from the event-time register to internal RAM for further processing. See AP-445,
8XC196KR Peripherals: A User’s Point of View, for application examples with code. Figure 6-12
shows the PTS control block for single transfer mode.
PTSCON
Address: PTSPCB + 1
The PTS control (PTSCON) register selects the PTS mode and sets up control functions for that
mode.
7 0
M2 M1 M0
††
Bit
Number
Bit
Mnemonic
Function
7:5 M2:0 PTS Mode
These bits select the PTS mode:
M2 M1 M0
000block transfer
001reserved
010PWM toggle or remap
011reserved
100single transfer
101reserved
110reserved
111reserved
The function of this bit depends upon which mode is selected. See the PTS control block description
in each PTS mode section.
Figure 6-11. PTS Mode Selection Bits (PTSCON Bits 7:5)