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.

[参考译文] PROCESSOR-SDK-J784S4:强制仿真调用失败

Guru**** 2470720 points


请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1467807/processor-sdk-j784s4-force-emulation-calls-to-fail

器件型号:PROCESSOR-SDK-J784S4

工具与软件:

您好!

我将  在仿真器中使用视觉应用 API 调用。 是否有任何办法迫使他们失败(我主要考虑`appCommonInit`)?

背景:我希望能够自动测试处理此类特殊情况背后的业务逻辑。

此致、

雅库布

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    您好!

    通过仿真器、我相信您使用的是 x86吗?  

    在这种情况下、 appCommonInit 仅进行内存初始化。  

    请检查中的 API appMemInitLocal() app_utils/utils/mem/app_mem_PC.c src  与状态进行检查可能会返回故障。

    此致、

    Nikhil