When using the Serial_LDD component on a Kinetis MK22FN1M0AVLH12, I get framing errors when transmitting any sequence of characters. Are there any known compatibility issues with this particular device or component?
The default component configuration was used, a number of baud rates were tried yet each time only the starting character from the sequence was received on the host machine.
Looking on a logic analyser (with UART decoder), the first character is fine yet all the subsequent characters were reported as having a framing error. The baud rate also seemed to be pretty off too.
I know that this particular device works fine as I have some C++ UART code which works without any issue. The K22 is running at 120MHz, with a 16MHz crystal - I've tried UART0 and UART2 and both have exactly the same issue in this Processor Expert generated code.