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 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 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 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: 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: 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: 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 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 Other Parts Discussed in Thread: CCSTUDIO How can we perform dynamic IP configuration in TM4C129EXL in ccstudio by accepting input from user.