5. Silicon Errata - MCAL Support and Workarounds
5.1. Overview
This document tracks Silicon Errata coverage for AM263x Sitara MCU within the MCAL (Microcontroller Abstraction Layer) implementation. Each errata is identified by an errata ID and mapped to its MCAL support status.
Silicon Revision Analyzed: 1.0A, 1.1
5.1.1. Reference Documentation
For complete details on each errata, including workaround procedures and technical background, refer to the official device errata document:
AM263x Silicon Errata (SPRZ488F)
This document contains the complete errata specifications, including severity levels, workaround details, and implementation guidance for each silicon errata.
5.2. Errata Summary
Errata ID |
Module |
Description |
MCAL Supported |
Silicon Revisions Affected |
Comments |
|---|---|---|---|---|---|
i2310 |
UART |
Erroneous triggering of timeout interrupt |
YES |
1.0A, 1.1 |
UART_i2310WA function implemented |
i2311 |
UART |
Spurious DMA Interrupts |
YES |
1.0A, 1.1 |
The MCAL restricts RX/TX trigger levels to pre-defined power-of-2 compliant values, effectively preventing the spurious DMA interrupt condition described in i2311 |
i2313 |
GPMC |
Sub-32-bit read issue with NAND and FPGA/FIFO |
NA |
1.0A, 1.1 |
Not applicable - GPMC module not supported in current MCAL |
i2324 |
CLOCKS |
No synchronizer present between GCM and GCD status signals |
YES |
1.0A, 1.1 |
Mcu_Timeoutevent() — Polling loop with timeout; regWriteReadback() — Write verification |
i2329 |
MDIO |
MDIO interface corruption (CPSW and PRU-ICSS) |
YES |
1.0A |
Software bitbangs the entire MDIO protocol |
i2345 |
CPSW |
Ethernet Packet corruption if CPDMA fetches packet spanning memory banks |
NO |
1.0A, 1.1 |
The driver doesn’t enforce memory bank boundary alignment. Application must handle buffer allocation to prevent packets from spanning banks |
i2346 |
ADC |
ADC result error when switching between odd and even channels |
NO |
1.0A |
Requires application-level workarounds that the driver does not enforce |
i2347 |
ADC |
VREF current consumption of ADC is random at powerup |
NO |
1.0A |
Requires application-level workarounds that the driver does not enforce |
i2348 |
VDDA |
VDDA1V8 Static Power leakage |
NA |
1.0A |
Power supply issue - not applicable to MCAL |
i2349 |
ADC |
ADC VrefHi Loading increase in powerdown |
NO |
1.0A |
Requires application-level workarounds that the driver does not enforce |
i2350 |
McSPI |
McSPI data transfer using EDMA in ABSYNC mode stops after 32 bits |
NO |
1.0A, 1.1 |
Application must configure EDMA in ASYNC mode for McSPI TX (or if ABSYNC is required, set acnt=4, bcnt=1, ccnt=1). |
i2352 |
CONTROLSS-SDFM |
Dynamically Changing Threshold Settings triggers Spurious Comparator Events |
NA |
1.0A, 1.1 |
SDFM module not supported in current MCAL version |
i2353 |
CONTROLSS-SDFM |
Dynamically Changing Data Filter Settings triggers Spurious Data Events |
NA |
1.0A, 1.1 |
SDFM module not supported in current MCAL version |
i2354 |
CONTROLSS-SDFM |
Back-to-Back Writes corrupt SDFM State Machine |
NA |
1.0A, 1.1 |
SDFM module not supported in current MCAL version |
i2355 |
CONTROLSS-ADC |
DMA Read of State Result |
NO |
1.0A, 1.1 |
No dual-DMA trigger mechanism found in the code; No “dummy transaction” implementation. Application-level responsibility for DMA configuration |
i2356 |
CONTROLSS-ADC |
Interrupts may Stop if INTxCONT not Set |
PARTIAL |
1.0A, 1.1 |
The continuous mode is NOT enabled by default during ADC_Init(). Application must explicitly call Adc_SetInterruptContinuousMode() for each group to enable the workaround |
i2357 |
CONTROLSS-ePWM |
ePWM Glitch if Trip Remains Active at End of Blanking Window |
NO |
1.0A, 1.1 |
MCAL does not provide blanking window register control |
i2358 |
CONTROLSS-ePWM |
Trip Events Not Filtered by Blanking Window for First 3 Cycles |
NO |
1.0A, 1.1 |
MCAL does not provide blanking window register control |
i2359 |
CONTROLSS-CMPSS |
Prescaler counter behavior different when DACSOURCE reconfigured |
NO |
1.0A, 1.1 |
If dynamic DAC source reconfiguration required during operation, application must perform soft reset between reconfigurations per device errata workaround |
i2364 |
QSPI |
Access to address beyond 8MB is not supported in mem map mode |
NO |
1.0A, 1.1 |
No workaround available |
i2374 |
PBIST |
PBIST fails if clock frequency mismatch |
NA |
1.0A, 1.1 |
PBIST testing outside MCAL scope. Handled by device initialization firmware or bootloader |
i2375 |
SDFM |
SDFM event flags not set if comparator event still active |
NA |
1.0A, 1.1 |
SDFM module not supported in current MCAL version |
i2386 |
CRC |
CRC 8-bit data width not supported for SAE-J1850 and H2F |
NA |
1.0A, 1.1 |
CRC module outside current MCAL support |
i2392 |
SOC CONTROL |
Race condition in mem-init capture registers |
NO |
1.0A, 1.1 |
After mem_init, application must implement polling on done bit as per device errata workaround |
i2393 |
BUS SAFETY |
Granular error status not logged correctly |
NA |
1.0A, 1.1 |
Bus safety error logging outside current MCAL support |
i2394 |
SOC CONTROL |
Race condition in interrupt aggregator capture registers |
NO |
1.0A, 1.1 |
Application must implement workaround in all aggregator-based ISRs. Primarily required in DMA ISR and CAN ECC error ISR per device errata specification |
i2395 |
DCC |
DCC Module Frequency Comparison reports erroneous results |
NA |
1.0A, 1.1 |
DCC module functionality outside current MCAL support |
i2401 |
CPSW |
Host Timestamps Cause CPSW Port to Lock up |
YES |
1.0A, 1.1 |
Workaround: Disable host TX timestamps (TS_TX_HOST_TS_EN=0U). |
i2402 |
CPSW |
Ethernet to Host Checksum Offload does not work |
YES |
1.0A, 1.1 |
Hardware offload disabled. Software fallback: Pseudo checksum functions (Eth_genPseudoCheckSumIPv4/IPv6) compute TCP/UDP checksums in Eth_Priv.c |
i2403 |
M4 ROM |
SBL redundant boot image not supported on HSSE devices |
NA |
1.1 |
Redundant boot image support outside MCAL scope (ROM/bootloader responsibility) |
i2404 |
MBOX |
Race condition in mailbox registers |
YES |
1.0A, 1.1 |
In IpcNotify_trigInterrupt function |
i2405 |
CONTROLSS |
Race condition OUTPUT_XBAR and PWM_XBAR |
NO |
1.0A, 1.1 |
Not implemented |
i2427 |
RAM SEC |
RAM SEC can cause Spurious RAM writes |
NA |
1.0A, 1.1 |
RAM SEC error handling outside current MCAL support |
i2428 |
AES |
AES generates extra DMA request for data_in at GCM encrypt end |
NA |
1.0A, 1.1 |
AES module outside current MCAL support |
i2433 |
ICSS |
Reading 64-bit IEP timer lacks lock MSW logic |
NA |
1.0A, 1.1 |
IEP timer functionality outside current MCAL support |
i2438 |
CPSW |
Host to Ethernet Timestamp Accuracy Issue |
YES |
1.0A, 1.1 |
Workaround: Host TX timestamps disabled (TS_TX_HOST_TS_EN=0). |
i2439 |
CPSW |
Host to Ethernet Timestamp Sequence ID issue |
YES |
1.0A, 1.1 |
Related to i2438 - same workaround applied. |
i2488 |
CLOCKS |
PLL Configuration for precise 50-50 Duty cycle clocks |
PARTIAL |
1.0A, 1.1 |
Configuration depends on MCU_PLL_CLKOUT, MCU_PLL_HSDIV0, MCU_PLL_HSDIV1 values |
i2499 |
RAM |
Incorrect data on single error detection during burst read |
NA |
1.0A, 1.1 |
RAM error detection outside current MCAL support |
i2500 |
LIN |
LIN Module Fails to Wake Up with 0xF0 as Wake-Up Key |
YES |
1.0A, 1.1 |
Use LIN header with ID 0x3C instead of raw 0xF0 byte. Lin_SetIdByte(lin_base_cntr_addr, LIN_WAKEUP_ID) — Uses 0x3C (ID 60) — Avoids deadlock caused by raw 0xF0 interpretation |
i2502 |
PBIST |
Incorrect mapping of PBIST Memory Groups |
NA |
1.0A, 1.1 |
PBIST memory mapping outside current MCAL support |
i2503 |
FLASH |
Boot from redundant flash location does not work |
NO |
1.0A, 1.1 |
No workaround available. Use single flash location for boot |
i2508 |
SAFETY |
OSC Usage in Safety System |
NA |
1.0A, 1.1 |
Safety system oscillator functionality outside current MCAL support |
5.3. Support Status Legend
YES: Errata is fully supported and implemented in MCAL
NO: Errata is not supported in MCAL; application or workaround required
PARTIAL: Errata support is available but not enabled by default; API available for application to enable
NA: Errata is not applicable to MCAL (module not supported, ROM/bootloader only, etc.)