Hello,
I'm know the UART.
I'm using UART0 to use a wifi device (ESP32)
I'm using the UART1 to communicate with a BMS.
I'm not using the UART2.
Usualy, I use the printf into the code, only in debug to display some useful information during devellopment.
I recently did that on the MKL27 which used all uart for application and I printed some information to my MCUXpresso consol for debug purpose.
But here, with my MKL33 project, this seems crash to an hardfault when I receive data from the UART0 (I not yet run the UART1, I will test the BMS later)
Is it possible to use in the same time the UART0, UART1 and print some useful inromation, only for debug purpose to the MCUXpresso consol.
This seem be ok on MKL27 but not on MKL33?? Maybe the project is different, but I don't know what parameter check..??
I hope to be clear enough