Hi forum,
I'm new to MCUXpresso 11.5.1 and the SDK 2.8.0. I'm using a FRDM-K82F, and have an example that I am trying to run written in C++. A similar C example was able to write to and read from the fsl_debug_console using PRINTF and SCANF.
If I use PRINTF("something\n\r"), from my C++ application, I can see output in the Terminal view.
However, if I use std::cout, I don't see anything. Can anyone provide guidance on how to use std::cout and std::cin alongside or instead of the fsl_debug_console?
As an aside: How can I step into/step over disassembly window content? In other Eclipse IDEs, I have seen separate buttons for instruction step into/step over, but I can't seem to find it in MCUXpresso.
Thanks for your help!