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.
Setting.h文件里的主中断频率配置如下:
// Define the ISR frequency (kHz)
#define ISR_FREQUENCY 10
除了这个中断,程序里我想再使用第2个中断,频率为50Hz,请问该如何设置修改