URGENT:
HI ,
I am acquiring audio through line-in continuously but cannot display it on single-time graph. it displays some samples when I halt the program. How to see the audio waveform continuously.
regards,
prat
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
URGENT:
HI ,
I am acquiring audio through line-in continuously but cannot display it on single-time graph. it displays some samples when I halt the program. How to see the audio waveform continuously.
regards,
prat
Do you have the 'Continuous Refresh" icon enabled in the graph view and real-time mode enabled? Which target device are you running on?
Here are a couple of related threads that might be helpful:
http://e2e.ti.com/support/development_tools/code_composer_studio/f/81/p/58723/439654.aspx#439654
http://e2e.ti.com/support/development_tools/code_composer_studio/f/81/p/3261/11439.aspx#11439
'Continuous Refresh' mode is on. The signal is available continuously. The device is OMAP-L138 with C67xx connected through in-build xds100v1 emulator. The project is in dsp-bios.
I cannot find 'Real-time mode' button. where it is.?
regards
Prat
Hi,
Is the problem that xds100 doesn't support RTDX?
http://processors.wiki.ti.com/index.php/XDS100#Features_NOT_supported.C2.A0
Donald
I believe graphs should work with xds100 emulators. Have you tried an alternate method of setting a breakpoint in the code and setting the graph window to update whenever the breakpoint is hit?
This wiki page describes how to set a graph view to refresh when a breakpoint is hit and demonstrates a sinewave example that should work on C6748. Maybe you could give this a try.
http://processors.wiki.ti.com/index.php/GSG:Debugging_projects#Advanced_Data_Visualization_Tools
The example code for this is available at http://processors.wiki.ti.com/index.php/GSG:Creating_projects
I set a breakpoint in the code and selected the action "Refresh all windows". The problem persists. Also the captured waveform seems to be compressed in the beginning samples (say half of total 128 samples) and uncompressed in the later half. But when play back through Audio Line out the sound reproduced is okay.
Somebody may help.
Regards,
Prat