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 Hello TI Team,
I am currently working on the EK-TM4C129EXL LaunchPad board.
In my project, I have interfaced:
An IMU sensor
A 0.96-inch OLED display
Current Status:
IMU sensor communication is working correctly…
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: SW-EK-LM4F120XL My colleague used TM4C1294 Connected LaunchPad Evaluation Kit to design a cotroller for an RF mathing unit. He quited. I take over his work. I want to control the Kit for implementing remote cotrol. TI Website shows as follows…
Part Number: SW-EK-TM4C129EXL Hi everyone,
How can I an array element is pass through UARTCharPutNonBlocking API. My code like that
int main(void) {
int i=6; unsigned int a[6]={17,03,02,45,37,45};
MB_Port(); while(i !=0) { ROM_UARTCharPutNonBlocking…
Part Number: EK-TM4C129EXL Hi Team,
Posting on behalf of our customer.
I am creating my own RTOS for my microcontroller. To ensure correctness, I am mixing both assembly and C. I have looked online and have found that there are some flags I can setup…
Part Number: SW-EK-TM4C129EXL Other Parts Discussed in Thread: EK-TM4C1294XL I'm having trouble determining which pins and software controls will to properly do bi-mode SSI.
The frame sync pin function is not fully clear.
My design uses two shift…
Part Number: SW-EK-TM4C129EXL Other Parts Discussed in Thread: EK-TM4C129EXL , TM4C129ENCPDT Dear all,
I use UART2 (PA6 as Tx and PA7 as Rx). I send a data stream like 17, 03, 04, 34, 45, 65 to another board(Arduino Mega). It was successfully work.…
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: SW-EK-TM4C129EXL Other Parts Discussed in Thread: UNIFLASH , EK-TM4C1294XL Hi,
I am using the boot_serial example from the SW-EK-TM4C129EXL and have followed the procedure outlined in the document Getting Started with TivaWare for C Series…