Thank you very much for answering my question, and I still have questions to ask you.
First of all, I want to rewrite PTC1, 2, 3 into the following functions, is this correct?
PORT_SetPinMux(PORTC, PIN1_IDX, kPORT_MuxAsGpio);
PORT_SetPinMux(PORTC, PIN2_IDX, kPORT_MuxAlt4); /* PORTC6 (pin 42) is configured as LPUART0_RX */
PORT_SetPinMux(PORTC, PIN3_IDX, kPORT_MuxAlt4); /* PORTC7 (pin 43) is configured as LPUART0_TX */
Thank you very much for answering my question, and I still have questions to ask you.
First of all, I want to rewrite PTC1, 2, 3 into the following functions, is this correct?
Secondly, when I use debug, I will be stuck in the startup linkserver debug. Why is this?
Thank you again