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.

[DM6467]lib doesn't work on chip but works on CCS

Hi My customer get a lib(plate recognization feature).

They find the lib doesn't work on chip but works on CCS.

I doubt it must because of the configuration issue. And if they modify from

.intDataMem   > IRAM      to 
.intDataMem   > DDR2,   then it works, but very slow , as it runs on DDR2.

Which proves that this issue is from memory configuration.

I am new on DSP, my question is , when implementing a lib, what need to be taken care of ?

For this case, customer doesn;t have instruction from lib provider, it is possible to know how to correctly configure the memory ?

BR,

Eason