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.
C:\ti\controlSUITE\libs\app_libs\digital_power\f28x7x_v1.0
编译后,有错误!
是不是不适用于 TMS320F28377D?
C2000Ware 中,好像打不到 digital_power 对应的库。
谢谢 解答!!
错误如下
PWM_ComplPairDB_Cnf.c
(*ePWM[n]).DBRED = 0;
(*ePWM[n]).DBFED = 0;
Description Resource Path Location Type
#515 a value of type "int" cannot be assigned to an entity of type "union DBRED_REG" PWM_BuckBoost_Cnf.c /TMS320F2837XD_LLC/source/bsp/digital_power/f28x7x_v1.0/CNF line 96 C/C++ Problem
这是个结构体,不能直接赋值。
这只是其中的一个错误。