SLAZ759 December   2024 MSPM0L1117

 

  1.   1
  2.   Abstract
  3.   Trademarks
  4. 1Functional Advisories
  5. 2Preprogrammed Software Advisories
  6. 3Debug Only Advisories
  7. 4Fixed by Compiler Advisories
  8. 5Device Nomenclature
  9. 6Advisory Descriptions
    1. 6.1  ADC_ERR_05
    2. 6.2  GPIO_ERR_03
    3. 6.3  I2C_ERR_05
    4. 6.4  I2C_ERR_06
    5. 6.5  PMCU_ERR_07
    6. 6.6  PMCU_ERR_10
    7. 6.7  SPI_ERR_04
    8. 6.8  SPI_ERR_05
    9. 6.9  SYSOSC_ERR_01
    10. 6.10 SYSOSC_ERR_02
    11. 6.11 TIMER_ERR_04
    12. 6.12 TIMER_ERR_06
    13. 6.13 VREF_ERR_03
  10. 7Revision History

SPI_ERR_05

SPI Module

Category

Functional

Function

SPI Peripheral Receive Timeout interrupt is setting irrespective of RXFIFO data

Description

When using SPI timeout interrupt, the RXTIMEOUT counter started decrementing from the point that peripheral is stopped receiving SPI clock and setting the RXTIMEOUT interrupt irrespective of data exists in RXFIFO or not, which does not match the description in the TRM: SPI peripheral receive timeout(RTOUT) interrupt is "asserted when the receive FIFO is not empty, and no further data is received in the specified time at CTL1.RXTIMEOUT.

Workaround

Repeat load RXTIMEROUT counter value while receive FIFO is empty, and start timeout counting only when receive FIFO gets any data.