Tool/software: TI-RTOS
Hello,
We have implemented eve kernel and application with BAM. It has tested stand alone and works well.
Next , we have also created algorithm link to call that BAM implemented kernel through ivision (i.e. integration with vision sdk).
For that we used calls from "vision_sdk/apps/src/rtos/alg_plugins/common/alg_ivision.c" fille to call BAM through ivision.
Code compiles without errors but at execution time, it waits at
pSobelEdgeObj->handle = AlgIvision_create(&SOBEL_EDGE_DETECT_TI_VISION_FXNS, (IALG_Params *)pAlgCreateParams);
Inside it is waiting for, numMemRec = fxns->ialg.algNumAlloc(); , which is 1st call of ivision .
So, is all integration of EVE kernel with vision sdk is done properly ? or we are missing something??
Need help to understand the same.
Regards,
Kajal