Other Parts Discussed in Thread: CONTROLSUITE , MOTORWARE 采用TI的高压套件HVEVM,想直接采用直流母线电压计算相电压,在controlsuite里已经找到相电压重构的库函数,但是不知道加到程序的哪个位置?我用的是motorware的例程。
是把例程中ctrl.c中的CTRL_getVdq_out_pu(CTRL_Handle handle,MATH_vec2 *pVdq_out_pu)函数用相电压计算函数替换掉吗?还是怎么做,请大神指点? …
Other Parts Discussed in Thread: CONTROLSUITE 问题描述:我用的TI官方给的controlSUITE里面的定点库例程计算实数FFT,板子是hellodsp28335开发板。用TI例程做定点实数FFT时候,256点,结果是对的,但是时间比官方给的时间长很多。
第一步:RFFT32_brev(ipcbsrc, ipcb, N); /* real FFT bit reversing */
这一步的时间跟官网的一致,均为1819 cycles
第二步:fft.calc…
Other Parts Discussed in Thread: CONTROLSUITE 在CONTROLSUITE目录下,我用CCS4.2可以编译通过,生成HVLLC.OUT文件
我把HVLLC文件夹拷出来,然后编译,通不过,报下面的错误:
gmake: *** No rule to make target `D:/libs/app_libs/digital_power/f2802x_v3.2/C/ADC_SOC_Cnf.c', needed by `ADC_SOC_Cnf.obj'.…
如题
错误:This project was created using a version of Code Generation tools that is not currently installed: 5.2.3 [C2000]. Please install the Code Generation tools of this version, or migrate the project to one of the supported versions.
Version: 4…