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.
同样的代码,在CPU1中执行printf函数是OK 的,移植到CPU2 中,执行printf函数 就会进非法中断 cio定义没有问题,堆栈也没有溢出,是CPU2不能用printf吗?