Hi Recently I am working with a project. I design a 8x serial communication port board to use with OMAPL137 DSP board. I used two ST16C554, each with 4 serial port, so total 8 serial port there. The 8 bytes data bus from ST16C554 are connected to EMA_D[0] -- EMA_D[7] respectively. These serial port base address are mapped to EMIFA base address. Now I can send data and receive date through the serial port by continuely monitor the serial port register status. Now the problem is I have to set POSTDIV to 0x00080009 or larger in order to make the expanded serial communication work well. But the default value of POSTDIV is 0x00080001, and this value make the built-in uarts work well. If POSTDIV is big than 0x00080003, the built-in uart could not work well. I have read some article and I found the PLLDIV3 is for EMIFA, but it is no use to adjust PLLDIV3 alone. It seems that only the POSTDIV play an important role in this. Is it right that I do ? How should I do the next ? I would be really grateful for your help Please forgive my bad english. Thanks