Tool/software: Linux
now i am VISION_03_04_00_00
char * model_fr = (char*)OSA_memAllocSR(OSA_HEAPID_DDR_CACHED_SR1, length_fr, 32);
i read model file to model_fr buffer in a15 , it will use by C66 , so have can i send the model_frto C66 dsp ?
how can i pass the physical pointer of this buffer to DSP as an Alg link (on DSP) create time parameter?
i am run SDK_VISION_03_04_00_00\vision_sdk\sample_app\src\hlos\usecases\nullSrc_display , could you please illustrate how to add code take this usecase as an example .
Shuai