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.

CCS3.3 with communicating EzDSP2812 via XDS510pp problem

I installed a limited version of CCS3.3 and tried to connect the XDS510pp emulator to use EzDSP2812, but during the installation I ignored "active state perl v 5.8 installation" and anyway, when I tried to reset and connect this emulator I can see below error message, anybody has seen this error

 

"
Failed to reset the emulator: board.cfg file not found."
"Error connecting to the target:
Error 0x80000200/-1047
Fatal Error during: OCS,
PTI_ERR_EMU_CLOSE Error Occured at 0x00000000


I/O Port = 240

Board Name: F2812 XDS510 Emulator
Cpu Name: CPU_1

Abort:          Close Code Composer Studio.
Retry:          Try to connect to the target again.
Cancel:         Remain disconnected from the target
Diagnostic:     Run diagnostic utility."

  • Looks like you are using the wrong setup.

    Woonki Na said:
    I/O Port = 240

    Board Name: F2812 XDS510 Emulator

    This I/O Port and Board Name is for the XDS510 ISA card emulator. You will need to install the drivers for your emulator and select the parallel port Platform for it.

    Thanks

    ki

  • Hi,

    From the error message it seems you have your system misconfigured. The I/O Port and the Board name refer to the configuration of a XDS510 ISA emulator. You must download and install Spectrum Digital's device drivers from their support page at:

    http://support.spectrumdigital.com/

    I am not sure what limited version of CCS3.3 you have, but keep in mind that DSK versions of CCS do not support external emulators. If yours is a C2000-only version then you should be fine.

    Hope this helps,

    Rafael

  • I have installed the driver for XDS510pp from the spectrum digital website and reboot the computer, in SD configEx v3.3 I can reset the emulator, but in CCS3.3  

    I can not reset and connect with below message, please help me out

    "Failed to reset the emulator: board.cfg file not found.

     

    Error connecting to the target:
    Error 0x80000200/-1047
    Fatal Error during: OCS,
    PTI_ERR_EMU_CLOSE Error Occured at 0x00000000


    I/O Port = 240

    Board Name: F2812 XDS510 Emulator
    Cpu Name: CPU_1

    Abort:  Close Code Composer Studio.
    Retry:  Try to connect to the target again.
    Cancel:  Remain disconnected from the target
    Diagnostic: Run diagnostic utility.

  • You are still using the wrong configuration.

    You must use either "pp emulator" or "ezdsp" for the Platform.

    Use "pp emulator" if you are using an external PP emulator.

    Use "ezdsp" if you are plugging the parallel cable directly to the board.

  • In my current CCS3.3 version, I can see only  simulator, XDS510, and XDS650 platform, so I have XDS510pp_plus and connected EzDSP 2812,

    also I changed I/O port OX378 and tried it but still below error message?  I do not know what's wrong with the connection.

     

    "

    Error connecting to the target:
    Error 0x80000200/-1047
    Fatal Error during: OCS,
    PTI_ERR_EMU_CLOSE Error Occured at 0x00000000


    I/O Port = 378

    Board Name: F2812 XDS510 Emulator
    Cpu Name: CPU_1

    Abort:        Close Code Composer Studio.
    Retry:        Try to connect to the target again.
    Cancel:        Remain disconnected from the target
    Diagnostic:    Run diagnostic utility.

  • Woonki Na said:
    In my current CCS3.3 version, I can see only  simulator, XDS510, and XDS650 platfor

    Sounds like you do not have the Spectrum Digital drivers for your emulator installed.

    Download and install the drivers from here: http://support.spectrumdigital.com/ccs33/

    Woonki Na said:

    also I changed I/O port OX378 and tried it but still below error message?  I do not know what's wrong with the connection.

    Changing the I/O port will not matter if you have the wrong emulator selected in setup. Install the Spectrum Digital drivers and use the configuration I mentioned in a previous post.

  • I already installed the driver from http://support.spectrumdigital.com/ccs33/ twice, my current CCS3.3 version is a limited version, which means free version, is that a problem to use XDS510pp_plus?, I guess not, I'd better reinstalled this free version CCS3.3 and its driver as well.  Before installing CCS3.3, with CCS3.1, everything was fine to connect to XDS510 to communicate with TI EzDSP2812 and 28335. Because of this kind of reason, many TI user really seem to be afraid to upgrade CCS version, my main goal is to use real time work shop based on Matlab, our school has CCS4.0 version, i do not know it is a much better trial. Thank you for your kind answer, I will let you know how it works.