Hi,
I am using FRDM-MCXA156 and MCUXpresso IDE v24.12
I cannot get LPUART1 working.
I imported the example frdmmcxa156_lpuart_edma_transfer which uses LPUART0, and I simplified it so that I removed all unnecessary code. I modified only file lpuart_edma_transfer.c. It now initialises LPUART0, writes character 'A' and reads status flags.
Then I changed all LPUART0 related references to LPUART1 related. Both LPUART0 and LPUART1 versions are attached below.
When I run LPUART0 version, 'A' is sent and status flags are: 00c000c0
When I run LPUART1 version, 'A' is not sent and status flags are: 00000040
Perhaps some register initialization is missing from LPUART1 version, but I do not understand what it can be.
BR,
jukka