This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

UART with RL-ARM in low clock speed

Hello,

We have an application for LPC2368, based on RL-ARM, that run UART communication.
This is working very well.

For power consuming reasons, we need to slow the MCU clock down to 4 MHz (based on Internal Osc.).
Now, the UART work well up to 57600 baud rate. But in 115200 bps, I cannot receive any data although sending data work well. The debugger isn't even reach the UART IRQ at all.

In the data sheet I found that "Standard baud rates such as 115200 can be achieved with any crystal frequency above 2 MHz."

What can be the problem?
Is it possible that there is a conflict between UART and RL-ARM?