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.

TMS320C6678: no symbols are deifned for 0x

Part Number: TMS320C6678
Other Parts Discussed in Thread: SYSBIOS

Hi,

The customer has created two tasks in his project. When the project ran in full speed and then be paused, the project stopped and the log file displayed "no symbols are deifned for 0x80362056". The project didn't stop within while(1) and the address is different everytime.

0x80362056 points to .text in DDR3

80361c60 000000a0 sysbios.ae66 : BIOS.obj (.text:ti_sysbios_family_c64p_Hwi_eventMap__E)
80361d00 000000a0 : BIOS.obj (.text:ti_sysbios_family_c64p_Hwi_getStackInfo__E)
80361da0 000000a0 : BIOS.obj (.text:ti_sysbios_heaps_HeapMem_init__I)
80361e40 000000a0 : BIOS.obj (.text:ti_sysbios_knl_Event_pendTimeout__I)
80361ee0 000000a0 : BIOS.obj (.text:ti_sysbios_knl_Idle_run__E)
80361f80 000000a0 : BIOS.obj (.text:ti_sysbios_knl_Semaphore_pendTimeout__I)
80362020 000000a0 : BIOS.obj (.text:ti_sysbios_knl_Task_deleteTerminatedTasksFunc__I)
803620c0 000000a0 : BIOS.obj (.text:ti_sysbios_knl_Task_processVitalTaskFlag__I)
80362160 000000a0 : BIOS.obj (.text:ti_sysbios_timers_timer64_Timer_stop__E)
80362200 000000a0 rts6600_elf.lib : lowlev.obj (.text:write)
803622a0 000000a0 ti.targets.rts6000.ae66 : Assert.oe66 (.text:xdc_runtime_Assert_raise__I)
80362340 000000a0 : LoggerBuf.oe66 (.text:xdc_runtime_LoggerBuf_Module_startup__F)
803623e0 000000a0 helloWorld_pe66.oe66 (.text:xdc_runtime_LoggerBuf_write8__E)
80362480 000000a0 ti.targets.rts6000.ae66 : Text.oe66 (.text:xdc_runtime_Text_xprintf__I)
80362520 00000080 ti.drv.cppi.ae66 : cppi_drv.oe66 (.text:Cppi_setCpdmaLoopback)
803625a0 00000080 stk6_ppp_pppoe.ae66 : md5.oe66 (.text:Decode)

Is it related to project or related to build command?