Thanks Paul,
I should have checked it, I did have the HardwareSerial8.cpp up to verify the other stuff like which CCGRx register and which bits... :
Code:
static HardwareSerial::hardware_t UART5_Hardware = {
7, IRQ_LPUART5, &IRQHandler_Serial8,
&serialEvent8, &_serialEvent8_default,
CCM_CCGR3, CCM_CCGR3_LPUART5(CCM_CCGR_ON),
{{34,1, &IOMUXC_LPUART5_RX_SELECT_INPUT, 1}, {48, 2, &IOMUXC_LPUART5_RX_SELECT_INPUT, 0}},
{{35,1, &IOMUXC_LPUART5_TX_SELECT_INPUT, 1}, {0xff, 0xff, nullptr, 0}},
I did wonder if you set the TX pin to half duplex or not... Did not think so, sod did not have to worry about IOMUXC_LPUART5_TX_SELECT_INPUT
Glad it is working