Other Parts Discussed in Thread: SYSCONFIG, AM2732, TAD5212, TAC5212
Tool/software:
I'm trying to configure an McASP instance to interface with an ADC and a DAC both running at 960kS/s, 16-bit samples. There are two external channels each direction, so it's a frame every 16 bits. The devices need a trigger (frame sync I assume) on every sample. I'm doing this in sysconfig in CCS.
Problem 1 is I can't configure the slot count to 1, which is what I assume I need.
Problem 2 is if I set the Transmit Frame Sync Rate to custom and set the frame rate to 960kHz, I get an error under Transmit Master Clock Rate: AHCLKX outside scope. Well, maybe, I need to be able to set the Transmit Master Clock Rate to 16 times the frame sync rate, I think.
Looking at Figure 11-349. Transmit Clock Generator Block Diagram, this should be doable.
What am I doing wrong?
Thanks,
-corey