i have code for LPC804 of UART1 and UART2 where UART1 is responsible for communication to the smart card and UART2 is for genrating the clock for smart card , this two UART used throught SWM
now i want to replace this in lpc55s69 how to do it
Hello @ravicha
USART functions are available on all LPC55S6x/LPC55S2x/LPC552x devices as a
selectable function in each Flexcomm Interface peripheral. Up to 8 Flexcomm Interfaces
are available. So you can choose two of them to use.
BR
Alice