工具/软件:Code Composer Studio
嗨、大家好、
我甚至在 helloworld 项目中也遇到了"Error:illegal opcode (e8000000) at PC = 0x84006d1"的问题。 虽然在这个论坛中有一些发布的关于非法操作码问题的问题、但它们似乎不适合我的问题。
我的构建选项如下所示: -pm -o3 -fr"$(Proj_dir)\Debug"-d"_debug"-mv6400+
cmd 文件的内容如下:
存储器
{
L2_12:O = 00000000h l = 00040000h /*最多192K 段-始终 SRAM */
/*L2_3:O = 00030000h l = 00008000h*//*32K 段:Taska-SRAM、TaskB-Cache */
/*L2_4:O = 00038000h l = 00008000h*//*32K 段:始终高速缓存*/
CE0:O = 80000000h l = 8000000h //外部存储器*/
}
-stack 0x20000
heap 0x4000000 /* klbo:在.system 中分配*/
部分
{
.cinit > ce0 /* 0x0000034c */
.text > ce0 /* 0x00023740 */
.stack > L2_12
.bss > ce0 /* 0x00000070 */
.const > ce0 /* 0x000050b3 */
.data > L2_12 /* 0x00000000 */
far > ce0 /* 0x00000480 */
.switch >ce0 /* 0x00000020 */
.sysmem > ce0 /*-heap */
表>ce0 /* 0x00000000 */
.cio > ce0 /* 0x00000120 */
.sramStateA >L2_12 /* 0x00000000 */
整个项目也附在后。 请帮助我、非常感谢。
e2e.ti.com/.../7288.helloworld.zip
.external > ce0
}