Part Number: C2000-DIGITAL-CONTROL-LIBRARY Other Parts Discussed in Thread: C2000WARE Tool/software: I want to design a PID controller using Digital Control Library (DCL) functions. Our control loop update frequency must be at least 5 MHz. Can this speed…
Part Number: C2000-DIGITAL-CONTROL-LIBRARY
Tool/software:
Hello all,
Will this video be available again?
( C2000 Real-time control MCUs: Digital Control Library - Linear PID) and (C2000 Real-time control MCUs: Digital Control Library - Linear…
Part Number: C2000-DIGITAL-CONTROL-LIBRARY Other Parts Discussed in Thread: TMS320F28377D Tool/software: Hello
While developing with the TMS320F28377D, I used the f021_api_f2837xD_fpu32_eabi.lib and driverlib_eabi.lib libraries.
Are there any certifications…
Other Parts Discussed in Thread: C2000WARE Tool/software: Hi,
I found myself in the same situation as the related question above. Trying to compile a source file including DCL.h in c++.
The suggested workaround was to modify the DCL, removing the…
Part Number: C2000-DIGITAL-CONTROL-LIBRARY Other Parts Discussed in Thread: SYSCONFIG , TMS320F280039C Dear Sir,
we want a PWM control logic show as below, when OC happens(using CMPSS), PWM off immediately; then when the current is below the OC Back…
Part Number: C2000-DIGITAL-CONTROL-LIBRARY Hi all,
I'm using DCL_runDF22_C2 and DCL_runDF22_C3 and DCL_runClamp_C1 to control my PSFB. I noticed something for DCL_runClamp_C1 .
// Clamping and saturation
float32_t PSFB_cntlMax, PSFB_cntlMin;
uint16_t…
Part Number: C2000-DIGITAL-CONTROL-LIBRARY
Hi,
I saw below sentence at DCL user's guide about disabling interrupts during parameter update and want to learn it further.
"The first such sub-structure contains a Shadow Parameter Set (SPS), which the…
Part Number: C2000-DIGITAL-CONTROL-LIBRARY Hi,
In my digital power converter, I'm using DCL libraries. I use DCL_runPID_C4 and DCL_runClamp_C1 for anti-windup reset. I'm calling PID update function at every 100msec in order to tune it.
If I don't…
Part Number: C2000-DIGITAL-CONTROL-LIBRARY Hello.
TI 28388 ControlCARD is in use.
Testing Ethernet with C2000 example.
CPU1 has an example of ethernet_c28x_config. The CM has an example of enet_lwip_udp.
My question is why the "udp_rx_callback…
Part Number: TMS320F28P650DK Other Parts Discussed in Thread: C2000WARE Tool/software: Hi,
I'm looking at the Example_DF22.c example. How can I calculate or determine the a1, a2, b0, b1, b2 coefficients for the controller for a DC-DC converter that…