SPRUJ85A April   2024  – August 2024

PRODUCTION DATA  

  1.   1
  2.   Description
  3. 1Key Features
  4. 2LaunchPad Module Overview
    1. 3.1 Introduction
    2. 3.2 Preface: Read This First
      1. 3.2.1 If You Need Assistance
      2. 3.2.2 Important Usage Notes
    3. 3.3 Kit Contents
    4. 3.4 Device Information
      1. 3.4.1 System Architecture Overview
      2. 3.4.2 Security
      3. 3.4.3 Compliance
      4. 3.4.4 BoosterPacks
      5. 3.4.5 Component Identification
  5. 3Hardware Description
    1. 4.1  Board Setup
      1. 4.1.1 Power Requirements
        1. 4.1.1.1 Power Input Using USB Type-C Connector
        2. 4.1.1.2 Power Status LEDs
        3. 4.1.1.3 Power Tree
      2. 4.1.2 Push Buttons
      3. 4.1.3 Boot mode Selection
      4. 4.1.4 IO Expander
    2. 4.2  Functional Block Diagram
    3. 4.3  GPIO Mapping
    4. 4.4  Reset
    5. 4.5  Clock
    6. 4.6  Memory Interfaces
      1. 4.6.1 OSPI
      2. 4.6.2 MMC
      3. 4.6.3 eMMC
      4. 4.6.4 Board ID EEPROM
    7. 4.7  Ethernet Interface
      1. 4.7.1 Ethernet PHY #1 - CPSW RGMII/ICSSM
      2. 4.7.2 Ethernet PHY #2 - CPSW RGMII/ICSSM
      3. 4.7.3 LED Indication in RJ45 Connector
    8. 4.8  I2C
    9. 4.9  Industrial Application LEDs
    10. 4.10 SPI
    11. 4.11 UART
    12. 4.12 MCAN
    13. 4.13 FSI
    14. 4.14 JTAG
    15. 4.15 TIVA and Test Automation Header
    16. 4.16 LIN
    17. 4.17 ADC and DAC
    18. 4.18 EQEP and SDFM
    19. 4.19 EPWM
    20. 4.20 BoosterPack Headers
    21. 4.21 Pinmux Mapping
  6. 4Additional Information
    1.     Trademarks
    2. 5.1 Sitara MCU+ Academy
    3. 5.2 Known Board Changes/Issues
      1. 5.2.1 OSPI DQS and LBCLK nets swap
      2. 5.2.2 XDS110 Debugger Bricking Issue
      3. 5.2.3 eMMC CMD and CLK nets swap
  7. 5References
    1. 6.1 Reference Documents
    2. 6.2 Other TI Components Used in This Design
  8. 6Revision History

Boot mode Selection

The boot mode for the AM263Px is selected by a DIP (Dual In-Line Package) switch (SW1) or the test automation header. The test automation header uses an I2C expansion buffer to drive the boot mode when PORz is toggled. The supported boot modes are shown in Table 3-6. The DIP Switch configurations for each boot mode are shown in Table 3-5.

Note: As seen in the schematic, enabling(toggling to ON state) a switch pulls the respective SOP pin to GND through a 1kΩ resistor. Thus the Boot mode selection switches' logic table below is logical invert of the corresponding SOP logic levels for a given boot mode, as seen in AM263P Technical Reference Manual.


AM263P Boot mode DIP Switch Positions - LP AM263Px E2 SW1 SOP Switches

Figure 3-6 Boot mode DIP Switch Positions - LP AM263Px E2 SW1 SOP Switches
Table 3-5 Boot mode Selection
Boot mode SPI0_D0_pad (SOP3 - SW1.4) SPI0_CLK_pad (SOP2 - SW1.3) QSPI_D1 (SOP1 - SW1.2) QSPI_D0 (SOP0 - SW1.1)
OSPI (4S) - Quad Read Mode 1 1 1 1
UART 1 1 1 0
OSPI (1S) - Single Read Mode 1 1 0 1
OSPI (8S) - Octal Read Mode 1 1 0 0
DevBoot 0 1 0 0
xSPI 8D (SFDP) 0 0 1 1
Unsupported boot mode All other combinations not defined above
Table 3-6 Supported Boot modes
Boot mode/Peripheral Boot Media/Host Notes
OSPI (4S) - Quad Read Mode OSPI Flash

Download and boot SBL from OSPI flash in quad read mode. Attempt Primary SBL, followed by Secondary SBL if primary loading fails.

UART External Host

Download and boot SBL from UART interface via XMODEM protocol at 115200bps BaudRate.

OSPI (1S) - Single Read Mode OSPI Flash

Download and boot SBL from OSPI flash in single read mode. Attempt Primary SBL, followed by Secondary SBL if primary loading fails.

OSPI (8S) - Octal Read Mode OSPI Flash

Download and boot SBL from OSPI flash in octal read mode. Attempt Primary SBL, followed by Secondary SBL if primary loading fails.

xSPI 8D (SFDP) OSPI Flash

Read SFDP table for read command, download and boot SBL from OSPI flash in 8D mode. Attempt Primary SBL, followed by Secondary SBL if primary loading fails.

DevBoot N/A No SBL. Used for development purposes only.