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.

RTOS: EVE : calling ivision from algorithm link

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

  • Hello there,

    Any updates??

    One more thing to add,

    I have added path to the library in "vision_sdk/apps/MAKEFILE.MK" file also, but still the same issue.

    path to lib:- EVE_ALG_LIBS += $(evealg_PATH)/apps/sobel_edge_detection/algo/lib/release/libeveSobelEdge.eve.lib

    Regards,

    Kajal