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-AM64X:等待引导通知功能。 代码冗余。

Guru**** 2460850 points


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

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1479349/processor-sdk-am64x-wait-for-boot-notification-function-redundancy-of-code

器件型号:PROCESSOR-SDK-AM64X

工具与软件:

大家好、我有一个关于 sciclient.c 的问题

函数名称 Sciclient_waitForBootNotification
为什么需要最后一个函数 readThread32、它似乎没有任何作用? 好。  

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

    尊敬的 Jun Tu:

    此行对于此 API 至关重要、如果您查看 TRM 中的11.2.3安全代理章节、您将发现它称作完成字节:

    因此、为了完成消息的读取并允许读取新消息、我们将在此读取线程的最后一个字节。

    此致、

    开会。

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

    谢谢