Q1 那么用了这个初始化中断后 可以不设sy***ios的hwi喽?
// Initialize the DSP interrupt controller
IntDSPINTCInit();
// Register the ISR in the vector table
IntRegister(C674X_MASK_INT4, SPIIsr);
// Map system interrupt to the DSP maskable interrupt
IntEventMap(C674X_MASK_INT4, SYS_INT_SPI0_INT);
// Enable the DSP maskable interrupt
IntEnable(C674X_MASK_INT4);
Q2 这个不写,就设sy***ios的hwi也可以喽?
Q1 那么用了这个初始化中断后 可以不设sy***ios的hwi喽?
// Initialize the DSP interrupt controller
IntDSPINTCInit();
// Register the ISR in the vector table
IntRegister(C674X_MASK_INT4, SPIIsr);
// Map system interrupt to the DSP maskable interrupt
IntEventMap(C674X_MASK_INT4, SYS_INT_SPI0_INT);
// Enable the DSP maskable interrupt
IntEnable(C674X_MASK_INT4);
Q2 这个不写,就设sy***ios的hwi也可以喽?
举报