Hi,
I am using MCUXPresso IDE , SDK exmaple code for USART transfer data through interrupt,while am selecting the project UART console. i want to use printf function, so include the fsl_debug_console.h header but it is not work, so explain about the uart console and using pritnf function.
Hi @Sathiya_T
Please also add
BOARD_InitDebugConsole();
Please refer to picture.
Hope this will help you.
BR
Hang