Part Number: TIDA-01414 Other Parts Discussed in Thread: AUDK2G Hello E2E,
Our customer has referred to TIDA-01414. They requesting F/W for DSP. Does TI able to provide it?
And,
It can change the input connector to HDMI?
Regards, ACGUY
Part Number: K2GICE Other Parts Discussed in Thread: AUDK2G Is there an example McASP Code Composer Studio project for the K2GICE 66AK2G Eval Board?
pdkAppImageCreate.bat (from pdk_k2g_1_0_14) appears to only generate an example for the EVMK2G. Can this…
Glenn,
66AK2G1x is definitely the device that has been designed for high end audio and you can look at our multichannel audio daughter card design to see how we have design 16 channel input and output audio using the MCASP. In addition we also have McBSP…
Could you clarify, what software are you using with this setup and what is the sampling rate used with this playback.
I would recommend that you look at the AUDK2G example in our Processor SDK RTOS that does a 8 channel audio loop back.
Source Code: …
Hi Yordan,
you are right. 3 kHz seems to work. 6 kHz and 12 kHz works either too. The SDK RTOS Version is 5.03. The example is from 5.02. The hardware connection for the DIR9001 is like the AUDK2G.
Thanks
Richard
Hi Minqi,
AM57xx can be used for audio applications (professional and otherwise). It includes multiple McASP peripherals for audio I/O, C66x DSP for audio algorithms, and Cortex A15 for audio and networking. Note that the audio I/O interfaces on the AM57xx…
Rahul,
I think you might have a different project in mind. The 2.2.4.2 section named audioAnalogLoopbackTest in the tiducr7a.pdf, which is the main documento for TIDEP-0088 reference design specifically states that "The cmb project is part of the Processor…
Part Number: 66AK2G12 Other Parts Discussed in Thread: AUDK2G
Hi,
My customer is using audio example (MCASP_Audio_evmK2G_c66ExampleProject, not AUDK2G add-on but AIC3x on-board codec version) on their K2G EVM.
When running the example, audio loopback…
George,
The configuration of which serializers are used for transmit and receive is configured using the mcasp_cfg.c file in the audk2g analog loopback example. Each serializer bring in 2 channel data in (LR) format. Based on on MCASP driver mode, the…