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.

TDA4VM: app_tidl_avp demo Set C7X_1 Node Target

Part Number: TDA4VM

in vision_apps/apps/dl_demos/app_tidl_avp/avp_tidl_module.c
I modify the function app_create_graph_tidl_od
tidlObj->node = tivxTIDLNode(graph, tidlObj->kernel, params, input_tensor, output_tensor);
status = vxGetStatus((vx_reference)tidlObj->node);
vxSetNodeTarget(tidlObj->node, VX_TARGET_STRING, TIVX_TARGET_DSP_C7_1_PRI_1);
vxSetReferenceName((vx_reference)tidlObj->node, "ODTIDLNode");

app_create_graph_tidl_seg
tidlObj->node = tivxTIDLNode(graph, tidlObj->kernel, params, input_tensor, output_tensor);
status = vxGetStatus((vx_reference)tidlObj->node);
vxSetNodeTarget(tidlObj->node, VX_TARGET_STRING, TIVX_TARGET_DSP_C7_1_PRI_2);
vxSetReferenceName((vx_reference)tidlObj->node, "segTIDLNode");
When I run on the evm board for a few minutes, debug print
[c7x_1] 239.842790 s:
[c7x_1] 239.842790 s:
[c7x_1] 239.842790 s:
[c7x_1] 239.842790 s:
[c7x_1] 239.842790 s:
[c7x_1] 239.842790 s:
[c7x_1] 239.842790 s:

x 出现错误。请重试或与管理员联系。