Part Number: EK-TM4C129EXL Tool/software: Hi TI team,
I want to confirm that the EK-TM4C129EXL will be appropriate for controlling a Maxon, AMC, or Elmo motor controller. I am looking for some technical support with my EtherCAT stack and want to confirm…
Part Number: EK-TM4C129EXL Other Parts Discussed in Thread: TM4C129ENCPDT , Tool/software: There is a example project under \ti\ccs1040\tirtos_tivac_2_16_01_14\tirtos_tivac_2_16_01_14_examples\TI\EK_TM4C129EXL\uartecho. This project is not a ccs project…
Part Number: EK-TM4C129EXL Tool/software: I was wondering, is git is currently supported from the latest version of CCS (v20 )? I currently only have the portable version of git on my work machine for odd corporate reasons. I was wondering if I need to…
Part Number: EK-TM4C129EXL Other Parts Discussed in Thread: CCSTUDIO How can we perform dynamic IP configuration in TM4C129EXL in ccstudio by accepting input from user.
Part Number: EK-TM4C129EXL Tool/software: I'm new to TI ecosystem and embedded software development. I tried two EK-TM4C129EXL on two different machines but I saw the same error as I clicked Test Connection in CCS 10.4 or CCS 12.8.
This error is generated…
Part Number: EK-TM4C129EXL Tool/software: I modified demo project uart_echo a little bit to use UART7. I connected the eval board to my laptop through USB to TTL cable then started the debugger and Putty. The main function sent a prompt string to UART…
Part Number: EK-TM4C129EXL Tool/software: Compiling the example project with MSYS2 gcc results in the following error: $ gcc tcpSendReceive.c -o tcpSendReceive -lws2_32 In file included from tcpSendReceive.c:54: sockets.h:55:21: error: static declaration…
Part Number: SW-EK-TM4C129EXL Dear Sir,
I want to receive accelerometer data from sensor MPU6050 using I2C. I can't get any data. What's my problem I don't understand? Is it initialization problem. Code is given below.
#include <stdint.h> #include…
Part Number: EK-TM4C129EXL Other Parts Discussed in Thread: EK-TM4C1294XL
Tool/software:
Hi - I've got an EK-TM4C129EXL and an EK-TM4C1294XL. I'm using the EK-TM4C129EXL to update the firmware on the EK-TM4C1294XL over I2C using the ROM bootloader…