= SPEED_MEAS_CAP_DEFAULTS;// Create an instance of DATALOG ModuleDLOG_4CH dlog = DLOG_4CH_...
Young Hu:_IQ15(x.xx); 在IQmath的手册里有介绍 dsp28335, ccs5.5 graph无法刷新,发现运行dlog.update(&dlog),4通道数据缓冲区DLOG_4CH_buff里面的数据无变化。 2018-03-10C2000阅读(352) dsp28335, ccs5.5 graph无法刷新,发现运行dlog.update(&dlog),4通道数据缓冲区DLOG_4CH_buff里面的数据无变化。 Seven...
/* CNTL_3P3Z section */CNTL_3P3Z_Section: > RAMLS6PAGE = 1CNTL_3P3Z_InternalData: > RAMLS6PAGE = 1CNTL_3P3Z_Coef: > RAMLS6PAGE = 1 /*DLOG_4CH section */DLOG_4CH_Section: > RAMLS6PAGE = 1DLOG_BUFF: > RAMLS6PAGE = 1 /*MATH_EMAVG section */MATH_EMAVG_Section: > RAMLS6P...
//void Graphic_display(void); int16 DlogCh1 = 0; int16 DlogCh2 = 0; int16 DlogCh3 = 0; int16 DlogCh4 = 0; Uint16 svpwm_graph=1; // Create an instance of DATALOG Module DLOG_4CH dlog = DLOG_4CH_DEFAULTS; Uint16 EH_LoopCount = 0...
Hello, I want to use DataLOG module in C28027 micro based project. For this feature, - DLOG4CH-HVPM_eSensorless.h and DLOG4CHC.ASM files are added to project
电机库文件(1)/dmclib/drvlib/dlog4ch.h 电机库文件(1)/dmclib/drvlib/DLOG4CHC.asm 电机库文件(1)/dmclib/drvlib/DRV8301_SPI.c 电机库文件(1)/dmclib/drvlib/DRV8301_SPI.h 电机库文件(1)/dmclib/drvlib/f2803xbldcpwm.h 电机库文件(1)/dmclib/drvlib/f2803xbldcpwm_8312.h 电机库文件(1...
//dx DLOG_4CH_F_FUNC(&dlog_4ch1);EPwm11Regs.ETCLR.bit.INT = 1;PieCtrlRegs.PIEACK.all = PIEACK_GROUP3;GPIO_WritePin(59 , 1); }// MainISR Ends Here 以上是配置PWM和Sigmadelt 同步采样电流;由于原来输出PWM都是高有效;现在改成低有效后,sigma delta filter module 采样电流就与PWM不同步了,不...
Emma Wang: 回复Guili Dong: acquisition buffer size是指一次读取的数据长度,您可以试试把它改为200,因为你前200个数据是对的,display data size建议与它保持一致。 另外,您可以打开view->Memory browser,输入DLOG_4CH_buff3,看一下实际的数据是多少?
I am also having great difficulty in viewing DLOG_4CH_buff1 with Code Composer - it does not display anything when I set up the graph, or in the watch window, telling me that it can not load from a non-primitive location. Cheers, ...
-one is changing the variable BUFF_SIZE in DLOG4CHC.asm -one is changing the default initialization of a dlog in dlog4ch.h. In particular the size dlog's default in the struct. Note that changing the prescaler will modify the amount of delay between...