亲爱的朋友、我已经将 F28335 DSP 连接到了我的 Simulink、并使用 ADC 读取电压和电流的值。 现在,我想知道,我是否可以在没有串行端口和代码编写的情况下监控 Simulink 中输入的实时值? 如何获取该值。 请帮帮我
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.
亲爱的朋友、我已经将 F28335 DSP 连接到了我的 Simulink、并使用 ADC 读取电压和电流的值。 现在,我想知道,我是否可以在没有串行端口和代码编写的情况下监控 Simulink 中输入的实时值? 如何获取该值。 请帮帮我
您可以使用 MathWorks Embedded Coder 和具有外部模式的免费 C2000支持包来记录来自 C2000 MCU 的数据、而无需使用 CCS。
如需更多信息、请单击此处。 https://e2e.ti.com/support/microcontrollers/c2000/f/171/t/484814
谢谢、
-Brian
错误表示分配给 MathWorks 软件的 COM 端口无法连接到您的电路板。
这是一条常见的错误消息。 通常、这意味着您没有在 Embedded Coder 中选择正确的 COM 端口、或者 COM 端口已被使用(由 CCS 或先前失败的构建和下载)。 在构建和下载代码之前、请检查配置并释放 COM 端口。
如果您仍有问题、 请 联系 MathWorks 技术支持。
谢谢、
-Brian
这是包含说明的文档页面。
-b.
PS:另请查看此主题以了解更多信息: https://e2e.ti.com/support/microcontrollers/c2000/f/171/t/646421