Part Number: LAUNCHXL-F2800137 Other Parts Discussed in Thread: C2000WARE Hello Team,
we are trying to implement Flash APIs for f2800137 in our main code, which was checked previously through example present in C2000Ware and works fine.
but when we used…
Part Number: LAUNCHXL-F2800137 Other Parts Discussed in Thread: C2000WARE Hello all,
I wanted to establish a UART transmit and receive communication between two LAUNCHXL-F2800137 dev boards. It means one LAUNCHXL-F2800137 board will act as a UART transmitting…
Hi Debora,
Let me check with some other colleagues to see if we have any additional PCMC documentation which can help better explain the steps to implement on our C2000 devices.
Debora Previdi said: Could you tell me what are the define and how it works…
Part Number: LAUNCHXL-F2800137 Other Parts Discussed in Thread: C2000WARE Hi Team,
There's an issue from the customer need your help:
LAUNCHXL-F2800137+DRV5353RS public version, the power supply adopts 24V5A input, the motor model is TB57BL115S21_230TF9…
Part Number: LAUNCHXL-F2800137 Hi! Im working with the observer called eSMO (sliding mode observer).
Its a piece of code of the eSMO run function (PLL).
float32_t pllSine = __sinpuf32(obj->thetaPll);
float32_t pllCosine = __cospuf32(obj->thetaPll…
Part Number: LAUNCHXL-F2800137 Hello team,
Here i try to setup CAN for GPIO5 and GPIO 4 in Launchpad f2800137, and set following registors
GpioCtrlRegs.GPAGMUX1.bit.GPIO5 = 1; GpioCtrlRegs.GPAGMUX1.bit.GPIO4 = 1; GpioCtrlRegs.GPAMUX1.bit.GPIO5 = 2; GpioCtrlRegs…
Part Number: LAUNCHXL-F2800137 Other Parts Discussed in Thread: C2000WARE , SYSCONFIG How can I sense or configure internal temperature sensing in code composer studio. Is there any example code for the same.
Part Number: LAUNCHXL-F2800137 I set up a model in simulink containing a couple of ADCs which sample signals , a few calculations are done ( 2 PR controllers ) and the output is used as the duty cycle to an epwm . I set up the epwm for 20 kHz ( 50 microseconds…
Part Number: LAUNCHXL-F2800137 Hello team,
Here i try to setup PWM for GPIO 227 in Launchpad f2800137, and set following registors only
GpioCtrlRegs.GPHPUD.bit.GPIO227 = 1; GpioCtrlRegs.GPHGMUX1.bit.GPIO227=1; GpioCtrlRegs.GPHMUX1.bit.GPIO227=2;
but…
Part Number: LAUNCHXL-F2800137 Other Parts Discussed in Thread: C2000WARE , TIDM-DC-DC-BUCK , SYSCONFIG Hi,
I have a LAUNCHXL-F2800137 and I am trying to implement peak current mode control. On the datasheet and on the technical reference manual there are…