dlog.size = 0x00c8; //c8h=200 buffer size 190h=400 dlog.prescalar = 5; dlog.init(&dlog); 图形设置acquizion size设置200(3请问acquztion设置是什么意思???) 显示size设置200 谢谢各位了! 关于DLOG4CH您可以看一下controlSUITE内的文档 C:\ti\controlSUITE\libs\app_libs\digital_power\f2806x_v3...
extern volatile long DLOG_4ch_TrigVal; extern volatile int16 DLOG_4ch_PreScalar; extern volatile int16 DLOG_4ch_Size; Step 3 Declare signal net nodes/ variables in C in the file {ProjectName}-Main.cc Note that the DLOG_SIZE is a #define in the {ProjectName}-Settings.h and can...
2. 将DLOG_4CH_F.h文件拷贝到本地,并将相应的路径在属性中配置好 3. 将DLOG_4CH_F.c拷贝到本地 4. 将该模块所需的变量初始化一下 DLOG_4CH_F_init(&dlog_4ch1); dlog_4ch1.input_ptr1 = &DlogCh1; //data value dlog_4ch1.input_ptr2 = &DlogCh2; dlog_4ch1.input_ptr3 = &DlogCh3; ...
- DLOG4CH-HVPM_eSensorless.h and DLOG4CHC.ASM files are added to project. And initializations and calling are shown below are done in main .c file by taking referance HVPMSM_sensorless. F2802x_Headers_nonBIOS.CMD file under the adressdevice support/ f280...