Other Parts Discussed in Thread: HALCOGEN
是这样的,CCS工程只有一个源文件test.c ,该文件中有个test函数,没有main函数,目前想把这个函数编译出来供Boot程序直接跳转过来执行,工程编译但是编译不过,CCS里指定了入口还是不行,如下:


编译器好像使用cint00作为入口,这个我不需要。望TI的大侠指导下!!
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工程只有一个源文件test.c ,该文件中有个test函数,没有main函数,目前想把这个函数编译出来供Boot程序直接跳转过来执行,工程编译但是编译不过,CCS里指定了入口还是不行,如下:


编译器好像使用cint00作为入口,这个我不需要。望TI的大侠指导下!!
请参考这个文档:https://www.ti.com/lit/an/spna121b/spna121b.pdf
同时,建议下载HALCOGEN — HAL 代码生成器工具可生成外设初始化和驱动程序代码,并将其导入 CCS、IAR Workbench 或 Keil uVision 中。
XDS 仿真软件 (EMUPack) 的下载站点:
https://software-dl.ti.com/ccs/esd/documents/xdsdebugprobes/emu_xds_software_package_download.html
如果您使用 TI Code Composer Studio,请使用 Check For Updates 菜单项。