Hi all,
I am designing an application using the AIC3254 which involves capturing audio from the ADC, doing some signal processing and sending the output to the I2S interface. The settings for the ADC clock are MADC=2, NADC=1 and AOSR=128, to give a sample rate of 48KHz for the given input MCLK. These settings limit the max miniDSP_A cycles to 256.
After adding some additional blocks in PurePath Studio I seem to have run out of cycles and the project does not build anymore. I wonder if it is possible to split the processing load between miniDSP_A and miniDSP_D. I assumed that in order to do that miniDSP_D should be set to 256 cycles too and SynchMode enabled in the framework. However, PurePath Studio seems to have a low limit of 352 for the miniDSP_D cycles. Is there any way to use both miniDSPs and transfer data between them in my setup?
Thank you in advance for your help