SPRADB3 October   2023 AM2631 , AM2631-Q1 , AM2632 , AM2632-Q1 , AM2634 , AM2634-Q1 , AM263P4 , AM263P4-Q1

 

  1.   1
  2.   Abstract
  3.   Trademarks
  4. 1Feature Differences Between AM263 and AM263P
  5. 2Feature Differences for System Consideration
    1. 2.1 New Features in AM263P
      1. 2.1.1 Resolver Peripheral
        1. 2.1.1.1 Migration From Software to Hardware Resolver
      2. 2.1.2 Trigonometric Math Unit
      3. 2.1.3 Remote L2 Cache
    2. 2.2 Memory Subsystem Differences
    3. 2.3 CONTROLSS Module Differences
      1. 2.3.1 ADC Feature Differences and Additions
      2. 2.3.2 ADC Safety Tile Additions
      3. 2.3.3 ADC_R Module Addition
    4. 2.4 QSPI/OSPI Module Differences
    5. 2.5 Hardware Security Module Differences
    6. 2.6 Hardware Differences
      1. 2.6.1 Sourcing VPP With ANALDO
  6. 3Software Changes Between AM263 and AM263P SDK
  7. 4List of Errata Fixes in AM263P

QSPI/OSPI Module Differences

AM263P devices come with an Octal SPI (OSPI) interface that replaces the Quad SPI (QSPI) interface from AM263 devices. With this new interface, it is possible to connect to both Octal and Quad-SPI flash memories. To connect to OSPI flash memory cells, the interface supports four additional data lines, an additional chip select, and the DQS pin that can be used as a data strobe or loopback clock input. It also includes two reset outputs for external SPI devices and an input for external ECC failure indication.

There is also a significant change in operation regarding data access. The AM263 QSPI interface uses a Serial Flash Interface (SFI) memory-mapped block to handle addressing and data access and this interface was limited to a maximum size of 8MB for external flash support. In comparison, the new AM263P OSPI peripheral does not use a memory-mapped interface block and instead handles direct and indirect data accesses through a data target interface. With this change, the upper limit on memory addresses has been increased to 128 MB.

Due to the differences in data accesses between these interfaces, they are not software compatible and any AM263-to-AM263P migration would require software updates for the QSPI/OSPI interface even if the AM263P OSPI bus is only used as a QSPI bus.

A high-level table of feature differences between these interfaces is provided below. For further details, see the device-specific Technical Reference Manuals.

Feature AM263 Quad SPI AM263P Octal SPI
# of Data Lines 4 8
# of Chip Select Lines 1 2
External Device Reset N/A Yes, 2 outputs
Data Strobe N/A Yes
ECC Fail Indicator N/A Yes, 1 input
Data Access Data access through the SFI memory-mapped interface only Direct and indirect access supported
Maximum External Flash Supported Per Chip Select 8 MB 128 MB
opTI Flash Support
XIP No Yes
Boot Acceleration No Yes
FOTA Acceleration No Yes