不调用PIN_registerIntCb()注册中断服务函数的话,cc1310在IAR中能不能以类似这种格式
#pragma vector=1
__interrupt void TRAP_IRQHandler(void)
{
}
来自定义一个中断服务处理函数?
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.
不调用PIN_registerIntCb()注册中断服务函数的话,cc1310在IAR中能不能以类似这种格式
#pragma vector=1
__interrupt void TRAP_IRQHandler(void)
{
}
来自定义一个中断服务处理函数?