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.

关于6474SRIO的问题



你好,我想请教一个问题,就是我用6474 SRIO,每次发送完一个4Kbyte包后,我需要SRIO响应一个中断。而不是像例程这样: /* Wait for the completion of transfer */

response.index = lsu_no;

response.data = 1;

do {

CSL_srioGetHwStatus (hSrio, CSL_SRIO_QUERY_LSU_BSY_STAT, &response);

}while(response.data == 1);

请我最好引那个中断出来?