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.

0x40000220/-2062 @ marker 13500

Other Parts Discussed in Thread: CCSTUDIO

My cpu is TMSDM365,my emultor is XDS56.My CCS vision is 3.3

First, I Config my targe board : Family is Normal 0 7.8 磅 0 2 false false false MicrosoftInternetExplorer4 C64x+; Normal 0 7.8 磅 0 2 false false false MicrosoftInternetExplorer4 Platform is xds560 emulator; Normal 0 7.8 磅 0 2 false false false MicrosoftInternetExplorer4 Endianess is little; Normal 0 7.8 磅 0 2 false false false MicrosoftInternetExplorer4 Available Factory Board, I choose "DM6446 XDS560 Emulator with ICEPIC_C"; Then I press the button " Normal 0 7.8 磅 0 2 false false false MicrosoftInternetExplorer4 Save&Quit". Second, I Enter into the Window" Normal 0 7.8 磅 0 2 false false false MicrosoftInternetExplorer4 CCStudioParallel Debug Manger"; Third, I open the Window to Load GEL file.

And then after I Press ALT + C to connect the Emutlor and targe board, I keep getting the following error :

Warning: 0x40000220/-2062 @ marker 13500

Warning during: Execution, OCS,

Cannot halt the processor

Board Name: DM6446 XDS560 Emulator

Cpu Name: ARM9_0 Abort: Close Code Composer Studio.

Retry: Try to connect to the target again.

Cancel: Remain disconnected from the target Diagnostic:

Run diagnostic utility.

 

Can Anybody tell me the reson? and How Can I Connect My targe board?

  • Rachel,

    It is hard to see the question above as it seems like a copy/paste type of message.

    "First, I Config my targe board : Family is Normal 0 7.8 0 2 false false false MicrosoftInternetExplorer4 C64x+; Normal 0 7.8 0 2 false false false MicrosoftInternetExplorer4 Platform is xds560 emulator; Normal 0 7.8 0 2 false false false MicrosoftInternetExplorer4 Endianess is little; Normal 0 7.8 0 2 false false false MicrosoftInternetExplorer4 Available Factory Board, I choose "DM6446 XDS560 Emulator with ICEPIC_C"; Then I press the button " Normal 0 7.8 0 2 false false false MicrosoftInternetExplorer4 Save&Quit". Second, I Enter into the Window" Normal 0 7.8 0 2 false false false MicrosoftInternetExplorer4 CCStudioParallel Debug Manger"; Third, I open the Window to Load GEL file. "

    It sounds like you are getting an error when connecting to DM365 with a XDS560 TI PCI based emulator? can you confirm if this is the correct question that you are asking?

    Also,

    If you are running a dm365 device, I would think that you should not be using a DM6446 XDS560 CCS driver, but maybe generate a DM365 ARM9 based XDS560 custom board driver if CCS 3.3 does not have one available already.

    This question should be filed instead in the CCS forum, I will move it there for you so the correct audience can help.

    regards,

    miguel

  • Rachel,

    Just adding to Miguel's response. If after you change the configuration to DM365 the error still happens, try reducing the JTAG clock speed. A few days ago I could get the exact same error in a DM6467EVM. Check the attached picture that shows where to modify this property. I also managed to connect using a XDS510USB, which has a fixed JTAG clock speed of 10MHz.

    I recall that, when DM6446EVM was still new, the XDS560 couldn't go all the way up to full 35MHz speed.

    Hope this helps,

    Rafael 

  • By following your advise, I fix the problem now~

    thanks!