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.

PIE Peripheral Vectors

Other Parts Discussed in Thread: CONTROLSUITE, TMS320F2808

以下程式是從// FILE:   DSP280x_PieVect.h 看到的。

請問我要從哪個文件可以看到此資訊?

// Group 1 PIE Peripheral Vectors:
PINT SEQ1INT;
PINT SEQ2INT;
PINT rsvd1_3;
PINT XINT1;
PINT XINT2;
PINT ADCINT; // ADC
PINT TINT0; // Timer 0
PINT WAKEINT; // WD

// Group 2 PIE Peripheral Vectors:
PINT EPWM1_TZINT; // EPWM-1
PINT EPWM2_TZINT; // EPWM-2
PINT EPWM3_TZINT; // EPWM-3
PINT EPWM4_TZINT; // EPWM-4
PINT EPWM5_TZINT; // EPWM-5
PINT EPWM6_TZINT; // EPWM-6
PINT rsvd2_7;
PINT rsvd2_8;

// Group 3 PIE Peripheral Vectors:
PINT EPWM1_INT; // EPWM-1
PINT EPWM2_INT; // EPWM-2
PINT EPWM3_INT; // EPWM-3
PINT EPWM4_INT; // EPWM-4
PINT EPWM5_INT; // EPWM-5
PINT EPWM6_INT; // EPWM-6
PINT rsvd3_7;
PINT rsvd3_8;

  • 您是要找某个芯片对应的DSP280x_PieVect.h吗?
    打开任何一个controlsuite中的例程都可以找到,比如:\ti\controlSUITE\device_support\f2806x\v151\F2806x_headers\include
  • 您好,我要找的是tms320f2808對應的
  • 这个头文件都是某一个系列的 不是具体的型号
    新建工程后选择了详细的MCU型号 相关文件将会通过宏定义去编译
  • 我要找的不是"DSP280x_PieVect.h"所在的位置,而是內容的描述有沒有在哪一份資料可以查詢。
    不然我如果沒有從這.h看,我是不是就不知道// Group 1 PIE Peripheral Vectors:// Group 2 PIE Peripheral Vectors:// Group 3 PIE Peripheral Vectors:各有什麼?
  • 內容的描述有沒有在哪一份資料可以查詢。
    不然我如果沒有從這.h看,我是不是就不知道// Group 1 PIE Peripheral Vectors:// Group 2 PIE Peripheral Vectors:// Group 3 PIE Peripheral Vectors:各有什麼?