SPRABJ8D September 2022 – May 2025 AM2612 , AM2631 , AM2631-Q1 , AM2632 , AM2632-Q1 , AM2634 , AM2634-Q1 , AM263P2 , AM263P2-Q1 , AM263P4 , AM263P4-Q1
The AM26x MCUs have two hardware reset sources:
The PORz is intended to be kept at logic low at initial startup of the system. Once each regulator sourcing the AM26x power pins has been verified to be operating at nominal output voltage, then the PORz signal can be brought up to logic high. This action starts the MCU boot ROM execution, beginning with sampling of the SOP pins.
PORz - Discrete Power Tree Implementation
The AM263x LaunchPad implementation utilizes a single SN74LVC1G11 AND gate which takes the open-drain output power-good signals from the onboard DC-DC regulators and an optional push-button reset switch as inputs to the AND gate. A weak pull-down resistor is recommended on the PORz signal to keep the signal at logic low before system startup. PORz must be forced low if either VDD 1.2V or VDDS33 3.3V rail power goes below the nominal operating range.
PORz - PMIC Based Power Design Implementation
For AM26x systems that utilize a PMIC-based power design, the PORz logic is slightly more complex. On the AM263Px controlCARD, the open-drain output power-good signal from the 1.2V regulator, the optional push-button reset switch, and the nRST signal from the PMIC are inputs to a SN74LVC1G11 AND gate. The output of the 3-input AND gate is connected to the input of a 2-input SN74LVC1G08 AND gate, with the other input being the output of a voltage divider of the system input voltage (5V) divided down to 0.88V. The output of the SN74LVC1G08 is connected to the AM26x PORz. The SN74LVC1G08 low-level input voltage is 0.8V, so the AND gate outputs a logic 0 if the input voltage drops below 0.8V, thus triggering a reset.
Figure 4-2 Excerpt from AM263Px
controlCARD Schematic- PORz GenerationFor AM261x system designs that use a single PMIC power design, such as TPS650360, the PORz generation is sourced from the PMIC nRSTOUT signal ANDed with a reset pushbutton. This is a simple and valid design that involves less redundancy and components.
Figure 4-3 Excerpt from AM261x LaunchPad
Schematic - PORz GenerationFor a full description of the power-on and power-off reset sequencing requirements, see the device-specific AM26x data sheet.
The WARMRSTn pin is a multipurpose software reset input and hardware reset status pin. In the power-on-default configuration, this pin is configured as an open-drain output and requires an external pull-up resistor to VDDS33 3.3V I/O voltage rail. In this mode, WARMRSTn can be used as an MCU reset indicator and can be used to drive reset input for attached peripheral IC such as Ethernet PHY and memories.
Figure 4-4 Excerpt From AM263x Control
Card Schematic – PORz and WARMRSTn PinoutWARMRSTn can also be configured as a software reset. Additional software reset sources are available on the AM26x devices. For more information on reset functionality, see the Reset chapter in the device specific AM26x Technical Reference Manual.
Because of the default open-drain configuration of this pin, if both the reset status output mode and the software reset input mode is needed in a design, open-drain buffers are recommended to drive the optional reset input status. In the case of the AM263x Control Card, a SN74LVC1G07 open-drain buffer is used to optionally drive the push-button WARMRSTn without conflicting with the reset status output which is used to reset the Ethernet PHY onboard during initial board power-on.
Figure 4-5 Excerpt From AM263x Control
Card Schematic – WARMRSTn Push-Button Open-Drain Driver