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.

Connecting EVM6424 using CCSV5.1.0.04001

Hi,

I am using CCS 5.1.0.04001 and trying to connect to the EVM6424. I am launching the new target configuration and choosing the connection spectrum digital DSK-EVM_eZdsp onboard USB Emulator and device EVM6424. When i am trying to debug and connect the target i am getting the error message as

C64XP_0: GEL Output:
EVM6424 Startup Sequence

C64XP_0: GEL Output: Setup CacheC64XP_0: GEL: Error while executing OnTargetConnect(): Driver did not attempt to write memory at 0x01845028.

The same is working in CCSV3.3 and in CCS5 i am not able to connect and load the GEL file. Please help.

Thank You

  • Hello,

    Could you try updating to the latest release of CCSv5.1? Your version is an old early alpha build.

    Thanks

    ki

  • Thanks for reply Ki, Can you please provide the link for the update.

    Thank You

  • You can get the latest releases of CCSv5.1 from:

    http://processors.wiki.ti.com/index.php/Download_CCS

    Thanks

    ki

  • Thank you Ki, I will update the ccs5 and will let you know the status of the issue.

  • Hi Ki,

    I updated the CCS5 with latest release and i tried to connect the EVM 6424 with the same options as spectrum digital DSK-EVM_eZdsp onboard USB Emulator and device EVM6424, but when i debug it i am getting the error and the error it is showing is

    C64XP_0: GEL Output:
    EVM6424 Startup Sequence

    C64XP_0: GEL Output: Setup CacheC64XP_0: GEL: Error while executing OnTargetConnect(): Driver did not attempt to write memory at 0x01845028     at *((unsigned int *) 0x01845028)=1 [evmc6424.gel:230]     at Setup_Cache() [evmc6424.gel:38]     at OnTargetConnect() .
    C64XP_0: GEL Output: Clear L2 Cache in DDR Range
    C64XP_0: GEL Output: Setup CacheC64XP_0: GEL: Error calling OnPreFileLoaded(): Driver did not attempt to write memory at 0x01845028     at *((unsigned int *) 0x01845028)=1 [evmc6424.gel:230]     at Setup_Cache() [evmc6424.gel:75]     at OnPreFileLoaded()
    C64XP_0: GEL: Encountered a problem loading file: C:\workspace_v5_1\eg\Debug\eg.out Could not open file
     

    the project is simple hello world project from examples.

    Please help.

    Thank You,



  • Hi Ki,

    I am still struggling to connect the EVM6424, Can you Please help me what is wrong with connection.

    Thank You,

  • Are you using a custom GEL file or the one that ships with CCS (..\..\emulation\boards\evmc6424\gel\evmc6424.gel). This GEL file works well for me.

    Also check the setting for SW1, SW2 and SW4 are properly setup as described in: http://c6000.spectrumdigital.com/evm6424/reva/files/EVM6424_TechRef.pdf

    Thanks

    ki

  • Hi Ki,

    I am using the GEL file that is shipped with the CCS(..\..\emulation\boards\evm,6424\gel\evm6424.gel)). The switch positions are as described and i am able connect the EVM with CCSv3.3 and every thing works fine. The problem is coming when i am trying to connect the EVM with the CCS5.1(latest release).  The project is simple hello world and when i am trying to debug and connecting  the EVM i am getting the error and the error is

    C64XP_0: GEL Output:
    EVM6424 Startup Sequence

    C64XP_0: GEL Output: Setup CacheC64XP_0: GEL: Error while executing OnTargetConnect(): Driver did not attempt to write memory at 0x01845028     at *((unsigned int *) 0x01845028)=1 [evmc6424.gel:230]     at Setup_Cache() [evmc6424.gel:38]     at OnTargetConnect() .
    C64XP_0: GEL Output: Clear L2 Cache in DDR Range
    C64XP_0: GEL Output: Setup CacheC64XP_0: GEL: Error calling OnPreFileLoaded(): Driver did not attempt to write memory at 0x01845028     at *((unsigned int *) 0x01845028)=1 [evmc6424.gel:230]     at Setup_Cache() [evmc6424.gel:75]     at OnPreFileLoaded()
    C64XP_0: GEL: Encountered a problem loading file: C:\workspace_v5_1\eg\Debug\eg.out Could not open file.

    Thank You,