Hi,
I use EMIF periphery with WAIT signal. I would like to know how many emif clock cycles after deactivation of the WAIT signal is read/write cycle terminated.
I am tested it and it seems that read/write cycle continues several clock cycles after WAIT .
BTW: Is not error in the reference manual ? I used the following setting:
emifREG->AWCC = emifREG->AWCC|
emif_pin_low << 29|
emif_pin_low << 28|
emif_wait_pin0 << 16|
127;
However, the processor inserts wait cycles when WAIT signal is high.
Thank you.
PS: The figure from analyzer is attached.