SPRZ576A November   2024  – April 2025 AM2612

 

  1.   1
  2.   Abstract
  3. 1Usage Notes and Advisories Matrices
  4. 2Silicon Revision 1.0 Usage Notes and Advisories
    1. 2.1 Silicon Revision 1.0 Usage Notes
      1.      i2324
    2. 2.2 Silicon Revision 1.0 Advisories
      1.      i2189
      2.      i2310
      3.      i2311
      4.      i2345
      5.      i2351
      6.      i2352
      7.      i2353
      8.      i2354
      9.      i2356
      10.      i2357
      11.      i2358
      12.      i2359
      13.      i2374
      14.      i2383
      15.      i2411
      16.      i2412
      17.      i2427
      18.      i2428
      19.      i2433
      20.      i2439
      21.      i2440
      22.      i2479
      23.      i2480
  5. 3Trademarks
  6. 4Revision History

i2479

OSPI Boot Issue with GPIO61 Reset Pin Configuration

Details:

During OSPI boot mode, including fallback modes that would result in OSPI boot mode, ROM configures pin GPIO61 as OSPI0_RESET_OUT0. If this pin is connected to the Reset pin of the OSPI Flash Memory, boot failures may occur due to a reset signal management issue in the OSPI controller.

During OSPI boot mode, the ROM code:

  1. Configures GPIO61 in OSPI0_RESET_OUT0 mux mode
  2. Correctly asserts the reset signal (drives low)
  3. Fails to de-assert the reset signal due to incorrect OSPI controller configuration (GPIO61 pin remains driven low)

If GPIO61 is connected to the Flash Memory Reset pin, the flash device remains in reset state. This prevents proper boot sequence completion. This issue affects all package types where GPIO61 is utilized for OSPI Flash reset control.

Workaround(s):

Option 1: Do not use GPIO61 pin to reset the flash. Use PORz/WARMRSTn to reset the flash device on a power cycle and use another GPIO for OSPI0_REST_OUT0 and pass that signal through an AND gate with PORz/WARMRSTn. See AM261x OSPI Reset using any OSPI0_RESET_OUT0 pin AND PORz/WARMRSTn for an example.

Option 2: Gate GPIO61 to prevent propagation to the reset logic during boot, then AND that signal with PORz/WARMRSTn to use as a reset during power cycles for the flash device. One example implementation is shown in AM261x OSPI Reset using Gated GPIO61 pin AND PORz/WARMRSTn.

Figure 2-2 AM261x OSPI Reset using any OSPI0_RESET_OUT0 pin AND PORz/WARMRSTn
Figure 2-3 AM261x OSPI Reset using Gated GPIO61 pin AND PORz/WARMRSTn