SWRZ090C January   2020  – October 2023 AWR2243

 

  1.   1
  2. 1Introduction
  3. 2Device Nomenclature
  4. 3Device Markings
  5. 4Advisory to Silicon Variant / Revision Map
  6. 5Known Design Exceptions to Functional Specifications
    1.     MSS#37
    2.     MSS#44A
    3. 5.1 MSS#50
    4. 5.2 MSS#51
    5.     ANA#08A
    6. 5.3 ANA#11A
    7. 5.4 ANA#12A
    8.     ANA#13B
    9.     ANA#18B
    10.     ANA#21A
    11.     ANA#22A
    12.     ANA#23
    13.     ANA#24
    14.     ANA#25
    15. 5.5 ANA#27A
    16.     ANA#28
    17.     ANA#53
  7.   Trademarks
  8.   Revision History

MSS#51

Spurious toggle on nERROR OUT signal during powerup due to undefined state in ESM block

Revision(s) Affected:

AWR2243 ES1.0, ES1.1

Description:

When the mmWave device powers up (nReset is released), the internal state machine starts on internal RC oscillator clock before the 40MHz clock is available.

Inside the ESM module (Error Signaling Module), at least 3 cycles of RCOSC CLK cycles are needed to clear the internal states because the Flip Flops (FFs) are non-resettable.

In silicon, the ESM reset might get released before these three RCOSC CLK cycles and at that moment an undefined state of nError out flip flop could get latched. This could be either 0 or 1 since its undefined at that point. Once an error value gets latched, it would be retained until the software clears it. The bootloader then boots up and initializes the ESM block, which then clears the error. Hence, the nError out goes low for about 13msec after the power up, until it is initialized by the bootloader.

Workaround(s):

  1. The Host processor can ignore the nERROR OUT status until the device has fully booted up i.e. until the Host IRQ is raised and the mmWave device is ready to receive the command from the host processor over the SPI interface.
  2. The Host processor could also put a timer from the nRESET release to ensure the nERROR OUT does not remain low beyond a certain time after nRESET release. For example, a 25 msec timer after the nReset release. By this time, the bootloader should have ideally cleared the ESM block and nERROR OUT should go high. If the nERROR OUT still remains low post the timer, then it could indicate a real fault.