I am having a sample test application. I make the process to sleep for 3 seconds and then exit. Below is the register configuration values(this process doesnot do anything other than this),
rcr2_reg = 0x00000001;
rcr1_reg = 0x000003A0;
xcr2_reg = 0x00000001;
xcr1_reg = 0x000003A0;
srgr2_reg = 0x000010FF;
srgr1_reg = 0x00001F00;
mcr2_reg = 0x00000201;
mcr1_reg = 0x00000201;
rcera_reg = 0x0000000F;
rcerb_reg = 0x00000000;
xcera_reg = 0x0000000F;
xcerb_reg = 0x00000000;
pcr_reg = 0x00000F03;
sysconfig_reg = 0x00000000;
thrsh2_reg = 0x00000000;
thrsh1_reg = 0x00000000;
irqenable_reg = 0x00000000;
xccr_reg = 0x00001008;
rccr_reg = 0x00000808;
after this if I start some application that uses McBSP2 (if I run this application before then it works fine) I am observing noisy output
Can anyone please let me know the cause and solution for the same ?