请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
器件型号:AM3354 工具/软件:Code Composer Studio
由于我使用 CCS 调试函数、程序将作为默认值进入 main 函数。
但是、如果我不希望程序进入主函数、我只希望程序进入
系统配置函数(例如系统时钟配置)、我应该怎么做?
我可以使用另一个符号将运行中的'main'符号替换为符号列吗?
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
由于我使用 CCS 调试函数、程序将作为默认值进入 main 函数。
但是、如果我不希望程序进入主函数、我只希望程序进入
系统配置函数(例如系统时钟配置)、我应该怎么做?
我可以使用另一个符号将运行中的'main'符号替换为符号列吗?