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.
工具/软件:Code Composer Studio
尊敬的所有人:
我正在使用微控制器 TMS320F28335以及集线套件站。 我已从控制套件(例如2833xGpioToggle)导入了 F2833x 示例。 完成此操作后,我已经生成了代码。 在控制台中(CCS 编辑),它显示了以下内容:
****项目 Example_2833xGpioToggle 的配置调试构建****
"C:\\ti\\ccsv6\\utils\\bin\\gmake"-k all
gmake:没有为"全部"执行任何操作。
****构建完成****
执行此操作后,我调试上述代码,但在调试中,它显示了此内容(CCS 调试)-
Example_2833xGpioToggle [ Code composer studio-Device 调试]
德州仪器 XDS100Uv USB 调试探针_0/C28xx
main() at example_2833xGpioToggle;480x00940E
_args_main() atargs_main.C:81 0x0095CE
c_into0 ()、位于 boot28.inc;248 0x0094E3 (C-into 不包含 farme 信息)
我不理解这件事。 上述代码是否在 ccs6中工作。
请告诉我如何在 CCS 中成功构建和调试示例代码(Control Suit)。