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.

c2000 linker -e选项指定程序入口点的问题

默认情况下,没有-e选项时,查看map文件可以发现程序入口点为_c_int00,如果用-e选项指定到code_start,编译以后生成的map文件中程序入口点为code_start,不过我用hex2000转化coff文件到intelhex文件以后对比发现,无论是否修改程序入口点,输出的hex文件是一样的,也就是说烧写DSP以后,FLASH中的内容都是一样的。那-e选项的意义在哪里呢?