Other Parts Discussed in Thread: TLV320AIC3106,
Tool/software: TI C/C++ Compiler
Hi all,
I'm using the 6748 board to capture a single-tone audio input. I'm converting every 2-byte char data to 16-bit signed int. When I graph the frame in CCS, it looks great:
Here's the data that I'm graphing:
My problem is that when I send the txArray to my computer over UART, I cannot reproduce the graph. In Excel spreadsheet, it looks like this:
I've tried re-ordering the bytes (little/big-endian) but neither way seems to work.
Any suggestions?
thank you,
Scott