project_zero工程中uartlog功能移植到simple_peripheral工程中出现了和该链接一模一样的问题。
最后我发现:
不需要在程序中添加uartLog_flush();要在ble_Debug.xscfg,ble_Release.xscfg,simple_peripheral_app.cfg这三个文件中添加Idle.addFunc('&uartLog_flush');
尤其是最后一个。我添加后马上就好了。
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.
project_zero工程中uartlog功能移植到simple_peripheral工程中出现了和该链接一模一样的问题。
最后我发现:
不需要在程序中添加uartLog_flush();要在ble_Debug.xscfg,ble_Release.xscfg,simple_peripheral_app.cfg这三个文件中添加Idle.addFunc('&uartLog_flush');
尤其是最后一个。我添加后马上就好了。