Part Number: LAUNCHXL-F2800157 Tool/software: Hi, I am trying to flash a "blinking-led" program via CAN into my LaunchPad F2800157. I have followed the steps given in the document: "CAN Flash Programming of C2000 Microcontrollers", but the program is…
Part Number: LAUNCHXL-F2800157 Tool/software: Hi
I applied a new launchpad of LAUNCHXL-F2800157, when I open it and connect to PC with CCS12.8.1 that has a example code for F2800157, the CCS will update the XDS110 firmware first, after firmware update…
Part Number: LAUNCHXL-F2800157 Other Parts Discussed in Thread: C2000WARE Tool/software: I'm getting the following error in the c28x_led_blinky project when attempting to compile the CPU1_flash configuration.
"C:/ti/c2000/C2000Ware_5_03_00_00/kernel…
Part Number: LAUNCHXL-F2800157 Other Parts Discussed in Thread: C2000WARE Tool/software: I have import uart code from sci_ex1_echoback and i'm trying to make a rtos task that runs the uart code. When i attempt ot compile/build i get the following error…
Part Number: LAUNCHXL-F2800157
Tool/software:
I'm using the freertos_ex1_c28x_led_blinky project but i don't see the red led blink at all when running the project (i do see the green led blink). I've tried making a seperate c file to test that i can…
Part Number: LAUNCHXL-F2800157 Tool/software: Hi!
In our launchpad [f2800157] we wanted to flash our programs through can using dcan flash programmer
for that we can achieve this can you provide steps.
Thanks,
Hari.
Part Number: TMS320F2800157-Q1 Other Parts Discussed in Thread: UNIFLASH Tool/software: When i use uniflash tool to program a hex file , I find the tool always gives me this error . [2024/9/4 下午4:47:55] [INFO] C28xx_CPU1: GEL Output: ... DCSM Initialization…
Part Number: LAUNCHXL-F2800157 Other Parts Discussed in Thread: C2000WARE , SYSCONFIG Tool/software: Hello,
I am trying to run the FreeRtos on the Launchpad using the Syscfg Tool. When compiling, I get the following message:
[63] undefined first referenced…
Part Number: LAUNCHXL-F2800157 Tool/software: Hi,team
Could you please explain to me what the following 21 types represent for the motor states?
typedef enum {
MOTOR_STOP_IDLE = 0, // 0x00
MOTOR_FAULT_STOP = 1, // 0x01
MOTOR_BRAKE_STOP = 2, // 0x02…
Part Number: LAUNCHXL-F2800157 Tool/software: Hi team,
I want to modify the adc sampling channel in universal_motorcontrol_lab_f280015x. Since U phase and V phase share the same SOC, I want to change U phase to A10 and V phase to C14 (note as the official…