Part Number:TMS320F280049Other Parts Discussed in Thread:C2000WARE, POWERSUITE
C:\ti\c2000\C2000Ware_DigitalPower_SDK_3_02_00_00\solutions\tidm_02002
下图中方框内的这些宏是在哪里定义并初始化的,我在工程内没有找到。
Susan Yang:
您可以使用ctrl+H 来在workspace内搜索一下
,
Aiden zhang:
ctrl+H搜索了,没有找到
,
Susan Yang:
在clllc_settings.h 内有相关定义,您可以看一下
如
// // with 100kHz control loop and ~1kHz bandwidth //KDC=250000 //Fz0=3kHz, Fz1=110000000kHz, Fp1=3kHz // the plant is different when a res load is connected at the output // vs when the voltage supply used to emulate the battery is connected // at the output // following set of coefficient is used with res load // #define CLLLC_GI1_2P2Z_A1((float32_t) - 1.8277396) #define CLLLC_GI1_2P2Z_A2(float32_t) 0.8277396 #define CLLLC_GI1_2P2Z_A3(float32_t) 0 #define CLLLC_GI1_2P2Z_B0(float32_t) 1.2500036 #define CLLLC_GI1_2P2Z_B1(float32_t) 0.2153189 #define CLLLC_GI1_2P2Z_B2((float32_t) - 1.0346715) #define CLLLC_GI1_2P2Z_B3(float32_t) 0
,
Aiden zhang:
我在C:\ti\c2000\C2000Ware_DigitalPower_SDK_3_02_00_00\solutions\tidm_02002\f28004x\clllc目录下找到了clllc_settings.h文件,并看到了相关的定义,为什么我导入的工程目录下没有这个文件呢?这个文件应该输出这个工程特有的,应该会类似其他文件一样被导入工程目录下才对啊
但是我的工程目录下只有这些文件
,
Susan Yang:
我是用的nopowersuite的,直接可以在工程目录下找到
使用带powersuite的话,该文件是自动生成的
This file is automatically generated and does not require a license
您可以看一下
https://www.ti.com/lit/ug/tidueg2c/tidueg2c.pdf
,
Aiden zhang:
好的,我之前workspase下有一个nopowersuite的工程,所以我没办法导入重新导入一个原始的nopowersuite工程,之前不知道这两中工程的差异,现在知道了。
谢谢您的耐心解答。
,
Susan Yang:
很高兴能帮到您!