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