Hi vikas,
please follow interrupt syntax like this:
interrupt 17 void isr_routine_name(void)
{
< your code ...>
}
this should fix the problem.
=========================================
this answer is for you, if it helps, please click on "correct answer" button. thanks!
Best Regards,
ZhangJun
Hi vikas,
please follow interrupt syntax like this:
interrupt 17 void isr_routine_name(void)
{
< your code ...>
}
this should fix the problem.
=========================================
this answer is for you, if it helps, please click on "correct answer" button. thanks!
Best Regards,
ZhangJun