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.

TMS570LC4357: EMIF nDQM configuration

Part Number: TMS570LC4357

Hi team

My customer is using TMS570LC4357. They want to communicate FPGA with EMIF.

The following is the code

 emifREG->CE3CFG = (0U  << EMIF_BIT_SS)       |
                    (0U  << EMIF_BIT_EW)       |
                    (1U  << EMIF_BIT_W_SETUP)  |  
                    (14U << EMIF_BIT_W_STROBE) |  
                    (0U  << EMIF_BIT_W_HOLD)   |
                    (15U << EMIF_BIT_R_SETUP)  |  
                    (15U << EMIF_BIT_R_STROBE) |  
                    (0U  << EMIF_BIT_R_HOLD)   |
                    (1U  << EMIF_BIT_TA)       |
                    (1U  << EMIF_BIT_ASIZE);     

But they found that the timing of the nDQM signal observed through the FPGA is not normal. 


What is the normal timing of the nDQM signal of the TMS570LC4357? Is there a register to configure it?

BR,

Susan 

  • Hi Susan,

    The EMIF timings are all specified in the TMS570LC4357 datasheet. What do they mean by the nDQM signal timing not being "normal"? The RS and RH parameters in the CExCFG register controls the read-access timing of this signal (and other signals as well).

    Regards,
    Sunil