This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM3352: Bring up Fail

Part Number: AM3352

Hi,TI

    Design fobbiden RTC (RTC_PWRONRST=0; VDDS_RTC=RTC_KALDO_EN=1.8V; CAP_VDD_RTC=1.1V).

    SYSBOOT[15-0]=0100 0010 1111 0011

    USE KSZ8041 in RMII mode, external 50MHz Digital clock source(oscillator).

    

    1.UART0 continuous output "CCCC..."

    2.CLKOUT1 can not see any signal

     It seems Internal CLK have something wrong? And the power up sequence is OK? Further more, How to resolve the problem

Thanks

  • It appears the device has a valid reference clock if UART0 is transmitting "CCCC..."

    The logic in the device that enables CLKOUT1 on the XDMA_EVENT_INTR0 pin is very simple, so not much to go wrong.

    I suspect the device is not latching a logic high on the LCD_DATA[5] pin, which is the SYSBOOT[5] input. Have you confirmed the LCD_DATA[5] pin is high on the rising edge of the PWRONRSTn pin?

    What components are connected to the LCD_DATA[5] pin?

    Regards,
    Paul

  • Hi,Peaves

       1. The picture shows, When PORZ Pin (B15) is rising, LCD_DATA[15] keeps 3V+.

       2. LCD_DATA[5] througt 10KΩ to 3.3V

       3. TFT_G0、TFT_G1 and some other pins also have 200kHz signal, it seems strange.

       4. If two projects have the same DDR、FLASH、ETHERNET PHY connect to the same pin of AM335x, while the PCB layout are difference. Are they can share the same software?

      

  • Please read the value of the following two registers so we can confirm the device latched the correct value on the SYSBOOT[5] input and the XDMA_EVENT_INTR0 pin was properly configured.

    control_status Register (offset = 40h), (0x44E10040)
    conf_xdma_event_intr0 Register (offset = 9B0h), (0x44E109B0)

    Regards,
    Paul

  • I am need some times to reseach how to do.could wait some times?thank you