W_STROBE/R_STROBE on the TMS320C5517 Asynchronous CSn Configuration Registers (ACSnCR1/ACSnCR2) are 6-bit long, and by setting the values of these bits the lengths (clock cycles) of the read and write strobes are decided. My question is this is the same thing as setting the "wait-states/wait-cycles” discussed on any other DSP/microcontroller datasheet? Since I didn't find any register from C5517 which can customize the wait cycles by programming without using EM_WAIT[2:5] pins. So in other words, I do not want to use EM_WAIT[2:5] pins for my external device wait states, can I customize the wait states only by programming the W_STROBE/R_STROBE bits?
Thank you in advance.