Hi,
I am using wireless uart demo(sdk 25.09.00); At the beginning, the uart1(Flexcom1 GPIO8/9) works normally. While, I just reconnected the wires Connected to USB adapter, the uart1(Flexcom1 GPIO8/9) is not print. I change UART to FLexcom3, all print is ok. I change to Flexcom0(GPIO2/3) also not work. And I reset and reboot many times, It also not work. I think Flexcom0/1 is may be physical damage due some reason, such as ESD.
I using below ways to change print from flexcom3 to flexcom1 or flexcom0:
1. frdmrw612_wireless_uart\source\pin_mux.c -- line 65 IO_MUX_SetPinMux(IO_MUX_FC3_USART_DATA); to IO_MUX_SetPinMux(IO_MUX_FC1_USART_DATA)
2.frdmrw612_wireless_uart\board\board.h --line 30 #define DEBUG_CONSOLE_UART_INDEX 3 to #define DEBUG_CONSOLE_UART_INDEX 1
Could help me check the modification? and How to confirm whether the serial port function of flexcom0/1 is physically damaged?Has anyone encountered a similar problem?
I sincerely hope you can reply soon.