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.

CCS启动引导函数



SEED C6713,MP3Echo等例子是属于中断模式之类的程序?程序好像没有从main函数运行,配置文件应该有启动引导函数的地方吧,哪里是启动引导函数之处?

  • 有C函数的工程的入口是_c_int00,这个函数在rts库里提供,负责对C环境初始化如堆栈,全局变量等。你也可以自己写这个函数,当然也是没有必要了。rts库有提供原码,有兴趣可以打开看看。

    在CCS的编译器目录的lib目录下rts.src