System Integration Unit (SIU)MPC5566 Microcontroller Reference Manual, Rev. 26-6 Freescale SemiconductorThe BOOTCFG values are used only if the RSTCFG asserts while RSTOUT is asserted. Otherwise, thedefault value for BOOTCFG (0b00) in the reset status register (SIU_RSR) is used, as shown in Table 6-4.6.2.1.5 I/O Weak Pullup Reset Configuration (WKPCFG)The WKPCFG signal is applied when the internal reset signal asserts (indicated by RSTOUT asserting),and is sampled four clock cycles before RSTOUT negates. The WKPCFG value configures the internalweak pullup or weak pulldown pin characteristics after a reset occurs in the eMIOS or eTPU modules.The value of WKPCFG is latched at reset, stored in the reset status register (SIU_RSR), and updated forall reset sources except the debug port reset and software external reset. The WKPCFG value must be validand not change until RSTOUT negates.6.2.1.6 External Interrupt Request Input (IRQ)IRQ[0:15] The external interrupt request (IRQ) inputs connect to the SIU IRQ inputs. The external triggerIRQ select register 1 (SIU_ETISR) specifies the IRQ[0:15] signals that are input to the SIU IRQs.External interrupt requests are triggered by rising- and/or falling-edge events that are enabled by setting abit in:• IRQ rising-edge event enable register (SIU_IREER)• IRQ falling-edge event enable register (SIU_IFEER)If the bit is set in both registers, both rising- and falling-edge events trigger an interrupt request. Each IRQhas a counter that tracks the number of system clock cycles that occur between the rising- and falling-edgeevents. An IRQ counter exists for each IRQ rising- or falling-edge event enable bit.The digital filter length field in the IRQ digital filter register (SIU_IDFR) specifies the minimum numberof system clocks that the IRQ signal must hold a logic value to qualify the edge-triggered event as a validstate change. When the number of system clocks in the IRQ counter equals the value in the digital filterlength field, the IRQ state latches and the IRQ counter is cleared.If the previous filtered state of the IRQ does not match the current state, and the rising- or falling-edgeevent is enabled, the IRQ flag bit is set to 1. For example, the IRQ flag bit is set if a rising-edge eventoccurs under the following conditions:• Previous filtered IRQ state was a logic 0• Current latched IRQ state is a logic 1• Rising-edge event is enabled for the IRQTable 6-4. BOOTCFG[0:1] ConfigurationValue Meaning0b00 Boot from internal flash memory (default)0b01 FlexCAN / eSCI boot0b10 Boot from external memory (no arbitration)0b11 Boot from external memory (external arbitration)