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.

CCS 卡在 “CAPTURE:Create in progress !!!” 不动了

自从我用ccs运行chains的程序开始,就一直有个问题困扰我。就是有时候当程序运行到:
CAPTURE:Create in progress !!!
就卡住不往下运行了。但是有时候就可以正常运行过去。
我加了打印信息查出是hdvpss_xx_xx_xx_xx/packages/ti/psp/examples/common
/vps/chains/links/capture/captureLink_drv.c

中的Int32 CaptureLink_drvCreateVideoDecoder(CaptureLink_Obj *pObjUInt16 instId)函数中的
 
Status=FVID2_control(
pInst->videoDecoderHandle,
IOCTL_VPS_VIDEO_DECODER_GET_CHIP_ID,
&vidDecChipIdArgs,
&vidDecChipIdStatus
);
就卡住不动了。

而且是(同一程序,同条件下)有时候可以过去并正常执行程序,但有时候就卡在这里不动。
 
恳请各位专家帮帮忙,看看该怎么解决这个问题。
非常感谢!!!
 

  • 请提供你所用的芯片型号,参考代码来源及位置,以便于大家理解你的问题。谢谢。

  • 我用的是DM816X EVM+VC子卡,CCS换过5.0.1 和5.0.2都出现这个问题,hdvpss用的 hdvpss_01_00_01_26.非常感谢您的帮助!!!

  • 在.ccxml的配置中:

    Connection:Textas Instruments XDS100v2 USB Emulator,

    board or Device:TI816X(no STM,ETB only)

  • 请问这个问题就没有任何进展吗?经常执行到

    CAPTURE:Create in progress !!!

    就卡住不动,很影响工作呀!!!

  • XDS100v2 USB Emulator能connect上DM8148吗 ?

    求解      为什么我连不上

    100v2

     

    Error connecting to the target:

    (Error -150 @ 0x0)

    This utility failed to operate the adapter for a custom emulator.

    The adapter returned an error for unknown reasons.

    (Emulation package 5.0.520.0)

  • 挂个仿真器用CCS打断点调