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.

C2000WARE-MOTORCONTROL-SDK: F280039C

Part Number: C2000WARE-MOTORCONTROL-SDK

Tool/software:

Hi everyone,

I'm working with the F280039C microcontroller and I need some clarification regarding the peripheral names. I’ve encountered some differences in naming conventions compared to other devices I’ve worked with. Specifically, I’m trying to understand the following:

  1. Center-Aligned PWM: How is the center-aligned PWM peripheral referred to in the F280039C? Are there specific registers or modules associated with it that I should be aware of?

  2. Inject Trigger ADC: What is the correct peripheral name or configuration for the ADC inject trigger functionality on the F280039C?

  3. Input Capture: What is the exact name or module used for input capture on this microcontroller?

Any insights or references to the relevant sections of the datasheet or technical reference manual would be greatly appreciated!

Thanks in advance for your help.

regards

SANKARA

  • Hi Sankara,

    Center-Aligned PWM: Section 20.5.4 of the Technical Reference Manual (TRM) talks about the Up-Down Count mode which looks the same as the Center-Aligned PWM.

    Inject Trigger ADC: See section 16.7 of the TRM for information about ADC interrupts

    Input Capture: See section 21.2 of the TRM for information about the eCAP module.

    Kind regards,

    Skyler