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.
DM8168 DVRRDK 04.00.00.03,哪些link运行时需要linkstart?
我当时看e2e上TI FAE说,是capture,swms,nsf,display这4个link需要linkstart,但是看DVRRDK程序里,很多DEMO基本都是所有LINK都linkstart了。
那究竟哪些link需要link start?
BR!
你好,
你的理解是正确的。每个Link在创建完成后,需要通过调用System_linkStart来运行,这点在RDK的代码里都是有体现的。
Int32 System_linkStart | ( | UInt32 | linkId | ) |
Start the link.
The makes the link start generating or consuming data.
Note, the order of starting links of a chain depend on specific link implementaion.
linkId | [IN] link ID |