Tracking problem: can not see print information

If you have a simple question and just want an answer.
skylaugher
Junior Member
Posts: 6
Joined: Wed Nov 25, 2015 8:55 am

Tracking problem: can not see print information

Post by skylaugher »

Hi, I met a new problem.

I  added a print statement before function audio. But I can not see "audio" informatio in console whether in debug mode or in run mode. How can I see these print infrmation? 

            thread_speed();
            printstrln("audio");   //added here
#ifdef MIXERn
#define AUDIO_CHANNEL c_mix_out
#else
#define AUDIO_CHANNEL c_aud_in
#endif
            audio(AUDIO_CHANNEL,
#if defined(SPDIF_TX) && (SPDIF_TX_TILE != AUDIO_IO_TILE)

ps, The program plays pretty well.

srinie
XCore Addict
Posts: 158
Joined: Thu Mar 20, 2014 8:04 am

Post by srinie »

Hi,

Check if this can be helpful:

http://www.xcore.com/questions/3210/xti ... ot-working