Part Number: SK-AM62B-P1
Tool/software:
On board, currently I'm using UART5, and I also wanted to use another UART. So, looking at the datasheet, I found UART4 (K24-3pin & K22-5pin) & UART6 (V25-16pin & K25-20pin) are available from J3 40pin; I enabled those pins. UART4 pins are clashing with I2C2 so I have disabled those pins and made UART4 active, and UART6 pins are active. When I did the loopback test, the data was sent successfully, but I don't see any data received—for both UART's.
I have even connected a logic analyzer, for the case UART6—Connected TxRx—to an external device, where if you send data to that device, it will respond with different data. I have tested it; the data was sent, and I got a response at the pin, which I can see via the logic analyzer at both TxRx, but on the screen I see the response as no data received.
Can someone help me out with it?