Part Number: TM4C129EKCPDT Other Parts Discussed in Thread: TMP1075 Hi Experts,
We are facing some issue with I2C ACK/NACK we are sending 3 byte in i2c line but it is sending only two byte:
second byte missing.
MAP_I2CMasterDataPut(I2C2_BASE, 0x00); /…
Part Number: TM4C129EKCPDT Other Parts Discussed in Thread: UNIFLASH Hi Team,
Here's an issue from the customer may need your help:
When programming, it was found that 10 defective products appeared in succession. The customer suspected that the chip…
Part Number: TM4C129EKCPDT Hi, I am working on TM4C129EKCPDT and TI-RTOS Timer.
Both timer is working. I want to setup timer priority.
Timer_Handle timer1, timer2 ;
Timer_Params timer1_ISR_params; Timer_Params_init(&timer1_ISR_params); timer1_ISR_params…
Part Number: TM4C129EKCPDT Other Parts Discussed in Thread: MSP430FR2433 Hi Experts,
We have a known customer working with TM4C129EK and MSP430FR2433 microcontrollers and CCS v11 application firmware is almost ready for actual hardware.
But our customer…
Part Number: TM4C129EKCPDT Other Parts Discussed in Thread: EK-TM4C1294XL Hi, I am using TM4C129EKCPDT with ADS9224 R and TI-RTOS for Pulse generator and pulse width measurement and pulse voltage.
Minimum pulse width 10us. What will be the right way to generate…
Part Number: TM4C129EKCPDT Hi,
I am using tm4c129ekcpdt microcontroller with Tivaware driver lib.
I have set the ADC clock to 32 MHz and ADC is working perfectly.
But when i read the clock configuration using ADCClockConfigGet API i am getting 112 every…
Part Number: TM4C129EKCPDT Hi Team,
Can you please help us with our customer's inquiry below?
I am working on TM4C129EK with CCS11 and TI-RTOS and Tivaware Driver lib.
I am getting this run time error for using sprintf function
I want to use sprintf…
Part Number: TM4C129EKCPDT Hi,
According to the errata, PB0 and PB1 has the following issue:
Tiva C Series TM4C129x Microcontrollers Silicon Revisions 1, 2, and 3 GPIO#09 In Some Cases, Noise Injected Into GPIO pins PB0 and PB1 can Cause High Current Dr…
Part Number: TM4C129EKCPDT Other Parts Discussed in Thread: EK-TM4C1294XL Hi,
I am using TM4C129EKCPDT with Code Compressor studio v11 .
What is the best way to generate 10us pulse with n number of pulses and measure the 10us pulse ??.
Regards,
…
Part Number: TM4C129EKCPDT Hi,
I am new to CAN bus application. I have a question about CAN bus communication reliability.
When a message is sent by Node A, any node on the bus will acknowledge if the message is correctly received. This happens at hardware…