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.

CCS 5 incorrect target message

Other Parts Discussed in Thread: TMS320F28334

Hi,

 I'm using a board with a TMS320F28334 DSP and I have configured the target configuration for that device. When I go to connect with the debugger, I get the following error message:

C28xx: Flash Programmer: Warning: The configured device (TMS320F28334), does not match the detected device (). Flash Programming operations could be affected. Please consider modifying your target configuration file.

I verified the device on my board is indeed a '28334.

What is causing this error? What should I consider modifying in my target configuration file as instructed?

Thanks.

  • Hi Bob,

    could you please send details

    - what hardware kit are you using?

    - what is in your ccxml (target configuration file)?

    - what device settings are in your project?

    Let's see if we can help you sort this out.

    Best Regards,

    Lisa

  • Hi Lisa,

     I'm not using a hardware "kit". Believe it or not I'm actually developing a real-world product around this part, a pwm amplifier. The design is based off of another design we have that's in production, so I know the interface is good.

     My ccxml has the TMS320F28334 specified using the SD XDS510 Parallel port emulator at address 0x378 (same pod/interface we've been using for 10 years). There's one CPU, a 28xx listed. Neither bypass or slave are checked. The source is listed below:

    <?xml version="1.0" encoding="UTF-8" standalone="no"?>
    <configurations XML_version="1.2" id="configurations_0">

    <configuration XML_version="1.2" id="Spectrum Digital XDS510 Parallel Port-PCI  Emulator_0">
            <instance XML_version="1.2" desc="Spectrum Digital XDS510 Parallel Port-PCI  Emulator_0" href="connections/SD510_Connection.xml" id="Spectrum Digital XDS510 Parallel Port-PCI  Emulator_0" xml="SD510_Connection.xml" xmlpath="connections"/>
            <connection XML_version="1.2" id="Spectrum Digital XDS510 Parallel Port-PCI  Emulator_0">
                <instance XML_version="1.2" href="drivers/sdgo28x.xml" id="drivers" xml="sdgo28x.xml" xmlpath="drivers"/>
                <platform XML_version="1.2" id="platform_0">
                    <instance XML_version="1.2" desc="TMS320F28334_0" href="devices/f28334.xml" id="TMS320F28334_0" xml="f28334.xml" xmlpath="devices"/>
                </platform>
            </connection>
        </configuration>
    </configurations>

    Under project->properties, I show the following:

    Family:C2000

    Variant: first box is <select  or type filter text> second box has <TMS320F28334>

    Connection: SD XDS510 Parallel port PCI emulator

    What else do you need?

    Thanks.

  • Hi Bob,

    from what I can tell with the above post, it does seem CCS is likely setup correctly and you are used to the interface.

    Is there any way you can test with another board?  Or an EVM?  It seems you are using new hardware?  I am just thinking the next step may be good to verify whether this is a hardware or settings/software issue.


    Please keep us informed regarding the above.

    Best Regards,

    Lisa

  • Hi Lisa,

     After my last post, I tried running/programming using CCS3.3 and it worked fine. I then went back to CCS5 and it gave me a message about the DSP being locked, so I manually unlocked it in the flash panel and now everything is fine. I no longer get the message about the device.

    Good thing for CCS3.3 :)

    Thanks for your help,

    Bob

  • Hi Bob,

    ok, glad to hear you got it sorted.  All the best with development.

    Best Regards,

    Lisa