Hi,
I was developing a code and all went fine until I decide to use a Uart TX pin. I chosed PIO0_14 and generated code with MCUxpresso to create pin_mux.c and peripherals.c.
I use another pin (PIO0_1) as test output pin, so that when code startes running I can see a pulse of some milisecond on PIO0_1 output pin.
When I was not using Uart I saw this pulse on PIO0_1, but as soon as I do "USART_Init(USART0, &config, CLOCK_GetFreq(kCLOCK_MainClk));" to initialize Uart, my output pulse on PIO0_1 does not work again.
Any helping will be apreciated.
Asier.