LPUART missing first bit when using LSE, Works fine with HSI
We am using the Murata 1SJ which has a STM32L072CZ MCU and internal LSE, We trying to decode a UART stream from a Ublox GPS device using the LPUART in STOP mode. BAUD 9600 8 bits, 1 stop, no parity, all standard stuff.
When i clock the LPUART with HSI16, everything works...
When i clock the LPUART with LSE, on occasion the first bit is missing. Without it the whole packet is lost. Maybe 1 in 10 packets this happens. I'm getting 0x94 instead of 0xB5. The LSE is giving us a rock solid 32,768Hz.
Anyone have any tips or next steps to try here?
