Hi,
As I have mentioned earlier I am new to BF707, I wanted some help in configuring SPORT(I2S Mode).
And I am using the following code to enable the SPORTs.
*pREG_SPORT0_CTL_A = 0;
*pREG_SPORT0_MCTL_A = 0;
*pREG_SPORT0_DIV_A = 0x00640001;
*pREG_SPORT0_CTL_A = 0x02000Af2;
*pREG_SPORT0_MCTL_A = 0;
*pREG_SPORT0_CTL2_A = 0;
*pREG_SPORT0_CTL_A = 0x02000Af3;
*pREG_SPORT0_TXPRI_A = 0x8000;
But I follow the steps of Initializing Core-Driven (Non-MCM) Transfers in SPORT Programming Model to set, but still cannot measure any signal at the angle of SPORT0_A
Please help me out.
Thanks & Regards,