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

LPC2148 Strange observation

Hi all, I have seen that in LPC 2148 for UART0, addresses of register IIR and FCR are same.
Why? and how they work then?
Please share....

Parents
  • It has another bit, in another register, that changes to a secondary register set. Think of it as a SHIFT key on the keyboard, or 2ND button a calculator, it changes the context for lesser used functionality without increasing the number of address lines on the device.

    Go read a 16550 manual if that helps.

Reply
  • It has another bit, in another register, that changes to a secondary register set. Think of it as a SHIFT key on the keyboard, or 2ND button a calculator, it changes the context for lesser used functionality without increasing the number of address lines on the device.

    Go read a 16550 manual if that helps.

Children