Other Parts Discussed in Thread: TMS570LC4357
Hello, Ti experts,
We are using TMS570LC4357 to control device through external bus. The asynchronous interface of EMIF is used. The VCLK3 is configured to 37.5Mhz. And other configuration as below
emifREG->CE3CFG = ((U32)0U << EMIF_BIT_SS) |
((U32)0U << EMIF_BIT_EW) |
((U32)2U << EMIF_BIT_W_SETUP) |
((U32)12U << EMIF_BIT_W_STROBE) |
((U32)2U << EMIF_BIT_W_HOLD) |
((U32)10U << EMIF_BIT_R_SETUP) |
((U32)20U << EMIF_BIT_R_STROBE) |
((U32)2U << EMIF_BIT_R_HOLD) |
((U32)3U << EMIF_BIT_TA) |
((U32)1U << EMIF_BIT_ASIZE);
After looking at the waveform, we find some thing different from our expect. The CS signal of write is extramly extended, but the configuration is 2 clocks.
Waveform is :
Then we try to change the mode from normal to strobe. We expect the CS signal would as long as WE. Yes, this is as our expect. Except there are two more periods of CS signal.
And the wareform is:
That is strange for us. It seems there is peroid of CS has to be low after writting. And it can not be elimated.
How could this happen? Would you mind to give us some clue?
Thank you

