Altera_Forum
Honored Contributor
19 years agoAudio Codec on CycloneII DSP Kit
I have a CycloneII DSP Development kit and want to write data to the TI TLV320 audio codec chip on the board. I don't see an existing way to do that with the original full feature design. I try adding an SPI component (master) with the SOPC builder, generate, update the full_2C35 component in Quartus II. At this point I need help to answer a couple of questions before compiling.
1. My first problem is how to connect the SPI signals to pins? I can find the pin numbers for the TLV320 device from the DSP kit reference manual, but how do I assign them to the signals on the project diagram? Please explain, or point me to the documentation that tells me, how to get new pin assigments to appear on the diagram. 2. The next problem is what should I connect the MISO_to_the_spi to? I'm I right in thinking that want to connect MOSI_from_the_spi to AUDIO_SDIN, SCLK_from_the_spi to AUDIO_SCLK, and SS_n_from_the_spi to AUDIO_CSN? Thanks for any helps, pointers, or suggestions. Dave