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/LAUNCHXL-F28377S: CLA Hands On Workshop

Part Number: LAUNCHXL-F28377S
Other Parts Discussed in Thread: C2000WARE

Tool/software: Code Composer Studio

CCS Support,

I imported problem and solution.

I connected ADCA0(J3-27) and EPWM2A(J8-80).

 In term  of the solution

trouble reading.docx

My graphs like this

I can't find out the reason.

Best Regards,

Jingtai

  • Jingtai,

    Can you give more information regarding the doc you attached (trouble reading.docx)?  It looks like you successfully connected Code Composer Studio to the device?  Is connecting to the device still an issue?

    Is the current problem only with the graphs?

    Jingtai said:
    I connected ADCA0(J3-27) and EPWM2A(J8-80).

    In the workshop instructions state the connection should be made with 4A (not 2A):

    Build the code and load it to the Launchpad, make sure pins 54 (EPWM4A) and 9 (ADC-A0) are connected

    Regards

    Lori

  • Lori,

    Connection to the device is not an issue at present.

    After build project

    After scripting

    There is no EPWM4A in F28377S and pin out is

    According to C2000Ware_Device support_F28377S_Examples_cla_adc_fir32_cpu01.c

    EPWM2 is setup to switch at 10KHz. Connect pin EPWM2A to ADCA0
     on the board to see the filtering effect.

    Regards,

    Jingtai

  • Jingtai said:

    After build project

    This indicates that a linker command file (.cmd) is missing from the project.  I have imported the "problem" project and see these sections in the file "F2837xD_FLASH_lnk.cmd".  Look in Project Explorer for this file in the problem project.

    Jingtai said:

    After scripting

    In the .js file there is a directory as an input to the openAnalysisView function. It looks like your project is in a different location on your PC.  Update the directories and try. 

    Jingtai said:

    According to C2000Ware_Device support_F28377S_Examples_cla_adc_fir32_cpu01.c

    EPWM2 is setup to switch at 10KHz. Connect pin EPWM2A to ADCA0
     on the board to see the filtering effect.

    Your post mentions two different projects which may have different requirements:

    1) C2000Ware example

    2) Hands on workshop

    If you are attempting to run the hands-on workshop on a "S" device then you must modify it to use the pins available on that device. 

    Regards

    Lori

  • Jingtai,

    As Ken mentioned in the other thread, please consider getting a F28379D launchpad:

    Also, note that this workshop uses the F28379D LaunchPad and NOT the F28377S LaunchPad.  As I explained in another E2E post, these LaunchPad are not compatible with each other.  The F28377S LaunchPad is obsolete and you should consider getting a F28379D LaunchPad.

    Regards

    Lori

  • Lori,

    Thanks for your support.

    Regards,

    Jingtai