Hi guys,
I need to understand why the HSUART of LPC doesn't change the parameteres of STOP BIT, PARiTY, WORD LENGTH?
It's set 8N1 and I need change it for other values ... When I read the driver lpc32xx-hsuart.c I saw it set always 8N1, and I couldn't change (even if I set another value by code, it keep the old value 8N1).
These UARTs can't change the parametes? Why is it happen?
Thanks so much for any reply.