Dear Experts
I am attempting to get the ECU module in the VoLIB to work on C6A8168 processor.
Volib version is 2.0.0 and ECU version is 10.92.0.3.
I don't use Code Composer Studio.
Ezsdk version is 5.02 and bios version is 6.32.01.38.
The code seems to be working - with the exception that the echo canceller is not cancelling the echo.
I have a few questions:
1. The Volib and ECU support C64x DSPs. Can C674x DSPs be supported ?
2. In chapter 5 of ECU Users Manual (Version 1.10), "Table 15. Buffer placement strategy" tells the buffer palcement.
No |
Buffer |
SA/DA RAM |
Static/Scratch |
Requirement |
1 |
FG_FILTER |
SARAM |
Static |
Different bank from 2 |
2 |
RX_BUF |
DARAM |
Static |
None |
3 |
BG_FILTER |
SARAM |
Static |
Different bank from 2,4 |
4 |
BG_UPDATE_BUF |
SARAM |
Scratch |
Different bank from 2,3 |
5 |
SRCH_FILTER |
SARAM |
Static |
Different bank from 2,4 |
6 |
Stack |
Different bank from 2 |
Should I strictly accoding to the Buffer placement strategy ?
I think that buffers placement is designed to save MIPS and it can't effect the echo canceller.
3. I don't use CCS and I don't know how to place the above buffers in different segment or bank.