Hi,
I'm using sc589-ez-BOARD to run a playback demo.both adau1979 and adau1962 are in TMD4 mode.but no interrupt occurred for DAC and ADC while running.
here attach my code,please help!
Best regards,
Binge.
ADAU1979
Production
The ADAU1979 incorporates four high performance, analog-to-digital converters (ADCs) with 4.5 V rms capable ac-coupled inputs. The ADCs use a multibit...
Datasheet
ADAU1979 on Analog.com
ADAU1962
Production
The ADAU1962 is a high performance, single chip, digitalto-analog
converter (DAC) that provides 12 DACs with
differential outputs using the Analog Devices...
Datasheet
ADAU1962 on Analog.com
Hi,
I'm using sc589-ez-BOARD to run a playback demo.both adau1979 and adau1962 are in TMD4 mode.but no interrupt occurred for DAC and ADC while running.
here attach my code,please help!
Best regards,
Binge.
this is my preload file.
Hi Binge,
We have referred your simple project. In that you forgot to call adc_dac_rst() and spu_config(). We hope you called these functions in your original project.
ADC and DAC are connected to DAI pins internally. So we need to route these pins using DAI register. Please refer the DAI chapter in hrm manual.
The default DAI configuration file is generated in arm core > system > sru > sru_config.c. Please replace the attached sru_config.c file in your project. We suspect that this may be the cause of this issue. Please try and let us know how you are getting on
Regards,
Santhakumari.K