sciInit();
_enable_interrupt_();
用串口小工具给程序发一个字符,但是程序怎么也跳不到void sciLowLevelInterrupt(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.
sciInit();
_enable_interrupt_();
用串口小工具给程序发一个字符,但是程序怎么也跳不到void sciLowLevelInterrupt(void)函数,是不是还少什么配置。