Hello,
Not sure what you want to achieve.
But IVOR_x is exception to core.
If you need just interrupt, you will simply use IVOR4 which is external interrupt to core (from timer for example) and you will set ISR for it in your SW.
Best regards,
Peter
Hello,
Not sure what you want to achieve.
But IVOR_x is exception to core.
If you need just interrupt, you will simply use IVOR4 which is external interrupt to core (from timer for example) and you will set ISR for it in your SW.
Best regards,
Peter
非常谢谢您! 我找到方法了, 我想用4个中断判断四组每组两个引脚电压变高的时间差,我还是用的IVOR10 1us中断 , 然后写了几个SwIrq0ISR SwIrq1ISR SwIrq2ISR SwIrq3ISR每间隔1us 进入SwIrqxISR同时去判断时间差.
Thank you very much! I found a way. I want to use four interrupts to determine the time difference between four sets of two pin voltages each, I still use IVOR10 1us interrupt, and then write several SwIrq0ISR SwIrq1ISR SwIrq2ISR SwIrq3ISR into SwIrqxISR every 1us to determine the time difference.