Table 4-14. sypcr field descriptions, 9 software service register (swsr), Software service register (swsr) -38 – Freescale Semiconductor MPC8260 User Manual

Page 210: Sypcr field descriptions -38, Table 4-14 describes sypcr fields

Advertising
background image

System Interface Unit (SIU)

MPC8260 PowerQUICC II Family Reference Manual, Rev. 2

4-38

Freescale Semiconductor

Table 4-14

describes SYPCR fields.

4.3.2.9

Software Service Register (SWSR)

The software service register (SWSR) is the location to which the software watchdog timer servicing
sequence is written. To prevent software watchdog timer time-out, the user should write 0x556C followed
by 0xAA39 to this register, which resides at 0x0x1000E. SWSR can be written at any time, but returns all
zeros when read.

4.3.2.10

60x Bus Transfer Error Status and Control Register 1 (TESCR1)

The 60x bus transfer error status and control register 1 (TESCR1) is shown in

Figure 4-31

.

Table 4-14. SYPCR Field Descriptions

Bits

Name

Description

0–15

SWTC

Software watchdog timer count. Contains the count value for the software watchdog timer.

16–23

BMT

Bus monitor timing. Defines the time-out period for the bus monitor, the granularity of this field is 8
bus clocks. (BMT = 0xFF is translated to 0x7f8 clock cycles). BMT is used both in the 60x and local
bus monitors.
Note that the value 0 in invalid; an error is generated for each bus transaction.

24

PBME

60x bus monitor enable.
0 60x bus monitor is disabled.
1 The 60x bus monitor is enabled.

25

LBME

Local bus monitor enable.
0 Local bus monitor is disabled.
1 The local bus monitor is enabled.

26–28

Reserved, should be cleared.

29

SWE

Software watchdog enable. Enables the operation of the software watchdog timer. It should be
cleared by software after a system reset to disable the software watchdog timer.

30

SWRI

Software watchdog reset/interrupt select.
0 Software watchdog timer and bus monitor time-out cause a machine check interrupt to the core.
1 Software watchdog timer and bus monitor time-out cause a hard reset (this is the default value

after soft reset).

31

SWP

Software watchdog prescale. Controls the divide-by-2,048 software watchdog timer prescaler.
0 The software watchdog timer is not prescaled.
1 The software watchdog timer clock is prescaled.

Advertising