This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi Experts,
I am working on the TMS320C6748 LCDK and i have a couple of questions:
1] Do we have a technical reference for the TMSXLCDK6748 that's something like this provided by the Spectrum Digital OMAPL138 EVM -
support.spectrumdigital.com/boards/evmomapl137/revd/files/EVMOMAPL137_TechRef_RevD.pdf
2] I could successfully get the McASP starterware example code up and running. I see that the default sample rate in the code is 48KHz. I would like to modify the codec sample rate to 8KHz. Would it be enough to change the "#define SAMPLING_RATE (48000u)" to 8000 in mcaspPlayBk.c or anyother change would be needed?
3] Also, are there any hardware accelerators (or assembly instructions) to implement a 400 tap filter in real time (for TMS320C6748)? [My application requires that the input analog signal be filtered with 400 taps in real time before being sent to the DAC] . Any pointers would be of immense help.
Thanks a lot
Smita
1] Do we have a technical reference for the TMSXLCDK6748 that's something like this provided by the Spectrum Digital OMAPL138 EVM -
2] I could successfully get the McASP starterware example code up and running. I see that the default sample rate in the code is 48KHz. I would like to modify the codec sample rate to 8KHz. Would it be enough to change the "#define SAMPLING_RATE (48000u)" to 8000 in mcaspPlayBk.c or anyother change would be needed?
Thank you! I passed two known sinusoidal tones at 2KHz - one sampled at frequency 48KHz and the other at 8KHz and verified the outputs of CCS. I got what was expected and i could manipulate individual channel samples as well. Works perfectly well. Thanks!
Hi,
Thanks for your post.
Just to address your question #3 and other two questions were already by Titus.
I don't think, there are hardware accelerators or signal coprocessors in c6748 LCDK but you could implement your own software to design a 400 tap filter on DSP to process as applicable to your real time requirement.
Thanks & regards,
Sivaraj K
-------------------------------------------------------------------------------------------------------
Please click the Verify Answer button on this post if it answers your question.
-------------------------------------------------------------------------------------------------------
Hi Sivaraj,
Well yes, i could do it in software, but i was wondering whether implementing a 400 tap filter would be possible in real-time. I did some rough math and i think using a sampling frequency of 8KHz instead of 48KHz may be suitable; along with some heavy optimization and software pipelining. I'll use a logic analyzer to verify eventually.
Also, may i know what's the maximum power consumption of the C6748 and how does it compare (in terms of power usage) with ultra low power C5000 series (I had a look at the documentation and i think standby power is <10mW. Could you please comment on power consumption while the CPU is up and running at top speed? i shall look into the TRM as well).
Thanks a lot Sivaraj and Titus.
Smita