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.

CC1310不调用库函数,如何自定义ISR

Other Parts Discussed in Thread: CC1310

不调用PIN_registerIntCb()注册中断服务函数的话,cc1310在IAR中能不能以类似这种格式

#pragma vector=1
__interrupt void TRAP_IRQHandler(void)
{

}

来自定义一个中断服务处理函数?