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…
Part Number: LAUNCHXL-F2800137 Other Parts Discussed in Thread: SYSCONFIG , TMS320F2800137 Tool/software: Hello TI Experts,
Is motor control project now supported by sysconfig for TMS320F2800137? I could see that motor control projects could be easily…
TI-CSC said: But I am not able to run it as Stand-Alone App.
But it works fine within the GC designer?
TI-CSC said: The connection between the software and tms320f DSP is not there.
What happens when you try to manually connect?
Can you share…
Part Number: LAUNCHXL-F2800137 Other Parts Discussed in Thread: SYSCONFIG , TMS320F2800137 , C2000WARE Tool/software: Hello TI Experts,
Is motor control project now supported by sysconfig for TMS320F2800137? I could see that motor control projects could…
Part Number: LAUNCHXL-F2800137 Other Parts Discussed in Thread: UNIFLASH Hello,
Im currently trying to run the example flash_kernel_ex3_sci_flash_kernel example for my LAUNCHXL-F2800137 and im having the following errors while trying to perform a…
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;…
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;…
Part Number: LAUNCHXL-F2800137 Other Parts Discussed in Thread: BOOSTXL-DRV8323RS Hi,
I'm trying to fix up LAUNCHXL-F2800137 and BOOSTXL-DRV8323RS eval kit together to drive a 12V BLDC motor. This BLDC motor is an off-the-shelf part, not recommended…
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…
Part Number: LAUNCHXL-F2800137 Tool/software: I have this piece of code in my GEL file , to force this launchpad into SPI boot mode
hotmenu EMU_BOOT_SPI()
{
*(unsigned long *)0xD00 = 0x5AFFFFFF;
*(unsigned long *)0xD02 = 0x5AFFFFff;
*(unsigned…