SWRZ098 April   2021 AWR6443

 

  1. 1Introduction
  2. 2Device Nomenclature
  3. 3Device Markings
  4. 4Usage Notes
    1. 4.1 MSS: SPI Speed in 3-Wire Mode Usage Note
  5. 5Advisory to Silicon Variant / Revision Map
  6. 6Known Design Exceptions to Functional Specifications
    1.     MSS#25
    2.     MSS#26
    3.     MSS#27
    4.     MSS#28
    5.     MSS#29
    6.     MSS#30
    7.     MSS#31
    8.     MSS#32
    9.     MSS#33
    10.     MSS#36
    11.     MSS#37B
    12.     MSS#38A
    13.     MSS#39
    14.     MSS#40
    15.     MSS#41
    16.     MSS#43A
    17.     MSS#44
    18.     MSS#45
    19.     ANA#11A
    20.     ANA#12A
    21.     ANA#13B
    22.     ANA#14
    23.     ANA#15A
    24.     ANA#16
    25.     ANA#17A
    26.     ANA#18B
    27.     ANA#19
    28.     ANA#20
    29.     ANA#21A
    30.     ANA#22A
    31.     ANA#27A
  7. 7Trademarks
  8. 8Revision History

MSS#26

DMA Requests Lost During Suspend Mode

Revision(s) Affected:

AWR6443 ES2.0

Description:

While the device is halted in suspend mode by the debugger, the DMA is expected to complete the remaining transfers of a block, if the DEBUG MODE bit field of the GCTRL register is configured to '01'. Instead, the DMA does not complete the remaining transfers of a block but, rather stops after two more frames of data are transferred. Subsequent DMA requests from a peripheral to trigger the remaining frames of a block can be lost.

This issue occurs only in the following conditions:

  • The device is suspended by a debugger
  • A peripheral continues to generate requests while the device is suspended
  • The DMA is setup to continue the current block transfer during suspend mode with the DEBUG MODE bit field of the GCTRL register set to '01'
  • The request transfer type TTYPE bit in the CHCTRL registers is set to frame trigger ('0')

Workaround(s):

Workaround #1:

Use TTYPE = block transfer ('1'), when the DEBUG MODE bit field is '01' (finish current block transfer)

or

Workaround #2:

Use the DMA DEBUG MODE = '00' (ignore suspend), when using TTYPE = frame transfer ('0') to complete the block transfer, even after suspend/halt is asserted.