Hello,
I have configured the mcBSP0 to digital loopback, but every write to the BFIFO data (0x1f10000), I see that the RFIFO STATUS register contains in RLVL 2 more messeges then before the write. for example if I do:
mw 0x1f10000 xxx 1 (xxx=any value)
and then: md 0x1d10014 1, I will see that it is larger in 2 then from last time (instead of 1 as I expected). When I read from the fifo, I see that the count of the RFIFO is smaller in 1, as I expected.
I would like to know why is it that the in the writing, count of RFIFO RLVL is bigger in 2 (and not 1) then before the writing.
The configuration: 1 X/R frame word, 32 bits word length, fper =32, fwid=16, numdma=1, numevent =0, delay=1bit.
Any Ideas are welcomed.
Regards,
Ran