Hi,
I'm using freedom development board FRDM-K32L2A4S.
Using MCUXpresso IDE v11.6.1 i created my own test project to be uploaded on the board.
I'm trying to use LPUART0, so I configured it in polling mode, 115200 8N1, tx and rx enabled.
Using pinmux tool i selected GPIO A14 as TX and GPIO A15 as RX.
I generated the code and I tried to send a char with:
LPUART_WriteByte(LPUART0_PERIPHERAL, 'J');
but nothing seems to come out of GPIO A14.
Any hint on how to make it work?
thanks
Paolo
Solved! Go to Solution.
Hi @pciampanelli, You can use the example as a reference to check how is the code and the pins' connection,
As you can see in the pictures below
By other hand, if you have a project and want to add the lpuart, you can use the manager SDK components
And select the pins components
Hi @pciampanelli, You can use the example as a reference to check how is the code and the pins' connection,
As you can see in the pictures below
By other hand, if you have a project and want to add the lpuart, you can use the manager SDK components
And select the pins components