We are using C6727B DSP and using Code Composer Studio with an emulator for debugging. In the GEL file. we are setting the following registers
1. A1CR = 0x3FFFFFFD (16-Bit Data Access)
2. AWCCR = 0x10000080 (Default Value)
We are not presently using EM_WAIT signal.
The EM_CS2 signal pulses for about 2.5 us(High-Low-High) whenever an Asynchronous Memory / IO is accessed. Is the 2.5 us due to the value 80 in MEWC of AWCCR. If I have to reduce this time (faster) what should I do. I tried changing the MEWC to 0x0 but it didn't work. As per the datasheet the EM_CS2 should not take mare than 7-8 cycles of EM_CLK clock. Our EM_CLK is set to 30 MHz. For which we should get a EM_CS2 pulse of about 266 ns.
Pl. Help.
Thank You in Advance,
C6727B user