Using of LPUART1 on L031K6
I'm trying to receive data from the LPUART1 serial port on the L031K6 development board.
Unfortunately all my aproaches failed so far.
Sending data works fine in all three modes:
- Blocking
- Non-Blocking IT
- Non-Blocking DMA
I'm routing the LPUART1 to PA2 and PA3, which are initially the RX and TX lines of USART2.
The USART2 is already in use.
Are there any restrictions in using the RX line on PA3 or in using the LPUART1 in receiving data?
