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.

TIDA-010933: TIDA-010933

Part Number: TIDA-010933
Other Parts Discussed in Thread: C2000WARE, CODECOMPOSER

Tool/software:

hi team,

could someone help guide me to  find the function calls, one of these is " EPWM_enableTripZoneSignals ".

i am trying in the pool of c2000sdk source codes.

thank you.

  • Hi Bob,
    These functions are part of the C2000Ware. To find the function definition, you can import project to CodeComposer Studio and Ctrl+Click to the function name. Alternatively you can press F3 when the cursor is on the function name. 
    Also you can do C/C++ search for the name with Ctrl+H - this is the search for all project.

    Hope it helps, Seva.