Part Number: TMS320C6678
Tool/software: Code Composer Studio
error code:
IcePick_D: GEL: Error while executing OnTargetConnect(): identifier not found: DNUM
at GEL_TextOut("DSP core #%d\n", 0, 1, 0, 0, DNUM) [evmc6678l.gel:1976]
at Core_Info() [evmc6678l.gel:559]
at OnTargetConnect()
CCS 9.3 , EVM BOOT MODE:FIRST 0 ,ohter 1
I have know that Feruz have the same problem ,he do some changes in xml files as Darian told him ,and it works.
But in my case ,it does't work.
I add <register id="DNUM" acronym="DNUM" width="32" description=""/> to 64x+NotVisible.xml ,it does't work;
I add <register id="DNUM" acronym="DNUM" width="32" description=""/> to c66xx_hidden_registers.xml,it does't work;
I have try all gels ,for example : C:\ti\ccs\ccs_base\emulation\boards\evmc6678l\gel , C:\ti\mcsdk_2_01_02_05\tools\program_evm\gel
and the one contended in the EVM DVD
I can get the value of DNUM in the register : DNUM 0x00000000 DSP Number[Core]
Can anyone give me some suggest?