Freescale Semiconductor
Errata
© 2010 Freescale Semiconductor, Inc. All rights reserved.
This document details all known silicon errata for the i.MX28. Table 1 provides a revision history for this
document.
Table 2 provides a cross-reference to match the revision code to the revision level marked on the device.
Table 1. Document Revision History
Rev.
Number Date Substantive Change(s)
0 03/2010 Initial release
1.0 09/2010 Updated Ta bl e 2
Deleted ENGR119940
Table 2. Revision Level to Part Marking Cross-Reference
MCIMX28 Revision Package Device Marking Mask Revision
1.2 14 × 14 MCIMX283DVM4B M06Z
1.2 14 × 14 MCIMX283CVM4B M06Z
1.2 14 × 14 MCIMX286DVM4B M06Z
1.2 14 × 14 MCIMX286CVM4B M06Z
1.2 14 × 14 MCIMX287CVM4B M06Z
1.2 14 × 14 MCIMX281AVM4B M06Z
1.2 14 × 14 MCIMX285AVM4B M06Z
Document Number: IMX28CE
Rev. 1.0, 09/2010
Chip Errata for the
i.MX28
Chip Errata for the i.MX28, Rev. 1.0
2Freescale Semiconductor
Table 3 summarizes all known errata.
Table 3. Summary of Silicon Errata and Applicable Revision
Errata Name Projected Solution
ENGR116296 HSADC: Soft reset causes unexpected request to DMA No fix scheduled
ENGR116904 PXP: The HW_PXP_CSCCOEFF2_C3 register can not be reset correctly under
some PVT corner
No fix scheduled
ENGR119650 USB: USB core INCR8 and INCR16 modes are inoperable No fix scheduled
ENGR119653 USB: ARM to USB register error issue No fix scheduled
ENGR119657 PWM: Register write sync issue when HSADC clock frequency is lower than
APBX clock frequency
No fix scheduled
ENGR119956 CLKCTRL: ENET 1588 clock (CLK_ENET_TIME) is not under control of ENET
disable control bit
No fix scheduled
ENGR121613 ENET: ENET big endian mode not compatible with ARM little endian No fix scheduled
ENGR121616 DMA: APBH/APBX DMA channel can stall while waiting to access a APBH/APBX
bus peripheral when the channel freeze bit is set
No fix scheduled
ENGR116296
Chip Errata for the i.MX28, Rev. 1.0
Freescale Semiconductor 3
Description:
When HSADC is initia lly powered on and perfor ms a soft re s et, the APBH-DMA may receive a n
unexpected request from the HSADC and enter into an unknown state.
Projected Impact:
HSADC opera tes incorrectly.
Workaround:
Software workaround 1:
Before completing a normal soft reset, make a timing sequence of CLKGATE and SFTRST by
register programming to reset FIFO read and write pointer, and make RD_EMPTY to the
known state of 1 before normal operation.
The register programming below can be use d to generate the timing sequence of CLKGATE
and SFTRST before a normal soft reset.
HW_HSADC_CTRL0_CLR(BM_HSADC_CTRL0_SFTRST);
HW_HSADC_CTRL0_WR((HW_HSADC_CTRL0_RD() |
BM_HSADC_CTRL0_SFTRST) & (~BM_HSADC_CTRL0_CLKGATE));
HW_HSADC_CTRL0_SET(BM_HSADC_CTRL0_CLKGATE);
HW_HSADC_CTRL0_CLR(BM_HSADC_CTRL0_CLKGATE);
HW_HSADC_CTRL0_SET(BM_HSADC_CTRL0_CLKGATE);
NOTE
This sequence is only required for the first reset after power up.
Software workaround 2:
Complete a HSADC DMA channel reset after the HSADC module soft reset and before
configuring/enabling the HSADC DMA channel as shown below:
HW_APBH_CHANNEL_CTRL.B.RES ET_CHANNEL = 0x1000;
HSADC_CTRL0_CLKGATE and HSADC_CTRL0_SFTRST address is 0x80002000.
Projected Solution:
No fix scheduled.
ENGR116296 HSADC: Soft reset causes unexpected request to DMA
ENGR116904
Chip Errata for the i.MX28, Rev. 1.0
4Freescale Semiconductor
Description:
The HW_PXP_CSCC OEFF2_C3 register does not receive the correct reset value after using the
PXP software reset function or after power up.
Projected Impact:
The PXP operates incorrectly with wrong coefficient setting.
Workaround:
Always write the HW_PXP_CSCCOEFF2_C3 register with the expected value before using it.
The PXP_CSCCOEFF2 register address is 0x8002A0F0.
Projected Solution:
No fix scheduled.
ENGR116904 PXP: The HW_PXP_CSCCOEFF2_C3 register can not be reset
correctly under some PVT corner
ENGR119650
Chip Errata for the i.MX28, Rev. 1.0
Freescale Semiconductor 5
Description:
The USB controller may not ope rate properly when rec eiving a packet in INCR8 and INCR16
modes. The packet is completed correctly (ACK is sent) on the USB bus, but cannot be seen by
software.
This issue exists when all of following conditions are met:
1. Controller is receiving data (Host Bulk IN or Device Bulk OUT)
2. Primary INCR8/INCR16 mode is selected (SBUSCFG. AHBBRST of the USB register is set
to 0b010 or 0b011)
3. Length of data received is less than the total_byte field in TD
4. Data length is not a mult iple of the burst size and the remainder is a s ub-bur st. F or example, if
the data length is 32n +16 bytes in INCR8 mode, or 64n +16/32/48 in INCR16 mode, this
erra ta is triggered.
Projected Impact:
This is a low severity bug because INCR8 and INCR16 are not mandatory modes. Other modes
should be used.
Workaround:
Set SBUSCFG.AHBBRST of the U SB register to a modes other than 0b010 or 0b011.
Projected Solution:
No fix scheduled.
ENGR119650 USB: USB core INCR8 and INCR16 modes are inoperable
ENGR119653
Chip Errata for the i.MX28, Rev. 1.0
6Freescale Semiconductor
Description:
The ARM writes a data e rror to the USB core register unless SRM SWP instruction is used.
The issue occurs when all of the following conditions are met:
1. Last AHB access is to the non-USB AHB slave
2. Curre nt AHB acce ss is to the USB
3. These two accesses are back-to- back
4. The last dat a phase of the last AHB access has a wai t state
5. Only happens when D-cache is enabled
Projected Impact:
The USB register does not get correct data when writing to the USB slave through the AHB bus
when D-cache is enabled.
Workaround:
All USB register write operations must use the ARM SWP instruction.
Projected Solution:
No fix scheduled.
ENGR119653 USB: ARM to USB register error issue
ENGR119657
Chip Errata for the i.MX28, Rev. 1.0
Freescale Semiconductor 7
Description:
The PWM channel might not gene rate the required output signal when in HSADC driving mode .
When in HSADC mode, if the H SADC input clock is much lower than the APBX bus clock (for
example APBX Bus clock is 24 MHz and HSADC input clock is 4 MHz) the write signal to the
PWM registers is missed. W rite access to the following registers has no effect after HSADC mode
is enabled:
PWM Control and Status Register
PWM Channel Act iv e Register
PWM Channel Pe riod Register
As a result, dedicated PWM channel is not triggered.
Projected Impact:
HSADC or off chip linear sensor does not receive the required control signals.
Workaround:
If the HSADC input clock is lower than the 24 MHz APBX bus clock the APBX bus clock should
be set to a lower frequency before every write to the PWM register . When the write access finishes,
the APBX clock can be set back to normal.
Projected Solution:
No fix scheduled.
ENGR119657 PWM: Register write sync issue when HSADC clock frequency is
lower than APBX clock frequency
ENGR119956
Chip Errata for the i.MX28, Rev. 1.0
8Freescale Semiconductor
Description:
The Ethernet 1588 clock (CLK_ENET_TIME) continues to toggle when the Ethernet module is
disabled by setting ENET disable control bit in the HW_CLKCTRL_ENET register . The ethernet
controller consumes 30 μA on the 4.2 V power supply.
Projected Impact:
The Ethernet 1588 clock consumes 30 μA on the 4. 2 V power supply when the E thernet module is
disabled.
Workaround:
The Ethernet 1588 clock can be gated off by clearing the HW_CL KCTRL_ENET_DIV_TIM E
register. The HW_CLKCTRL_ENET_DIV_TIME register address is 0x80040140.
Projected Solution:
No fix scheduled.
ENGR119956 CLKCTRL: ENET 1588 clock (CLK_ENET_TIME) is not under control
of ENET disable control bit
ENGR121613
Chip Errata for the i.MX28, Rev. 1.0
Freescale Semiconductor 9
Description:
The endian mode of the Ethernet controller is designed to be big-endian mode which is not
compatible with the ARM core and reset sections of the device.
Projected Impact:
The ARM core cannot establish data communication correctly to/from the Ethernet controller
without softwar e endian conversion.
Workaround:
When communicating with the Ethernet controller, an additional byte-swap routine has to be called
by the ARM core.
Projected Solution:
No fix scheduled.
ENGR121613 ENET: ENET big endian mode not compatible with ARM little endian
ENGR121616
Chip Errata for the i.MX28, Rev. 1.0
10 Freescale Semiconductor
Description:
When the channel fre eze bit is set, the APBH/APBX DMA channel can stall while waiting to
access a peripheral on the APBH/APBX bus. This occurs if the channel freeze bit is set exactly at
the same time a s when the channel int erna l st ate machine cha nges f rom t he PIO_R EQ state to the
R EQ_WAI T state.
Projected Impact:
The data communication with the APBH/APBX DMA channel associated peripheral is stalled.
Workaround:
Do not use DMA PIO operation to configure the associated peripheral when using channel freeze
function. Us e ARM PIO operation instead.
Projected Solution:
No fix scheduled.
ENGR121616 DMA: APBH/APBX DMA channel can stall while waiting to access a
APBH/APBX bus peripheral when the channel freeze bit is set
ENGR121616
Chip Errata for the i.MX28, Rev. 1.0
Freescale Semiconductor 11
THIS PAGE INTENTIONALLY LEFT BLANK
Document Number: IMX28CE
Rev. 1.0
09/2010
Information in this document is provided solely to enable system and software
implementers to use Freescale Semiconductor products. There are no express or
implied copyright licenses granted hereunder to design or fabricate any integrated
circuits or integrated circuits based on the information in this document.
Freescale Semiconductor reserves the right to make changes without further notice to
any products herein. Freescale Semiconductor makes no warranty, representation or
guarantee regarding the suitability of its products for any particular purpose, nor does
Freescale Semiconductor assume any liability arising out of the application or use of
any product or circuit, and specifically disclaims any and all liability, including without
limitation consequential or incidental damages. “Typical” parameters which may be
provided in Freescale Semiconductor data sheets and/or specifications can and do
vary in different applications and actual performance may vary over time. All operating
parameters, including “Typicals” must be validated for each customer application by
customer’s technical experts. Freescale Semiconductor does not convey any license
under its patent rights nor the rights of others. Freescale Semiconductor products are
not designed, intended, or authorized for use as components in systems intended for
surgical implant into the body, or other applications intended to support or sustain life,
or for any other application in which the failure of the Freescale Semiconductor product
could create a situation where personal injury or death may occur. Should Buyer
purchase or use Freescale Semiconductor products for any such unintended or
unauthorized application, Buyer shall indemnify and hold Freescale Semiconductor
and its officers, employees, subsidiaries, affiliates, and distributors harmless against all
claims, costs, damages, and expenses, and reasonable attorney fees arising out of,
directly or indirectly, any claim of personal injury or death associated with such
unintended or unauthorized use, even if such claim alleges that Freescale
Semiconductor was negligent regarding the design or manufacture of the part.
How to Reach Us:
Home Page:
www.freescale.com
Web Support:
http://www.freescale.com/support
USA/Europe or Locations Not Listed:
Freescale Semiconductor, Inc.
Technical Information Center, EL516
2100 East Elliot Road
Tempe, Arizona 85284
1-800-521-6274 or
+1-480-768-2130
www.freescale.com/support
Europe, Middle East, and Africa:
Freescale Halbleiter Deutschland GmbH
Technical Information Center
Schatzbogen 7
81829 Muenchen, Germany
+44 1296 380 456 (English)
+46 8 52200080 (English)
+49 89 92103 559 (German)
+33 1 69 35 48 48 (French)
www.freescale.com/support
Japan:
Freescale Semiconductor Japan Ltd.
Headquarters
ARCO Tower 15F
1-8-1, Shimo-Meguro, Meguro-ku
Tokyo 153-0064
Japan
0120 191014 or
+81 3 5437 9125
support.japan@freescale.com
Asia/Pacific:
Freescale Semiconductor China Ltd.
Exchange Building 23F
No. 118 Jianguo Road
Chaoyang District
Beijing 100022
China
+86 10 5879 8000
support.asia@freescale.com
For Literature Requests Only:
Freescale Semiconductor
Literature Distribution Center
1-800 441-2447 or
+1-303-675-2140
Fax: +1-303-675-2150
LDCForFreescaleSemiconductor
@hibbertgroup.com
Freescale, the Freescale logo, CodeWarrior, ColdFire, PowerQUICC,
StarCore, and Symphony are trademarks of Freescale Semiconductor, Inc.
Reg. U.S. Pat. & Tm. Off. CoreNet, QorIQ, QUICC Engine, and VortiQa are
trademarks of Freescale Semiconductor, Inc. All other product or service
names are the property of their respective owners. ARM is the registered
trademark of ARM Limited.
© 2010 Freescale Semiconductor, Inc.