在C++程序中进行中断配置时,Hwi_create(7, &CpIntc_dispatch, ¶ms, &eb);
会出错:argument of type "void (*)(xdc_UInt) C" is incompatible with parameter of type "ti_sysbios_hal_Hwi_FuncPtr"
应该怎么做呢?
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.
在C++程序中进行中断配置时,Hwi_create(7, &CpIntc_dispatch, ¶ms, &eb);
会出错:argument of type "void (*)(xdc_UInt) C" is incompatible with parameter of type "ti_sysbios_hal_Hwi_FuncPtr"
应该怎么做呢?