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.

code composer studio

Dear Sir,
 
I have installed CCS V4(free downloaded but licenced). The driver for the parellel port FET(MSP-FET430PIF), I have selected manually during the installation process. And I have connected the parellel port JTAG to my PC.
 
The steps I am using to creat the new target and errors.
 
Target-> new target configeration-> file name: newtarget.ccxml
                                                         shared location: unchecked
                                                         location: /myproject
                                                        --> finish
 
errors::  there are no debuggable cpus.
 
 
target-> debug :  name: filename
                            project : myproject
                           c/c++ application:  myproject.out
                            ----> Debug
 
errors:: errors connecting to the target
             could not find device (or device not supported)

  • neminath palled said:
    Target-> new target configeration-> file name: newtarget.ccxml
                                                             shared location: unchecked
                                                             location: /myproject
                                                            --> finish



    After you hit Finish, did you choose the Connection and Device for the target configuration and save it? What did you choose for these selections? The Connection should be the MSP430 Parallel Port Emulator and Device should be the specific MSP430 device you are using (which should match with the device selection made when creating your project).

    If you are new to CCSv4, the Getting Started Guide is a great step by step resource to help get started with using the tool. 

    If you continue to have problems after reviewing this guide, please post additional details so we can try to help you further.