I am running Kinetis Bootlader 1.2 on TWR-K65F180M. How do I enable the debug_printfs? The board is flashed over USB SDA. I tried defining DEBUG within KDS. But couldn't find corresponding outputs either in KDS console or ACM.
I tried to include the utility files within hello_world example, which did not compile properly. I am hoping to resolve the compile errors. But wanted to check whether there is a simpler solution, which I failed to notice.
Many Thanks,
Tony
Just to update, I have managed to get printfs working using the example code. But am still keen to know if there is an alternative method..