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.

About 6455 emif

Hello,expert:

    I am using a usb emulator to debug the emif of 6455 . The emif interface to a sbsram. The problem I met was that the period of a write command last about 2.8us(ce4), but the emif clock output (aeclkout) is about 125MHz, so many clock passed during the read operation. This make the debuging of sbsram seem to be impossible. Could expert help me with the problem?

  the  ce4cfg is configed like this:

  "EMIFA_CE4CFG = 0x80000046;"

  and the sbsram is written like this:

*((Uint32 *)0xC0000000) = 0x0F0F0F0F;

Thanks a lot!