Hello!
I'm working with DSP core of OMAPL138 chip. I am using DSP/BIOS 5.41 and CCS3.3.
Omap is used to read data from external receiver via McBSP port and process it. I/m using SIO to work with McBSP. Sample rate of of receive is 48kSps. Also I have internal timer with tick rate is 72kHz. Timer is configured via CLK module of BIOS. Reference clock is 14.4MHz and PRD value of timer is 200.
I measured number of times I've got an interrupt from receiver per 1 second of the internal timer. The expected value is 48000 interrupts. But received value is nearly 51000.
I don't understand what's going on...
Please help!