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.

TMS320C6678: 在核0上同时配置网口和SRIO,Qmss申请不到描述字

Part Number: TMS320C6678


由于在网口和SRIO各自的例程里都有对Qmss的初始化过程,现在合成一个工程,则取消了选SRIO例程里对Qmss的配置,合并后的工程是在原网口例程上修改的,现在网口正常,srio初始化失败,跟踪了下是srio在申请qmss描述字(Qmss_queuepop)时返回值为空.

现有几个疑问:

1.qmss_start之后配置memroy  region时,是不是需要配置两个region,网口和srio各用一个?如果配置两个怎么配?

2.网口和srio需要各自申请一个cppi的描述字吗?如果需要是不是一个cppi的描述字对应一个qmss的memroy region?