Hi,
We were able to reproduce the issue, and we managed to implement the following workaround. The UART HIF is to be connected as previously mentioned, directly to J68.
EduardoZamora_0-1760132346504.png
The pins DWL_REQ, VEN and IRQ have to be connected to the LPC as follows:
EduardoZamora_1-1760132373181.png
Please do not remove the jumpers of J45 and J20, connect directly to them with a male to male jumper. Please configure as well the onboard HOSTSEL switches accordingly.
EduardoZamora_2-1760132397129.png
Regarding the software example, some changes are needed. Please add the following line in the "lpc55S16Board_Init" function
EduardoZamora_4-1760132518115.png
In the “phHdll_Lib_HalHwExchange” function please add the following lines to empty Rx FIFO:
EduardoZamora_5-1760132560814.png
In this same file include the "fsl_usart.h" library.
In fsl_usart.c::USART_ReadBlocking() please copy the line 625 and paste it again after clearing the reception flags.
EduardoZamora_6-1760132613453.png
After this, please test the project and the communication.
Regards,
Eduardo.