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.

是否可以将指定的函数编译生成out文件?



我打算把用于在线升级相关的函数(比如SCI通信函数、Flash擦写函数,引导函数等),单独编译生成一个OUT文件,之后将这个out文件通过CCS烧写入FlashA。

其他驱动和应用程序放在FlashB,FlashC中。

这样完成在线升级程序运行于FlashA中,擦写FlashB和FlashC。

我的问题是,如何能将几个函数编译生成.out文件? 因为没有main()函数编译不能通过……

请各位指点!谢谢!!!