Hello, I've just started using MCUXpresso, so I'm sorry if this question has an obvious answer.
When I use the SDK Wizard to create a project for my board (FRDM-KL25Z) using the default settings, the main function always contains the line:
PRINTF("Hello World\n");
I need to do some debugging and this function seems useful for that purpose, but I can't figure out what console this function is printing to.