Part Number: TM4C129XKCZAD Hi
May I have request?
Is there any data or test report of ESD for TM4C129XKCZAD?
My customer want to have HBM, CDM ESD data.
Thanks,
GR
Part Number: TM4C129XKCZAD Other Parts Discussed in Thread: RM57L843 , EK-TM4C1294XL
HI TI-Team,
I am newer to TIVA C Series Microcontrollers. We have chosen a TM4C1294KCPDTI3R IC for our project. We need a SPI, ADC, External Peripheral Interface,Ethernet…
Part Number: TM4C129XKCZAD Hi Experts,
Our customer is new to programming and would like a piece of advice in creating a simple FFT spectrum analyzer with a maximum frequency of 100 kHz using development kit DK-TM4C129XNCZAD.
Maybe a simple example would…
Part Number: TM4C129XKCZAD
Dear sir,
I am interfacing keypad with the TM4C129XCNZAD.
I already interfaced keypad with LM3s9B96 ( input lines Row directly to controller pin and columns connected through Decoder) The code is working .
I am using same …
Part Number: TM4C129XKCZAD Other Parts Discussed in Thread: EK-TM4C1294XL Hi Team,
Our customer is new to programming and would like to know how to set the ADC of TM4C129XKCZAD for 4 MHz sampling rate. I have checked our resource explorer and it seems…
Part Number: TM4C129XKCZAD Is EPIOS a self clocking system or do certain lines (for optimum performance of the EPIOS bus), have to go to a clock input if (for example) one was interfacing between this uController and an FPGA? To put the question another…
Dear expert,
I found the answer through these thread.
Performing FFT on TM4C1294XL MCU using CMSIS DSP Library - Arm-based microcontrollers forum - Arm-based microcontrollers - TI E2E support forums
TM4C129XKCZAD: simple FFT algorithm sample - Arm-based…
Part Number: TM4C129XKCZAD USBHCDPipeStatus() in usbhostenum.c is useless:
uint32_t
USBHCDPipeStatus(uint32_t ui32Pipe)
{
return(0);
}
I need for this to work so that I can detect and recover from a write transfer failure that I'm seeing. The…
Part Number: TM4C129XKCZAD I'm going to go ahead and post this because TI is no longer maintaining the USB library or fixing bugs in it, It took me a while to figure out exactly how to fix the bug. There were hints, but no actual fix.
USBHCDPipeWrite…
Part Number: TM4C129XKCZAD I'm writing a host driver that has to send a lot of data from the network to a vendor-specific full-speed device.
My device enumerates, and I can do bulk IN transactions with DMA.
I've been reading up on the existing bugs…