I attach pins setup for uart configuration. You can also find it on theR_UARTO_Create()function inside ther_cg_sau.cthat be created from code generator. /* Set RxD0 pin */ PFSEG5&=0xF7U; PM1|=0x80U;RX...
As at trail and error, when I set the PINs as below, free memory is intact. Code:Select all uart_set_pin(EX_UART_NUM, TXD, RXD, UART_PIN_NO_CHANGE, UART_PIN_NO_CHANGE); Can someone please explain the reason? I am guessing one of the reason could be usage of DMA internally for...