Hello,
I'm using the USART in an LPC804 as Synchronous Master, sending data packets to a slave, but for every byte (8 bit long), seems the LPC add 1 stop bit.
As an example, on an 32 bit data I count 36 clock bits.
The configuration is 8 data bit, 1 stop (the choice is between 1 and 2 stops bit), no parity.
In the middle of the 9th bit there is a clock front, so it doesn't seem to be just an idle time.
Anyone was able to use this device properly?
There is any way to disable this stop bit to be added to communication?
Many thanks for any help or comment