Hello,
> I do have set U1FCR |= 0x01, which the manual says is required for
> correct operation.
Perhaps try U1FCR = 0x01 ! U1FCR seems to be a WriteOnly (WO) register,
perhaps it is a problem, because |= is read-modify-write.
Regards,
MartinMessage
Re: [lpc2000] Confirmed: U1DLL = 0x01 does not recieve on LPC2148 using fractional divisor
2005-11-03 by Martin Maurer