Thread 中讨论的其他器件: CCStudio
您好!
我首先使用 MSPdebug 在 msp430FR5994上部署 DNN。 成功将可执行文件刷写到电路板后、我尝试在电路板上运行它、但终端中没有显示输出(实际上在原始代码中有一些 printf 语句、我认为打印输出 可能会出现在终端中、符合预期)。 尽管我尝试使用屏幕命令通过串行端口捕获一些信息、但没有信息、但当我将程序刷写到电路板并输入 Ctrl+c 来中断程序时、会显示一些乱码。
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.
您好!
我首先使用 MSPdebug 在 msp430FR5994上部署 DNN。 成功将可执行文件刷写到电路板后、我尝试在电路板上运行它、但终端中没有显示输出(实际上在原始代码中有一些 printf 语句、我认为打印输出 可能会出现在终端中、符合预期)。 尽管我尝试使用屏幕命令通过串行端口捕获一些信息、但没有信息、但当我将程序刷写到电路板并输入 Ctrl+c 来中断程序时、会显示一些乱码。
您好 Sal、
感谢您的回复。我使用 USB 将 msp430fr5994与我的 PC 连接、并使用"screen /dev/ttyACM0 9600"命令获取串行端口连接。
这张图片显示 了当我将可执行文件刷写到电路板并运行它时会发生什么情况。
参考代码为 https://github.com/CMUAbstract/SONIC。
谢谢。