Hi
The dm6467T dataseet says its clockrate is 1G HZ .But in codec_engine_2_25_05_16/// all_evmDM6467T.tci the clockrate is set as below:
var params = {
clockRate: 594,
catalogName: "ti.catalog.c6000",
deviceName: "DM6467",
regs: device_regs,
mem: mem_ext
};
It is the same as the old dm6467 platform,if i want to improve the performance of dm6467T ,do I need to change the clockrate from 594 to 1000.
If I change to 1000 what other changes do I need to made,thanks.
Regards,
-David