Other Parts Discussed in Thread: PROFIBUS
Hi everybody,
I'm doing a software migration from a F2812 MUC to a F28379D.
Currently, I'm working on the EMIF part, to communicate with an asynchronous RAM (8 bits).
Below the wiring :
Is it correct?
In the F2812 software, there's not configuration file for the XINTF. I saw in this thread https://e2e.ti.com/support/microcontrollers/c2000/f/171/t/282734?failure-on-Xintf-initialization that
On F2812 device, the XINTF is active by default out of reset. Timings are all configured for maximum (meaning, slowest) since this is safe.
So normally, all the timing register are set like this :
So normally, for a write cycle, Txzcs0 = XWRLEAD + XWRACTIVE + XWRTRAIL = 347ns.
With the oscilloscope, I find around 360ns, so it's ok
Now I set all the registers for the F28379D to have the same timing than F2812 :
So normally, for a write cycle, Tcs3 = W_HOLD+ W_STROBE+ W_SETUP= 350ns.
With the oscilloscope, I find around 700ns. Why?
Thanks for your reply.