background image

11.

  17000048 - Monitor ADC Conversion Time Exceeds Specification:

DESCRIPTION:

The minimum conversion time of the Monitor ADC (ADC0) is 600 ns (instead of 500 ns as per the specifications). Therefore, the maximum 
sampling rate of the ADC0 is 1.667 MSPS.

WORKAROUND:

None.

APPLIES TO REVISION(S):

0.0

12.

  17000049 - FOCP_LATCH_0/1/2 Latches Have Incorrect Power-Up Value:

DESCRIPTION:

During power-up, the status bits of the 

FOCP_LATCH_0

FOCP_LATCH_1

, and 

FOCP_LATCH_2

 registers are set to 1.

WORKAROUND:

Reading the 

FOCP_LATCH_0

FOCP_LATCH_1

, and 

FOCP_LATCH_2

 registers after power-up clears the latches and allows normal

operation. The ADCC software drivers include the 

adi_adcc_GetRegister()

 function to read the Analog Front End (AFE) registers

through the ADCC module. The ADCC drivers are available in the EVAL-CM41X-EZBRD/EZLITE evaluation platform Board Support Package
(BSP).

The following is an example to read from the 

FOCP_LATCH_0, FOCP_LATCH_1, FOCP_LATCH_2

 registers:

 #include <drivers/adcc/adi_adcc.h>
 ADI_ADCC_HANDLE handle;
 ADI_ADCC_RESULT result;
 uint32_t val;
 static char space[ADI_ADCC_MEMORY];
 
 result = adi_adcc_Open(0, space, &handle, false);
 result = adi_adcc_GetRegister(handle, REG_USER_CONFIG_REG0_STATUSREG0, &val);
 if (result == ADI_ADCC_SUCCESS) 
 {
    /* Success! */
 } 
 else 
 {
    /* Failure! */
 }
 

For more information about the APIs, refer to Device Driver documentation and example codes in the Board Support Package (BSP).

APPLIES TO REVISION(S):

0.0

13.

  17000050 - CRC On Over Voltage and Under Voltage DAC Are Incorrect:

DESCRIPTION:

The CRC values on the Over Voltage (OV) DAC and Under Voltage (UV) DAC are incorrect.

WORKAROUND:

Do not use CRC on the OV DAC or UV DAC.

APPLIES TO REVISION(S):

0.0

ADSP-CM411F/412F/413F/416F/417F/418F/419F

NR004483C   |   Page 6 of 12   |   July 2017

 

 

Silicon Anomaly List

Summary of Contents for ADSP-CM411F

Page 1: ...ons and Changes 07 24 2017 C PrB Added Silicon Revision C Added Anomalies 17000067 17000080 17000082 17000083 06 27 2016 B PrB Added Anomalies 17000063 17000064 17000066 17000075 17000076 17000077 Rev...

Page 2: ...t x 14 17000055 Flash Security Features Are Not Fully Operational x 15 17000057 PLL Malfunctions at Higher Frequencies x 16 17000059 Security Keys for Devices Connected in a JTAG Chain Require Leading...

Page 3: ...s the SMC0_AOE signal is high during write operations APPLIES TO REVISION S 0 0 2 17000035 Timer0 Status Interrupt Is Not Functional DESCRIPTION SYSBLK_SISTAT15 TIMER0_STAT bit is always read as 0 The...

Page 4: ...bit of the voltage trim values for the VDD_EXT and VDD_INT power supply trip levels are not programmed at power on reset As a result of this 1 The VMU may detect a fault when the VDD_EXT and VDD_INT...

Page 5: ...erted to non bypass mode WORKAROUND If the auxiliary bypass bit is set a soft reset is required to take the AFE out of auxiliary buffer bypass mode The ADCC drivers include the adi_adcc_SetRegister fu...

Page 6: ...s are available in the EVAL CM41X EZBRD EZLITE evaluation platform Board Support Package BSP The following is an example to read from the FOCP_LATCH_0 FOCP_LATCH_1 FOCP_LATCH_2 registers include drive...

Page 7: ...er debug security bits For all other parts zeroes are appended with respect to the position of the part in the scan chain This issue occurs when security keys are provided through the TAPC security sc...

Page 8: ...T2_TX 00000X011 DMA7 SPI1_RX UART2_RX 00000X100 DMA8 HAE_IN0 UART3_TX 00000X101 DMA9 HAE_OUT UART3_RX 00000X110 DMA10 HAE_IN1 UART4_TX SPORT0A 00000X111 DMA11 SPORT0B UART4_RX 01000X000 DMA12 MDMA0_RD...

Page 9: ...t less than 16 KB for DMA writes the workaround is to place the segregated write buffers either at the top or bottom half of the 32 KB bank Ensure that the writable DMA data regions and read only DMA...

Page 10: ...sed accesses a high DMA latency value M4P_SRAM_CFG_DMAMAXLAT decreases the probability of writes getting lost when back to back writes are performed to SRAM APPLIES TO REVISION S 0 0 20 17000066 Manua...

Page 11: ...ADCC_NUMFRAMx register to a value that is less than the value read For example perform this check and adjustment in the ADCC timer event handler triggered by assertion of the ADCC_FISTAT FINTx bit Whe...

Page 12: ...ROUND None APPLIES TO REVISION S 0 0 26 17000082 Primary ADC Gain Error Correction Is Not Functional DESCRIPTION Primary ADC ADC1 and ADC2 gain error correction is not functional This feature is disab...

Reviews: