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/C2000-GANG: C2000-GANG Programmer

Part Number: C2000-GANG

Tool/software: Code Composer Studio

Hi TI Engineers,My request is as below:

1,Load Image command in C2000 Gang Programmer (C2000-GANG) User's Guide's page54 is how to use by RS232 communication?As don‘t know some bytes meas in command,such as "n" ,"n-6" and "D2...Dn-6",so don't know how to write commad

Load Image command:Tx -> 3E 43 n n A1 A2 A3 0 n-6 0 D1 ... Dn-6 CKL CKH

2,What is Command about Program image from C2000-MEM TO Target flash?

3,After Program image from C2000-MEM To Target flash is finish with command or GUI, have log file to generate? If have log file, This will easy to auto judge program result by program.

Would you help reply Above questions,thanks.

  • We have requested one of the C2000 Gang programmer engineer to look into this issue. Hopefully you will get a response in next 5 business days.

    Regards,
    Manoj
  • Hi Manoj Santha Mohan,
    It looks like I haven't seen any solutions yet, Would you please help Confirm it, thanks.
  • Hi,

    The RS232 protocol is used between DLL and C2000-GANG programmer. User can use this protocol only in limited way. For example save the image to C2000-GANG can only be done via DLL, because user does not know the format used in saved image contents. When image is saved the RS232 protocol can be used for starting  programming procedure (equivalent to press GO function, enable the unit or verify the programmed contents in the programmed MCU. All other functions should be controlled via provided DLL. The dll funstiocns are desribed and can be used, but the RS232 protocol is almost private protocol except some basic commands that can be used by the remote control system if the DLL cannot be used in that system.

    Let me know if you have any questions.

    Best regards,
    Gregory Czajkwski
    Elprotronic Inc.

  • Hi,

    Sorry,your explain more vague,I don't get solution about each issue yet,

    1,Could you explain about "n" ,"n-6" and "D2...Dn-6" meanings  in Load Image command:Tx -> 3E 43 n n A1 A2 A3 0 n-6 0 D1 ... Dn-6 CKL CKH?

    2,What is Command about Program image from C2000-MEM TO Target flash?have related command in User's Guide?

    3,After Program image from C2000-MEM To Target flash is finish with command or GUI, have log file to generate? If have log file, This will easy to auto judge program result by program.

  • Hi,

    As I wrote, Image structure is created by DLL and you cannot do that using Load Image command. When Image is saved inside Image memory then you can execute it (download image to MCU) using commands
    * Select Image
    * Main Process
    then wait until whole process is finished.

    Let me know if you have any questions.

    Best regards,
    Gregory Czajkowski
    Elprotronic Inc.