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.

DSP/BIOS 5.41版本中,硬件中断的服务函数如何在运行过程中改变



        如题,在DSP/BIOS 的图形配置向导中已经把外部中断的4的中断服务函数设置为ISR_a(void),现在要在程序运行的时候把该函数换成ISR_b(void),请问如何实现?在相关的数据手册中,已经说明这个中断服务函数是可以在运行的时候动态替换的,但是没有明确说明如何实现