Part Number: TMS320F28377S [35]>> D:/CCS/CCS_20.1/ccs/tools/compiler/ti-cgt-c2000_22.6.1.LTS/include/math.h, line 261:
[36] INTERNAL ERROR: no match for SQRT
[37]This may be a serious problem. Please contact customer support with…
Part Number: TMS320F28377S Other Parts Discussed in Thread: C2000WARE
当我想选取EPWM7作为相移的基准主通道时,其他EPWM通道出现了不断相移的情况,但我的相移寄存器给的时固定值,换用EPWM1作为主通道后不会出现这种情况,想求助一下这种情况应如何解决。以下附上我的代码
//########################################################################### /…
Part Number: TMS320F28377S Other Parts Discussed in Thread: C2000WARE 您好,我目前在修改ti的例程。我使用epwm1计数触发中断,可以进中断,但是adc采出的电流和偏移值全部都是0,能否帮忙看看问题在哪里?或者什么情况会导致电流值无法采集到呢void adc_register_init(void){
Uint16 acqps;
EALLOW;
//1.时钟配置
CpuSysRegs.PCLKCR13.bit.ADC_A …