Because of the Thanksgiving holiday in the U.S., TI E2E™ design support forum responses may be delayed from November 25 through December 2. Thank you for your patience.
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>…
Part Number: EK-TM4C129EXL Other Parts Discussed in Thread: EK-TM4C1294XL Tool/software: Hello,
We are moving forward building our design around the TM4C129xxx MCU, and we want to implement the on-chip programmer that is present on the development kit…
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 doing my first project in CCS and EK-TM4C129EXL. I expected it to be a 32 bit processor, but the Build Settings are stuck in 16 bit Thumb mode. If I set 32 bit mode I get this error:
#24018-D: Option…
Why don't you try this example. I can run it and communicate with the PC in UDP. I use DHCP but that shouldn't make a difference. You will need to change the server address per your PC on your network as mine will be different than yours.
#include…
Part Number: EK-TM4C129EXL Other Parts Discussed in Thread: UNIFLASH , Tool/software: I have been using uniflash to program the EK-TM4C129EXL dev board with some example programs, which has worked fine for a few days. However, Uniflash has suddenly stopped…
Part Number: EK-TM4C129EXL Tool/software: I have just broken open my first TM4C eval kit, downloaded CCS Version: 12.7.1.00001 with tivaware_c_series_2_1_4_178, and Imported/Compiled/Debugged the Example program uart_echo. So far so good. But the Example…
Part Number: TM4C129ENCPDT Other Parts Discussed in Thread: EK-TM4C129EXL , EK-TM4C1294XL
Tool/software: Code Composer Studio
Hey Team, I'm implementing USB Device Mass Storage Class using the evaluation board (EK-TM4C129EXL). I have used the example provided…
Part Number: EK-TM4C129EXL Other Parts Discussed in Thread: SYSCONFIG , TM4C129ENCPDT , Tool/software: Hi,
I am currently trying to build a blink project using sysconfig for the TM4C129EXL dev board. After modifying some include paths in the linker to…