ADSP-21593
Production
Reaching speeds of up to 1 GHz, the ADSP-2159x processors are members of the SHARC® family of products. The ADSP-2159x processor is a dual-SHARC+® core...
Datasheet
ADSP-21593 on Analog.com
the bit clk and fs clk are externally provided, and there are 2 data inputs.
this is my code:
```
SRU(LOW, DAI0_PBEN07_I);
SRU(LOW, DAI0_PBEN08_I);
SRU(LOW, DAI0_PBEN03_I);
SRU(LOW, DAI0_PBEN02_I);
```
in the example "GBL_Audio_Talk_I2S_21593_Core1", adi_sport_ConfigClock() and adi_sport_ConfigFrameSync() are not called. but it works fine.
Under what circumstances should I call adi_sport_ConfigClock() and adi_sport_ConfigFrameSync() to config Clock and FrameSync?
Hi ,
A similar query has been handled in the below link. Please refer it and let us know if you need any further assistance.
In ADSP-21593, if I want to set sport0A as I2S RX, and the bit clk and fs clk are externally provided, do I need to config the sport clock and FrameSync? - Q&A - ADSP-SC59x - EngineerZone (analog.com)
Regards,
Ranjitha R