Hi Ki,
As mentioned above the XDS100 design is based of an FTDI chip. So can I Use this FTDI converter to flash a firmware in my customize board using LM flash tools? As I am using TM4C1294KCPDT chip. Find the image of FTDI converter for your reference…
You circle EMACTxDMADescriptorListSet() in your screenshot. Is there a reason for it? Are you suggesting after EMACTxDMADescriptorListSet is executed, it will jump to ResetISR? Can you put a breakpoint inside EMACTxDMADescriptorListSet so that after you…
Part Number: TM4C1294KCPDT Hello,
We are using the TM4C1294 EPI interface in General Purpose Mode to interface with FPGA. In the datasheet section 11.4.4, it mentions "The configuration allows for choice of an output clock (free-running or gated), a framing…
Part Number: TM4C1294KCPDT Our application receives blocks of 6,964 bytes of data streamed from an FPGA every 50ms. Our initial implementation used a 32-bit EPI data bus with a request-to-send signal sourced by the FPGA. The request-to-send signal triggers…
Part Number: TM4C1294KCPDT Other Parts Discussed in Thread: SYSBIOS Hi,
During timer initialization in Ti-RTOS for TM4C1294 microcontroller to create 0.2 us interval, i am facing compile error as "Undefined reference to 'ti_sysbios_timers_timer64_Timer_Params__init__S…
Part Number: TM4C1294KCPDT Hello team.
On Figure 15-7, diagram shows tthat, Rs is needed for ADC antialiasing filter.
Looks like the value of Rs is written on the Table 27-44, which is 500Ω.
Is Analog source impedance of 500Ω = Rs of ADC input filter…
Part Number: TM4C1294KCPDT Hello team,
Is it possible to use Fss, SSI3XDAT1, DAT2 as GPIO, when using SSI3 with Legacy mode?
Best Regards, Kei Kuwahara
Part Number: TM4C1294KCPDT Hi,
I am using TM4C1294KCPDT for my application, in that i am developed code for Ethernet TCP/IP socket communication based on Ti-RTOS examples.
Communication working good always. I am configured my board as Server.
I need…
Part Number: TM4C1294KCPDT Here's an issue from the customer may need your help:
I encountered a problem when using the TM4C1294 device extensively: configure the TM4C1294 SPI into the host mode, start the uDMA transfer mode, and enable the interrupt…