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.

[参考译文] TMDSCNCD28388D:如何在 TMS320F28388D 中执行已加载的现有 C 代码、而不需要重复加载和调试。

Guru**** 2124380 points
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/1382166/tmdscncd28388d-how-to-execute-already-loaded-existing-c-code-in-tms320f28388d-with-out-loading-and-debugging-repeatedly

器件型号:TMDSCNCD28388D

工具与软件:

我编写了代码并发出了 Run->Debug 命令、此代码正在构建并加载至目标硬件、然后我点击 Resume 按钮以执行代码。 在这种情况下、我希望使用 scanf 或 getc 函数获取用户输入、然后开始执行代码。 请建议或指导我如何使用 scanf 或 getc 函数获取用户输入、然后开始执行代码、在代码执行完成后再次获取用户输入并开始执行我想要反复执行的代码、每次都不使用调试和恢复按钮。 请帮帮我。