This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
I'm trying to log the NWP processor output, but don't have access to GPIO7 on my custom board. Can I reroute this out GPIO1? I know GPIO7 is being used for the debugging uart output.
// If your application already has UART0 configured, no need for this line MAP_PRCMPeripheralClkEnable(PRCM_UARTA0, PRCM_RUN_MODE_CLK); // Mux Pin62 to mode 1 for outputing NWP logs MAP_PinTypeUART(PIN_62, PIN_MODE_1);