Part Number: TMS320F28379D
Other Parts Discussed in Thread: C2000WARE
Tool/software: TI C/C++ Compiler
Hi guys,
As stated below on page 42 of DCL user's guide, lk must be set to 1.0. I would like to know if this "1.0" is a logic high (3.3V) or a 0X0001 ?. Because in the F28069 example on CCS, I found this line in the interrupt routine:
lk = (float) AdcResult.ADCRESULT1; // external clamp for anti-windup reset
DCL_runClamp_C1(&lk, 1.0f, 0.0f);
Which I undertstant that lk is an analog input (0 - 4096).
Please note also that I had to use DCL_RUNCLAMP_C2 instead of C1 since I am having build error on C1.
